Method
NumCosmoMathOdeSplineauto_abstol
Declaration [src]
void
ncm_ode_spline_auto_abstol (
NcmOdeSpline* os,
gboolean on
)
Description [src]
If on is TRUE, the object uses the value of $\mathrm{d}y_i$ to estimate the
abstol as $T_\mathrm{abs} = \dot{y}i \mathrm{d}t_m T\mathrm{rel}$,
where $T_\mathrm{rel}$ is the relative tolerance and $\mathrm{d}t_m$ is the
minimum time step #NCM_ODE_SPLINE_MIN_STEP. Useful when computing integrals as ODEs.