29 virtual Real value(
const Point & p)
override;
An interface for accessing Moose::Functors for systems that do not care about automatic differentiati...
This is a template class that implements the workhorse compute and computeNodal methods.
This is a wrapper that forwards calls to the implementation, which can be switched out at any time wi...
const Moose::Functor< Real > & _functor
Function to evaluate to form the initial condition.
FunctorIC(const InputParameters ¶meters)
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Get the parameters of the object.
virtual RealGradient gradient(const Point &p) override
The value of the gradient at a point.
Defines an initial condition using a functor.
const Real _scaling
Scaling factor, to be able to use a functor with multiple ICs.
virtual Real value(const Point &p) override
The value of the variable at a point.