25 virtual Real
value(Real ,
const Point &
p)
const override;
27 virtual RealGradient
gradient(Real ,
const Point &
p)
const override;
virtual Real value(Real t, const Point &p) const
Implementation of a level set function to represent a plane.
const Real & _epsilon
The interface thickness.
const RealVectorValue & _point
A point on the plane.
static InputParameters validParams()
virtual RealGradient gradient(Real, const Point &p) const override
const RealVectorValue & _normal
The normal vector to the plane.
virtual Real value(Real, const Point &p) const override
const InputParameters & parameters() const