Uses of Class
pulse.math.FixedIntervalIntegrator
-
Packages that use FixedIntervalIntegrator Package Description pulse.math Provides general math functionality that is used when finding the direction (aVector
) of the minimum, including operations with vector and matrices.pulse.problem.schemes.rte.exact Contains classes for solving the radiative transfer equation in an absorbing-emitting medium (no scattering) using a semi-analytical approach. -
-
Uses of FixedIntervalIntegrator in pulse.math
Subclasses of FixedIntervalIntegrator in pulse.math Modifier and Type Class Description class
MidpointIntegrator
Implements the midpoint integration scheme for the evaluation of definite integrals.class
SimpsonIntegrator
Implements the Simpson's integration rule for the evaluation of definite integrals. -
Uses of FixedIntervalIntegrator in pulse.problem.schemes.rte.exact
Methods in pulse.problem.schemes.rte.exact that return FixedIntervalIntegrator Modifier and Type Method Description FixedIntervalIntegrator
NewtonCotesQuadrature. getIntegrator()
This will retrieve the Newton-Cotes integrator, which by default is the Simpson integrator.
-