ADCubicTransition _cubic_transition
Cubic transition.
const ADReal _center
Center point of transition.
const MooseEnum & _transition_type
Type of transition.
ADReal f2(const ADReal &x) const
Computes right function.
Cubic polynomial transition between two functions of one variable.
const ADVariableValue & _var
Variable the transition depends upon.
ADMaterialProperty< Real > & _matprop
Material property created using the transition_base.
ADSmoothTransitionTestMaterial(const InputParameters ¶meters)
const std::vector< double > x
Weighted transition between two functions of one variable.
Class for testing objects derived from ADSmoothTransition.
const ADReal _width
Width of transition.
static InputParameters validParams()
ADReal df1dx(const ADReal &x) const
Computes left function derivative.
ADReal df2dx(const ADReal &x) const
Computes right function derivative.
virtual void computeQpProperties() override
const InputParameters & parameters() const
ADReal f1(const ADReal &x) const
Computes left function.
const ADWeightedTransition _weighted_transition
Weighted transition_base.