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