https://mooseframework.inl.gov
navier_stokes
test
include
kernels
MallocKernel.h
Go to the documentation of this file.
1
//* This file is part of the MOOSE framework
2
//* https://mooseframework.inl.gov
3
//*
4
//* All rights reserved, see COPYRIGHT for full restrictions
5
//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6
//*
7
//* Licensed under LGPL 2.1, please see LICENSE for details
8
//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10
#pragma once
11
12
#include "
Kernel.h
"
13
14
class
MallocKernel
final :
public
Kernel
15
{
16
public
:
17
static
InputParameters
validParams
();
18
19
MallocKernel
(
const
InputParameters
&
parameters
);
20
21
void
jacobianSetup
()
override
;
22
23
protected
:
24
Real
computeQpResidual
()
override
;
25
};
MallocKernel::MallocKernel
MallocKernel(const InputParameters ¶meters)
Definition:
MallocKernel.C:21
MallocKernel
Definition:
MallocKernel.h:14
Kernel.h
MallocKernel::validParams
static InputParameters validParams()
Definition:
MallocKernel.C:16
MallocKernel::jacobianSetup
void jacobianSetup() override
Definition:
MallocKernel.C:24
InputParameters
MallocKernel::computeQpResidual
Real computeQpResidual() override
Definition:
MallocKernel.C:33
Real
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Kernel
Kernel::parameters
const InputParameters & parameters() const
Generated on Fri Jul 18 2025 13:43:11 for https://mooseframework.inl.gov by
1.8.14