Weighted transition between two functions of one variable.
virtual RealVectorValue gradient(Real t, const Point &p) const
virtual Real value(Real t, const Point &p) const
Base class for functions to smoothly transition from one function to another.
CosineTransitionFunction(const InputParameters ¶meters)
Computes a cosine transtition of a user-specified width between two values.
const WeightedTransition _transition
Transition object.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
const InputParameters & parameters() const
virtual Real value(Real t, const Point &p) const