OutputTools< Real >::VariableValue VariableValue
const InputParameters & parameters() const
Get the parameters of the object.
This class provides an interface for common operations on field variables of both FE and FV types wit...
Projects from one variable to another.
const VariableValue & _v
The variable to project from.
ElemToNodeProjectionWeighting
bool _use_block_restriction_for_source
Whether to use the auxkernel block restriction to limit the values for the source variables.
static InputParameters validParams()
virtual Real computeValue() override
Compute and return the value of the aux variable.
const MooseVariableFieldBase & _source_variable
A reference to the variable to project from We must use a field variable to support finite volume var...
std::unordered_set< unsigned short > _elem_dims
Set for holding element dimensions when mapping from multiple element values to a node.
const libMesh::System & _source_sys
The system owning the source variable.
const Elem * elemOnNodeVariableIsDefinedOn() const
For a node, finds an element we can use to evaluate the (continuous) source variable.
const ElemToNodeProjectionWeighting _elem_to_node_projection_weighting
How to weight element to node projections.
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...