void execute() override
Execute method.
static InputParameters validParams()
const std::vector< VariableName > & _var_names
names of the variables to renormalize
void initialize() override
Called before execute() is ever called so that data can be cleared.
Nonlinear system to be solved.
MooseMesh wraps a libMesh::Mesh object and enhances its capabilities by caching additional data and s...
std::vector< unsigned int > _var_numbers
MooseMesh & _mesh
reference to the mesh
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Renormalization of a vector variable (i.e.
const Real _target_norm
desired norm
PointwiseRenormalizeVector(const InputParameters ¶meters)
const InputParameters & parameters() const
Get the parameters of the object.
void finalize() override
Finalize.
void threadJoin(const UserObject &) override
This method is not used and should not be used in a custom GeneralUserObject.
Base class for user-specific data.