43 const Real & df2dx)
const;
Weighted transition between two functions of one variable.
Real weight(const Real &x) const
Computes the weight of the first function.
virtual Real value(const Real &x, const Real &f1, const Real &f2) const override
Computes the transition value.
Base class for smooth transitions between two functions of one variable.
const std::vector< double > x
Real derivative(const Real &x, const Real &f1, const Real &f2, const Real &df1dx, const Real &df2dx) const
Computes the derivative of the transition value.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
WeightedTransition(const Real &x_center, const Real &transition_width)
Constructor.