const Real _x2
Right end point of transition.
const Real _x_center
Center point of transition.
SmoothTransition(const Real &x_center, const Real &transition_width)
Constructor.
const Real _transition_width
Width of transition.
Base class for smooth transitions between two functions of one variable.
const std::vector< double > x
const Real & leftEnd() const
Returns the coordinate of the left end of the transition.
virtual Real value(const Real &x, const Real &f1, const Real &f2) const =0
Computes the transition value.
const Real & rightEnd() const
Returns the coordinate of the right end of the transition.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Real _x1
Left end point of transition.