Uses of Class
pulse.problem.schemes.rte.dom.AdaptiveIntegrator
-
Packages that use AdaptiveIntegrator 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 AdaptiveIntegrator in pulse.problem.schemes.rte.dom
Subclasses of AdaptiveIntegrator in pulse.problem.schemes.rte.dom Modifier and Type Class Description 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.Methods in pulse.problem.schemes.rte.dom that return AdaptiveIntegrator Modifier and Type Method Description AdaptiveIntegrator
DiscreteOrdinatesMethod. getIntegrator()
Methods in pulse.problem.schemes.rte.dom that return types with arguments of type AdaptiveIntegrator Modifier and Type Method Description InstanceDescriptor<AdaptiveIntegrator>
DiscreteOrdinatesMethod. getIntegratorDescriptor()
Methods in pulse.problem.schemes.rte.dom with parameters of type AdaptiveIntegrator Modifier and Type Method Description RTECalculationStatus
FixedIterations. doIterations(AdaptiveIntegrator integrator)
abstract RTECalculationStatus
IterativeSolver. doIterations(AdaptiveIntegrator integrator)
De-facto solves the radiative transfer problem iteratively.RTECalculationStatus
SuccessiveOverrelaxation. doIterations(AdaptiveIntegrator integrator)
double[][][]
HermiteInterpolator. interpolateOnExternalGrid(int externalGridSize, AdaptiveIntegrator integrator)
Interpolates intensities and their derivatives w.r.t.void
DiscreteOrdinatesMethod. setIntegrator(AdaptiveIntegrator integrator)
-