47 virtual Real value(
const Point & p)
override;
Base class for function objects.
const Function & _func
Function to evaluate to form the initial condition.
virtual Real value(const Point &p) override
The value of the variable at a point.
const FunctionName functionName() const
Real f()
Evaluate the function at the current quadrature point and time step.
Defines a boundary condition that forces the value to be a user specified function at the boundary...
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
InputParameters validParams()
FVFunctionIC(const InputParameters ¶meters)
const InputParameters & parameters() const
Get the parameters of the object.
const Real _scaling
Scaling factor, to be able to use a function with multiple ICs.
This is a template class that implements the workhorse compute and computeNodal methods.