45 const unsigned int _qp;
An interface that restricts an object to subdomains via the 'blocks' input parameter.
/class BoundaryRestrictable /brief Provides functionality for limiting the object to certain boundary...
const InputParameters & parameters() const
Get the parameters of the object.
MooseMesh wraps a libMesh::Mesh object and enhances its capabilities by caching additional data and s...
A user object that runs over all the nodes and does an aggregation step to compute a single value.
const bool & _unique_node_execute
bool isUniqueNodeExecute()
const Node *const & _current_node
Reference to current node pointer.
virtual void subdomainSetup() override
Gets called when the subdomain changes (i.e.
const unsigned int _qp
Quadrature point index.
MooseMesh & _mesh
The mesh that is being iterated over.
static InputParameters validParams()
Interface for objects that need parallel consistent random numbers without patterns over the course o...
Interface for objects that needs transient capabilities.
Base class for user-specific data.