22 "The direction in which to take the derivative. This must not be a zero-length " 23 "vector. This function returned a finite-difference approx to " 24 "(direction.nabla)^2 function");
33 mooseError(
"The direction in the Grad2ParsedFunction must have positive length.");
std::unique_ptr< MooseParsedFunctionWrapper > _function_ptr
Grad2ParsedFunction(const InputParameters ¶meters)
registerMooseObject("RichardsApp", Grad2ParsedFunction)
returns the central difference approx to the derivative (direction.nabla)^2 function viz (f(t...
static InputParameters validParams()
RealVectorValue _direction
central difference direction
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
void mooseError(Args &&... args) const
virtual Real value(Real t, const Point &pt) const