Uses of Class
pulse.problem.schemes.RadiativeTransferCoupling
-
Packages that use RadiativeTransferCoupling Package Description pulse.problem.schemes This package deals with abstractions associated with finite differences in PULsE, including the definition ofGrid
s, which determine the partitioning rules for space and time variables.pulse.problem.schemes.solvers Contains various finite-difference solvers for the different problem statements available. -
-
Uses of RadiativeTransferCoupling in pulse.problem.schemes
Methods in pulse.problem.schemes that return RadiativeTransferCoupling Modifier and Type Method Description RadiativeTransferCoupling
CoupledImplicitScheme. getCoupling()
Methods in pulse.problem.schemes with parameters of type RadiativeTransferCoupling Modifier and Type Method Description void
CoupledImplicitScheme. setCoupling(RadiativeTransferCoupling coupling)
-
Uses of RadiativeTransferCoupling in pulse.problem.schemes.solvers
Methods in pulse.problem.schemes.solvers that return RadiativeTransferCoupling Modifier and Type Method Description RadiativeTransferCoupling
ExplicitCoupledSolver. getCoupling()
Methods in pulse.problem.schemes.solvers with parameters of type RadiativeTransferCoupling Modifier and Type Method Description void
ExplicitCoupledSolver. setCoupling(RadiativeTransferCoupling coupling)
-