Uses of Class
pulse.problem.schemes.rte.dom.OrdinateSet
-
Packages that use OrdinateSet Package Description pulse.io.readers The main class of this package isReaderManager
.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 OrdinateSet in pulse.io.readers
Methods in pulse.io.readers that return OrdinateSet Modifier and Type Method Description OrdinateSet
QuadratureReader. read(File file)
Reads an ordinate set. -
Uses of OrdinateSet in pulse.problem.schemes.rte.dom
Methods in pulse.problem.schemes.rte.dom that return OrdinateSet Modifier and Type Method Description OrdinateSet
Discretisation. getOrdinates()
Methods in pulse.problem.schemes.rte.dom that return types with arguments of type OrdinateSet Modifier and Type Method Description DiscreteSelector<OrdinateSet>
Discretisation. getQuadratureSelector()
Methods in pulse.problem.schemes.rte.dom with parameters of type OrdinateSet Modifier and Type Method Description void
Discretisation. setOrdinateSet(OrdinateSet set)
-