OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Enumerations | |
enum | oofem::LinSystSolverType { oofem::ST_Direct = 0, oofem::ST_IML = 1, oofem::ST_Spooles = 2, oofem::ST_Petsc = 3, oofem::ST_DSS = 4, oofem::ST_Feti = 5, oofem::ST_MKLPardiso = 6, oofem::ST_SuperLU_MT = 7, oofem::ST_PardisoProjectOrg = 8 } |
The values of this type should be related not to specific solvers, but more to specific packages that provide linear solver interface (possibly with many solver types) and are represented by a class derived from SparseLinearSystemNM. More... | |