50 "The coupled variable whose components are coupled to AuxVariable");
55 "Return value depending on the variable scaling/autoscaling. Set this to " 56 "false to obtain unscaled physical reaction forces.");
62 : T(parameters), _scaled(this->template getParam<bool>(
"scaled"))
72 paramError(
"variable",
73 "The AuxVariable this AuxKernel is acting on has to have the same order and family " 74 "as the variable 'v'");
76 paramError(
"variable",
77 "The AuxVariable this AuxKernel is acting on has to have the same number of " 78 "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()