NodeSolverType Enumeration |
Which node solver to use. Currently only PardisoSolver is available TODO: Remove?
Namespace:
DHI.Mike1D.HDParameterDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public enum NodeSolverType
Members
| Member name | Value | Description |
---|
| LinkedMatrixSolver | 1 |
Use the NodeSolverLinkedMatrix, the original M11 way of solving the node system
|
| PardisoSolver | 2 |
Use the NodeSolverPardiso, a fast, thread-parallel, direct solver written in Fortran
|
See Also