GEOSX
|
#include "common/DataTypes.hpp"
#include "linearAlgebra/interfaces/trilinos/EpetraMatrix.hpp"
#include "linearAlgebra/interfaces/direct/SuperLU_Dist.hpp"
Go to the source code of this file.
Namespaces | |
geosx | |
Functions | |
void | geosx::EpetraConvertToSuperMatrix (EpetraMatrix const &matrix, SuperLU_Dist &SLUDData) |
Converts a matrix from Epetra to SuperLU_Dist format. More... | |
real64 | geosx::EpetraSuperLU_DistCond (EpetraMatrix const &matrix, SuperLU_Dist &SLUDData) |
Computes an accurate condition number (time consuming function!!!) More... | |