MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Attributes | List of all members
mfem::MemoryIJData Struct Reference

#include <hypre_parcsr.hpp>

Collaboration diagram for mfem::MemoryIJData:
[legend]

Public Attributes

Memory< HYPRE_Int > I
 
Memory< HYPRE_Int > J
 
Memory< double > data
 

Detailed Description

Definition at line 99 of file hypre_parcsr.hpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: