Uses of Class
pulse.problem.schemes.rte.dom.IterativeSolver
-
Packages that use IterativeSolver 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 IterativeSolver in pulse.problem.schemes.rte.dom
Subclasses of IterativeSolver in pulse.problem.schemes.rte.dom Modifier and Type Class Description class
FixedIterations
class
SuccessiveOverrelaxation
Methods in pulse.problem.schemes.rte.dom that return IterativeSolver Modifier and Type Method Description IterativeSolver
DiscreteOrdinatesMethod. getIterativeSolver()
Methods in pulse.problem.schemes.rte.dom that return types with arguments of type IterativeSolver Modifier and Type Method Description InstanceDescriptor<IterativeSolver>
DiscreteOrdinatesMethod. getIterativeSolverSelector()
Methods in pulse.problem.schemes.rte.dom with parameters of type IterativeSolver Modifier and Type Method Description void
DiscreteOrdinatesMethod. setIterativeSolver(IterativeSolver solver)
-