GEOSX
|
#include "common/DataTypes.hpp"
#include "linearAlgebra/interfaces/hypre/HypreMatrix.hpp"
#include "linearAlgebra/interfaces/direct/SuperLU_Dist.hpp"
#include <seq_mv.h>
Go to the source code of this file.
Namespaces | |
geosx | |
Functions | |
void | geosx::HypreConvertToSuperMatrix (HypreMatrix const &matrix, SuperLU_Dist &SLUDData) |
Converts a matrix from Hypre to SuperLU_Dist format. More... | |
real64 | geosx::HypreSuperLU_DistCond (HypreMatrix const &matrix, SuperLU_Dist &SLUDData) |
Computes an accurate condition number (time consuming function!!!) More... | |