An interface that restricts an object to subdomains via the 'blocks' input parameter.
Interface for sorting dependent vectors of objects.
Class used for caching additional information for elements such as the volume and centroid.
std::set< std::string > _supplied_vars
Supplied variables.
virtual const std::set< std::string > & getRequestedItems() override
Return a set containing the names of items requested by the object.
static InputParameters validParams()
virtual void initialSetup()
Gets called at the beginning of the simulation before this object is asked to do its job.
virtual MooseVariableFieldBase & variable()=0
retrieves the MOOSE variable that this initial condition acts upon
virtual const std::set< std::string > & getSuppliedItems() override
Return a set containing the names of items owned by the object.
std::set< std::string > _depend_vars
Dependent variables.
virtual void computeElement(const ElemInfo &elem_info)=0
Workhorse method for computing the initial conditions for block-restricted initial conditions.
SystemBase & _sys
The system object.
virtual ~FVInitialConditionBase()
Interface for objects that need to use functions.
InitialConditionInterface serves as the abstract class for InitialConditions, FVInitialConditions,...
const InputParameters & parameters() const
Get the parameters of the object.
Every object that can be built by the factory should be derived from this class.
This class provides an interface for common operations on field variables of both FE and FV types wit...
An interface for accessing Moose::Functors for systems that do not care about automatic differentiati...
A class for creating restricted objects.
Base class for a system (of equations)
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...