50 "The coupled variable whose components are coupled to AuxVariable");
56 "Return value depending on the variable scaling/autoscaling. Set this to " 57 "false to obtain unscaled physical reaction forces.",
58 "This parameter has been deprecated.");
64 : T(parameters), _scaled(this->template getParam<bool>(
"scaled"))
74 paramError(
"variable",
75 "The AuxVariable this AuxKernel is acting on has to have the same order and family " 76 "as the variable 'v'");
78 paramError(
"variable",
79 "The AuxVariable this AuxKernel is acting on has to have the same number of " 80 "components as the variable 'v'");
const libMesh::FEType & feType() const
Get the type of finite element object.
A MultiMooseEnum object to hold "execute_on" flags.
The value of a tagged vector for a given node and a given variable is coupled to the current AuxVaria...
unsigned int count() const
Get the number of components Note: For standard and vector variables, the number is one...
This class provides an interface for common operations on field variables of both FE and FV types wit...
const ExecFlagType EXEC_TIMESTEP_END
InputParameters validParams()
void checkCoupledVariable(const MooseVariableBase *input_var, const MooseVariableFieldBase *aux_var)
check the aux variable acting on this auxkernl has the consistent properties with the input coupled v...
TagAuxBase(const InputParameters ¶meters)
static InputParameters validParams()