GEOSX
|
#include "common/DataTypes.hpp"
#include "linearAlgebra/interfaces/hypre/HypreMatrix.hpp"
#include "linearAlgebra/interfaces/direct/SuiteSparse.hpp"
Go to the source code of this file.
Namespaces | |
geosx | |
Functions | |
void | geosx::ConvertHypreToSuiteSparseMatrix (HypreMatrix const &matrix, SuiteSparse &SSData) |
Converts a matrix from Hypre to SuiteSparse format. More... | |
int | geosx::SuiteSparseSolve (SuiteSparse &SSData, HypreVector const &b, HypreVector &x, bool transpose=false) |
Solves a linear system with SuiteSparse (matrix has already been factorized) More... | |
real64 | geosx::HypreSuiteSparseCond (HypreMatrix const &matrix, SuiteSparse &SSData) |
Computes an accurate condition number (time consuming function!!!) More... | |