#include <MatBodyForce.h>
Public Member Functions | |
MatBodyForce (const InputParameters ¶meters) | |
virtual void | initialSetup () override |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeQpJacobian () override |
virtual Real | computeQpOffDiagJacobian (unsigned int jvar) override |
virtual GenericReal< is_ad > | computeQpResidual () override |
Protected Attributes | |
const MaterialProperty< Real > & | _dpropertydv |
derivative of the property wrt the kernel's nonlinear variable More... | |
std::vector< const MaterialProperty< Real > * > | _dpropertydarg |
Reaction rate derivatives w.r.t. other coupled variables. More... | |
const GenericMaterialProperty< Real, is_ad > & | _property |
usingGenericKernelMembers | |
Definition at line 40 of file MatBodyForce.h.
MatBodyForce::MatBodyForce | ( | const InputParameters & | parameters | ) |
Definition at line 40 of file MatBodyForce.C.
|
overrideprotectedvirtual |
Definition at line 57 of file MatBodyForce.C.
Definition at line 63 of file MatBodyForce.C.
|
overrideprotectedvirtualinherited |
Definition at line 35 of file MatBodyForce.C.
|
overridevirtual |
Definition at line 51 of file MatBodyForce.C.
|
staticinherited |
Definition at line 17 of file MatBodyForce.C.
|
protected |
Reaction rate derivatives w.r.t. other coupled variables.
Definition at line 54 of file MatBodyForce.h.
Referenced by computeQpOffDiagJacobian(), and MatBodyForce().
|
protected |
derivative of the property wrt the kernel's nonlinear variable
Definition at line 51 of file MatBodyForce.h.
Referenced by computeQpJacobian().
|
protectedinherited |
Definition at line 32 of file MatBodyForce.h.
|
protectedinherited |
Definition at line 34 of file MatBodyForce.h.