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 ofGrids, 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 RadiativeTransferCouplingCoupledImplicitScheme. getCoupling()Methods in pulse.problem.schemes with parameters of type RadiativeTransferCoupling Modifier and Type Method Description voidCoupledImplicitScheme. 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 RadiativeTransferCouplingExplicitCoupledSolver. getCoupling()Methods in pulse.problem.schemes.solvers with parameters of type RadiativeTransferCoupling Modifier and Type Method Description voidExplicitCoupledSolver. setCoupling(RadiativeTransferCoupling coupling)
-