Uses of Class
pulse.problem.schemes.rte.dom.ODEIntegrator
-
Packages that use ODEIntegrator Package Description pulse.problem.schemes.rte.dom Contains the implementation of the discrete ordinates method (DOM) for the solution of a anisotropic nonlinear radiative transfer equation. -
-
Uses of ODEIntegrator in pulse.problem.schemes.rte.dom
Subclasses of ODEIntegrator in pulse.problem.schemes.rte.dom Modifier and Type Class Description class
AdaptiveIntegrator
An ODE integrator with an adaptive step size.class
ExplicitRungeKutta
Explicit Runge-Kutta integrator with Hermite interpolation for the solution of one-dimensional radiative transfer problems.class
TRBDF2
TRBDF2 (Trapezoidal Backward Differencing Second Order) Scheme for the solution of one-dimensional radiative transfer problems.
-