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