26 virtual Real
value(Real t,
const Point &
p)
const;
27 virtual RealVectorValue
gradient(Real t,
const Point &
p)
const;
Computes a cosine hump of a user-specified width and height.
virtual Real value(Real t, const Point &p) const
const Real _hump_mid_value
Middle value of hump.
const Real & _hump_begin_value
Value before and after the hump.
const Real _cosine_amplitude
Cosine amplitude.
const Real & _hump_width
Width of hump.
static InputParameters validParams()
virtual RealVectorValue gradient(Real t, const Point &p) const
const Real & _hump_center_position
Hump center position on selected axis.
const Real & _hump_center_value
Value at the center of the hump.
const Real _hump_right_end
Right end of hump.
const unsigned int _component
Component index of axis on which hump occurs.
const Real _hump_left_end
Left end of hump.
virtual Real value(Real t, const Point &p) const
const InputParameters & parameters() const