MFEM v4.7.0
Finite element discretization library
Loading...
Searching...
No Matches
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< real_tdata
 

Detailed Description

Definition at line 98 of file hypre_parcsr.hpp.

Member Data Documentation

◆ data

Memory<real_t> mfem::MemoryIJData::data

Definition at line 101 of file hypre_parcsr.hpp.

◆ I

Memory<HYPRE_Int> mfem::MemoryIJData::I

Definition at line 100 of file hypre_parcsr.hpp.

◆ J

Memory<HYPRE_Int> mfem::MemoryIJData::J

Definition at line 100 of file hypre_parcsr.hpp.


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