26 virtual Real value(
const Point & p)
override;
virtual void initialSetup() override
Gets called at the beginning of the simulation before this object is asked to do its job...
virtual Real value(const Point &p) override
The value of the variable at a point.
User object that reads an existing solution from an input file and uses it in the current simulation...
Class for reading an initial condition from a solution user object.
This is a template class that implements the workhorse compute and computeNodal methods.
const VariableName & _solution_object_var_name
The variable name extracted from the SolutionUserObject.
const SolutionUserObjectBase & _solution_object
SolutionUserObject containing the solution of interest.
static InputParameters validParams()
std::set< SubdomainID > _exo_block_ids
Remapped IDs from the current mesh to the ExodusII mesh.
SolutionIC(const InputParameters ¶meters)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Get the parameters of the object.