|
FEBio
1.5.0
|
LU decomposition solver. More...
#include <LUSolver.h>
Public Member Functions | |
| bool | PreProcess () |
| bool | Factor () |
| bool | BackSolve (vector< double > &x, vector< double > &b) |
| void | Destroy () |
| SparseMatrix * | CreateSparseMatrix (Matrix_Type ntype) |
Protected Attributes | |
| vector< int > | indx |
LU decomposition solver.
This solver performs an LU decomposition and uses a backsolving algorithm to solve the equations. This solver uses the FullMatrix class and therefore is not the preferred solver. It should only be used for small problems and only when the other solvers are not adequate.
1.7.5.1