|
MFEM
v3.4
Finite element discretization library
|
#include <mem_alloc.hpp>
Public Member Functions | |
| Stack () | |
| int | Size () const |
| void | Push (Elem E) |
| Elem | Pop () |
| void | Clear () |
| size_t | MemoryUsage () const |
| ~Stack () | |
Definition at line 30 of file mem_alloc.hpp.
|
inline |
Definition at line 36 of file mem_alloc.hpp.
|
inline |
Definition at line 42 of file mem_alloc.hpp.
| void mfem::Stack< Elem, Num >::Clear | ( | ) |
Definition at line 83 of file mem_alloc.hpp.
| size_t mfem::Stack< Elem, Num >::MemoryUsage | ( | ) | const |
Definition at line 101 of file mem_alloc.hpp.
| Elem mfem::Stack< Elem, Num >::Pop | ( | ) |
Definition at line 68 of file mem_alloc.hpp.
| void mfem::Stack< Elem, Num >::Push | ( | Elem | E | ) |
Definition at line 46 of file mem_alloc.hpp.
|
inline |
Definition at line 37 of file mem_alloc.hpp.
1.8.5