MFEM  v4.6.0
Finite element discretization library
Public Attributes | List of all members
mfem::MemAllocNode< Elem, Num > Class Template Reference

#include <mem_alloc.hpp>

Public Attributes

MemAllocNode< Elem, Num > * Prev
 
Elem Elements [Num]
 

Detailed Description

template<class Elem, int Num>
class mfem::MemAllocNode< Elem, Num >

Definition at line 141 of file mem_alloc.hpp.

Member Data Documentation

◆ Elements

template<class Elem, int Num>
Elem mfem::MemAllocNode< Elem, Num >::Elements[Num]

Definition at line 145 of file mem_alloc.hpp.

◆ Prev

template<class Elem, int Num>
MemAllocNode<Elem, Num>* mfem::MemAllocNode< Elem, Num >::Prev

Definition at line 144 of file mem_alloc.hpp.


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