An interface that restricts an object to subdomains via the 'blocks' input parameter.
/class BoundaryRestrictable /brief Provides functionality for limiting the object to certain boundary...
Interface for objects that needs coupling capabilities.
Interface for sorting dependent vectors of objects.
Interface for objects that need to use functions.
InitialConditionBase serves as the abstract base class for InitialConditions and VectorInitialConditi...
virtual const std::set< std::string > & getRequestedItems() override
Return a set containing the names of items requested by the object.
virtual void initialSetup()
Gets called at the beginning of the simulation before this object is asked to do its job.
virtual ~InitialConditionBase()
const std::set< UserObjectName > & getDependObjects() const
getter method for dependent user objects
void addPostprocessorDependencyHelper(const PostprocessorName &name) const override final
Helper for deriving classes to override to add dependencies when a Postprocessor is requested.
virtual MooseVariableFEBase & variable()=0
retrieves the MOOSE variable that this initial condition acts upon
std::set< UserObjectName > _depend_uo
Depend UserObjects. Mutable so that the getters can be const and still add dependencies.
virtual const std::set< std::string > & getSuppliedItems() override
Return a set containing the names of items owned by the object.
void addUserObjectDependencyHelper(const UserObjectBase &uo) const override final
Helper for deriving classes to override to add dependencies when a UserObject is requested.
const bool _ignore_uo_dependency
If set, UOs retrieved by this IC will not be executed before this IC.
std::set< std::string > _depend_vars
Dependent variables.
SystemBase & _sys
The system object.
std::set< std::string > _supplied_vars
Supplied variables.
virtual void computeNodal(const Point &p)=0
Workhorse method for projecting the initial conditions for boundary restricted initial conditions.
static InputParameters validParams()
virtual void compute()=0
Workhorse method for projecting the initial conditions for block initial conditions.
InitialConditionInterface serves as the abstract class for InitialConditions, FVInitialConditions,...
An interface for accessing Materials.
const InputParameters & parameters() const
Get the parameters of the object.
const std::string & name() const
Get the name of the class.
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...
Interface class for classes which interact with Postprocessors.
A class for creating restricted objects.
Base class for a system (of equations)
Interface for objects that need to use UserObjects.
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...