Uses of Class
pulse.problem.statements.NonlinearProblem
-
Packages that use NonlinearProblem Package Description pulse.problem.schemes.rte Contains generic classes that act as a bridge between the specific implementation of radiative heat transfer and the heat problem solvers.pulse.problem.schemes.rte.dom Contains the implementation of the discrete ordinates method (DOM) for the solution of a anisotropic nonlinear radiative transfer equation.pulse.problem.schemes.solvers Contains various finite-difference solvers for the different problem statements available.pulse.problem.statements Introduces various problem statements for the heat conduction problem in the laser flash experiment. -
-
Uses of NonlinearProblem in pulse.problem.schemes.rte
Constructors in pulse.problem.schemes.rte with parameters of type NonlinearProblem Constructor Description BlackbodySpectrum(NonlinearProblem p)
Creates aBlackbodySpectrum
. -
Uses of NonlinearProblem in pulse.problem.schemes.rte.dom
Methods in pulse.problem.schemes.rte.dom with parameters of type NonlinearProblem Modifier and Type Method Description protected void
ODEIntegrator. init(NonlinearProblem problem)
-
Uses of NonlinearProblem in pulse.problem.schemes.solvers
Methods in pulse.problem.schemes.solvers with parameters of type NonlinearProblem Modifier and Type Method Description void
ExplicitNonlinearSolver. solve(NonlinearProblem problem)
void
ImplicitNonlinearSolver. solve(NonlinearProblem problem)
-
Uses of NonlinearProblem in pulse.problem.statements
Subclasses of NonlinearProblem in pulse.problem.statements Modifier and Type Class Description class
ParticipatingMedium
Constructors in pulse.problem.statements with parameters of type NonlinearProblem Constructor Description NonlinearProblem(NonlinearProblem p)
-