MooseMesh & _mesh
Reference to this Kernel's mesh object.
Interface for objects that need parallel consistent random numbers without patterns over the course o...
virtual void computeResidualAndJacobian()
Compute this object's contribution to the residual and Jacobian simultaneously.
A class for creating restricted objects.
Keeps track of stuff related to assembling.
virtual void precalculateOffDiagJacobian(unsigned int)
virtual void computeOffDiagJacobian(unsigned int)
Computes this object's contribution to off-diagonal blocks of the system Jacobian matrix...
virtual void precalculateResidual()
virtual void prepareShapes(unsigned int var_num)
Prepare shape functions.
virtual void computeNonlocalJacobian()
Compute this object's contribution to the diagonal Jacobian entries corresponding to nonlocal dofs of...
This class provides an interface for common operations on field variables of both FE and FV types wit...
Base class for a system (of equations)
THREAD_ID _tid
The thread ID for this kernel.
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
const MooseVariableFieldBase & getVariable(unsigned int jvar_num) const
Retrieve the variable object from our system associated with jvar_num.
SystemBase & _sys
Reference to the EquationSystem object.
Interface for objects that needs transient capabilities.
Interface for notifications that the mesh has changed.
virtual std::set< std::string > additionalROVariables()
virtual void precalculateJacobian()
Every object that can be built by the factory should be derived from this class.
virtual void computeResidual()=0
Compute this object's contribution to the residual.
SubProblem & _subproblem
Reference to this kernel's SubProblem.
MooseMesh wraps a libMesh::Mesh object and enhances its capabilities by caching additional data and s...
FEProblemBase & _fe_problem
Reference to this kernel's FEProblemBase.
ResidualObject(const InputParameters ¶meters, bool nodal=false)
Class constructor.
virtual void computeJacobian()=0
Compute this object's contribution to the diagonal Jacobian entries.
static InputParameters validParams()
Interface for objects that need to use UserObjects.
virtual void computeNonlocalOffDiagJacobian(unsigned int)
Computes Jacobian entries corresponding to nonlocal dofs of the jvar.
Assembly & _assembly
Reference to this Kernel's assembly object.
This is the common base class for objects that give residual contributions.
Generic class for solving transient nonlinear problems.
const SubProblem & subProblem() const
Returns a reference to the SubProblem for which this Kernel is active.
virtual void computeOffDiagJacobianScalar(unsigned int)
Computes jacobian block with respect to a scalar variable.
const InputParameters & parameters() const
Get the parameters of the object.
virtual const MooseVariableBase & variable() const =0
Returns the variable that this object operates on.
MooseVariableFieldBase & getVariable(THREAD_ID tid, const std::string &var_name) const
Gets a reference to a variable of with specified name.
Interface for objects that need to use functions.
Interface class for classes which interact with Postprocessors.