18 params.
addRequiredParam<TagName>(
"vector_tag",
"Tag Name this Aux works on");
25 _v(coupledVectorTagValue(
"v",
"vector_tag")),
26 _v_var(*getFieldVar(
"v", 0))
registerMooseObject("MooseApp", TagVectorAux)
virtual Real computeValue() override
Compute and return the value of the aux variable.
The value of a tagged vector for a given node and a given variable is coupled to the current AuxVaria...
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...
static InputParameters validParams()
The value of a tagged vector for a given node and a given variable is coupled to the current AuxVaria...
TagVectorAux(const InputParameters ¶meters)
MooseVariableField< Real > & _var
This is a regular kernel so we cast to a regular MooseVariable.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
const MooseVariableBase & _v_var
unsigned int _qp
Quadrature point index.
void scalingFactor(const std::vector< Real > &factor)
Set the scaling factor for this variable.