19 template <
typename ComputeValueType>
FEProblemBase & _fe_problem
The base finite element problem.
Real _msm_volume
The mortar segment volume.
void precalculateValue() override final
This callback is used for AuxKernelTempls that need to perform a per-element calculation.
void compute() override
Computes the value and stores it in the solution vector.
Interface for notifications that the mortar mesh has been setup.
static InputParameters validParams()
MortarNodalAuxKernelTempl< Real > MortarNodalAuxKernel
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
An interface for accessing mortar mesh data.
MortarNodalAuxKernelTempl(const InputParameters ¶meters)
const OutputTools< ComputeValueType >::VariableTestValue & _test_lower
The shape functions for the variable associated with the lower-dimensional element, e.g.
unsigned int _i
The current test function index.
const bool _displaced
Whether we're computing on the displaced mesh.
const MooseArray< Real > & _coord_msm
Member for handling change of coordinate systems (xyz, rz, spherical) on mortar elements.
void initialSetup() override
Gets called at the beginning of the simulation before this object is asked to do its job...
Base class for creating new nodally-based mortar auxiliary kernels.
bool _incremental
Incremental quantity. If true, values accumulate over time.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Get the parameters of the object.
Base class for creating new auxiliary kernels and auxiliary boundary conditions.
const OutputTools< ComputeValueType >::VariableValue & _u_old
Old value.
MortarNodalAuxKernelTempl< RealVectorValue > VectorMortarNodalAuxKernel
unsigned int _qp
The current quadrature point index.