FEBio  1.5.0
Public Member Functions | Protected Attributes
FECore::LUSolver Class Reference

LU decomposition solver. More...

#include <LUSolver.h>

Inheritance diagram for FECore::LUSolver:
FECore::LinearSolver

Public Member Functions

bool PreProcess ()
bool Factor ()
bool BackSolve (vector< double > &x, vector< double > &b)
void Destroy ()
SparseMatrixCreateSparseMatrix (Matrix_Type ntype)

Protected Attributes

vector< int > indx

Detailed Description

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.


The documentation for this class was generated from the following files: