Uses of Class
pulse.problem.schemes.solvers.SolverException.SolverExceptionType
- 
Packages that use SolverException.SolverExceptionType Package Description pulse.problem.schemes.solvers Contains various finite-difference solvers for the different problem statements available.
- 
- 
Uses of SolverException.SolverExceptionType in pulse.problem.schemes.solversMethods in pulse.problem.schemes.solvers that return SolverException.SolverExceptionType Modifier and Type Method Description SolverException.SolverExceptionTypeSolverException. getType()static SolverException.SolverExceptionTypeSolverException.SolverExceptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SolverException.SolverExceptionType[]SolverException.SolverExceptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in pulse.problem.schemes.solvers with parameters of type SolverException.SolverExceptionType Constructor Description SolverException(String status, SolverException.SolverExceptionType type)SolverException(SolverException.SolverExceptionType type)
 
-