|
MFEM
v3.2
Finite element discretization library
|
#include <mem_alloc.hpp>
Public Member Functions | |
| Stack () | |
| int | Size () |
| void | Push (Elem E) |
| Elem | Pop () |
| void | Clear () |
| ~Stack () | |
Definition at line 30 of file mem_alloc.hpp.
|
inline |
Definition at line 36 of file mem_alloc.hpp.
|
inline |
Definition at line 41 of file mem_alloc.hpp.
| void mfem::Stack< Elem, Num >::Clear | ( | ) |
Definition at line 82 of file mem_alloc.hpp.
| Elem mfem::Stack< Elem, Num >::Pop | ( | ) |
Definition at line 67 of file mem_alloc.hpp.
| void mfem::Stack< Elem, Num >::Push | ( | Elem | E | ) |
Definition at line 45 of file mem_alloc.hpp.
|
inline |
Definition at line 37 of file mem_alloc.hpp.
1.8.5