35 virtual RealVectorValue
value(
const Point & p)
override;
Base class for function objects.
This is a template class that implements the workhorse compute and computeNodal methods.
const InputParameters & parameters() const
Get the parameters of the object.
IC that calls vectorValue method of a Function object.
static InputParameters validParams()
const Function *const _function
Optional vectorValue function.
const Function & _function_z
const Function & _function_x
Optional component function value.
virtual RealVectorValue value(const Point &p) override
The value of the variable at a point.
const Function & _function_y
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...