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 classExplicitRungeKuttaExplicit Runge-Kutta integrator with Hermite interpolation for the solution of one-dimensional radiative transfer problems.classTRBDF2TRBDF2 (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 AdaptiveIntegratorDiscreteOrdinatesMethod. 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 RTECalculationStatusFixedIterations. doIterations(AdaptiveIntegrator integrator)abstract RTECalculationStatusIterativeSolver. doIterations(AdaptiveIntegrator integrator)De-facto solves the radiative transfer problem iteratively.RTECalculationStatusSuccessiveOverrelaxation. doIterations(AdaptiveIntegrator integrator)double[][][]HermiteInterpolator. interpolateOnExternalGrid(int externalGridSize, AdaptiveIntegrator integrator)Interpolates intensities and their derivatives w.r.t.voidDiscreteOrdinatesMethod. setIntegrator(AdaptiveIntegrator integrator)
-