Package pulse.problem.schemes.solvers
Contains various finite-difference solvers for the different problem statements available.
Each solver is tailored to a specific problem statement and the solution is highly
hard-coded.
-
Interface Summary Interface Description Solver<T extends Problem> A solver interface which provides the capability to use thesolve
method on aProblem
. -
Class Summary Class Description ADILinearisedSolver An alternating direction implicit (ADI) solver for a classical two-dimensional linearised problem.ExplicitCoupledSolver ExplicitCoupledSolverNL ExplicitLinearisedSolver Performs a fully-dimensionless calculation for theLinearisedProblem
.ExplicitNonlinearSolver ExplicitTranslucentSolver ImplicitCoupledSolver ImplicitCoupledSolverNL ImplicitDiathermicSolver ImplicitLinearisedSolver<T extends ClassicalProblem> Performs a fully-dimensionless calculation for theLinearisedProblem
.ImplicitNonlinearSolver ImplicitTranslucentSolver ImplicitTwoTemperatureSolver MixedCoupledSolver MixedCoupledSolverNL MixedLinearisedSolver Performs a fully-dimensionless calculation for theLinearisedProblem
. -
Enum Summary Enum Description SolverException.SolverExceptionType -
Exception Summary Exception Description SolverException