The value of a tagged vector for a given node and a given variable is coupled to the current AuxVariable. More...
#include <TagAuxBase.h>
Public Member Functions | |
TagAuxBase (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
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 variable More... | |
Protected Attributes | |
const bool | _scaled |
The value of a tagged vector for a given node and a given variable is coupled to the current AuxVariable.
TagVectorAux returns the coupled nodal value.
Definition at line 21 of file TagAuxBase.h.
TagAuxBase< T >::TagAuxBase | ( | const InputParameters & | parameters | ) |
Definition at line 61 of file TagAuxBase.h.
|
protected |
check the aux variable acting on this auxkernl has the consistent properties with the input coupled variable
input_var | Input coupled variable |
aux_var | Aux variable |
Definition at line 68 of file TagAuxBase.h.
|
static |
Definition at line 45 of file TagAuxBase.h.
Referenced by TagVectorArrayVariableValueAux::validParams(), ScalarTagVectorAux::validParams(), ScalarTagMatrixAux::validParams(), TagVectorAux::validParams(), TagMatrixAux::validParams(), and TagVectorArrayVariableAux::validParams().
|
protected |
Definition at line 29 of file TagAuxBase.h.