Click or drag to resize

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: 19.0.0.0 (11.1.1.1111)
Syntax
public enum NodeSolverType
Members
  Member nameValueDescription
LinkedMatrixSolver1 Use the NodeSolverLinkedMatrix, the original M11 way of solving the node system
PardisoSolver2 Use the NodeSolverPardiso, a fast, thread-parallel, direct solver written in Fortran
See Also