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...
Nonlinear system to be solved.
Renormalization of a vector variable (i.e.
void initialize() override
Called before execute() is ever called so that data can be cleared.
const Real _target_norm
desired norm
static InputParameters validParams()
std::vector< unsigned int > _var_numbers
void threadJoin(const UserObject &) override
This method is not used and should not be used in a custom GeneralUserObject.
MooseMesh & _mesh
reference to the mesh
void finalize() override
Finalize.
void execute() override
Execute method.
const std::vector< VariableName > & _var_names
names of the variables to renormalize
Base class for user-specific data.