MFEM
v4.3.0
Finite element discretization library
|
#include <hypre_parcsr.hpp>
Public Attributes | |
Memory< HYPRE_Int > | I |
Memory< HYPRE_Int > | J |
Memory< double > | data |
Definition at line 99 of file hypre_parcsr.hpp.
Memory<double> mfem::MemoryIJData::data |
Definition at line 102 of file hypre_parcsr.hpp.
Memory<HYPRE_Int> mfem::MemoryIJData::I |
Definition at line 101 of file hypre_parcsr.hpp.
Memory<HYPRE_Int> mfem::MemoryIJData::J |
Definition at line 101 of file hypre_parcsr.hpp.