Class AbsoluteValueRegularizedWithErf0¶
Defined in File RegularizedAbs.hxx
Inheritance Relationships¶
Base Type¶
public Mechatronix::AbsoluteValueRegularizedWithErf
(Class AbsoluteValueRegularizedWithErf)
Class Documentation¶
-
class
Mechatronix
::
AbsoluteValueRegularizedWithErf0
: public Mechatronix::AbsoluteValueRegularizedWithErf¶
-
Absolute value smoothed
\[ |x| \approx |x|_{0,\kappa} = |x|_{\kappa} - |0|_{\kappa} \]where
\[ |x| \approx |x|_{\kappa} =x\cdot\mathrm{erf}(\kappa x)+\frac{\mathrm{e}^{-\kappa^2 x^2}}{\kappa\sqrt{\pi}} \]where \( \kappa \) satisfy
\[ (|h|_{\kappa})' = 1-h \]Public Functions
-
void
setup
(GenericContainer const &gc) override¶
-
Initialize class using generic container that must contain
gc("h")
the value of the smoothing parameter.
-
void
setup
(real_type h)¶
-
Initialize
AbsoluteValueRegularizedWithErf
givenh
Initialize class setting the smoothing parameter
h
-
void