Uses of Class
pulse.problem.schemes.rte.dom.ButcherTableau
-
Packages that use ButcherTableau 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 ButcherTableau in pulse.io.readers
Methods in pulse.io.readers that return ButcherTableau Modifier and Type Method Description ButcherTableau
ButcherTableauReader. read(File file)
Reads the Butcher tableau stored infile
. -
Uses of ButcherTableau in pulse.problem.schemes.rte.dom
Methods in pulse.problem.schemes.rte.dom that return ButcherTableau Modifier and Type Method Description ButcherTableau
ExplicitRungeKutta. getButcherTableau()
Methods in pulse.problem.schemes.rte.dom that return types with arguments of type ButcherTableau Modifier and Type Method Description DiscreteSelector<ButcherTableau>
ExplicitRungeKutta. getTableauSelector()
Methods in pulse.problem.schemes.rte.dom with parameters of type ButcherTableau Modifier and Type Method Description void
ExplicitRungeKutta. setButcherTableau(ButcherTableau coef)
-