34 #ifdef MFEM_USE_MEMALLOC
41 int Push (
int r,
int c,
int f);
45 int Index (
int r,
int c,
int f)
const;
47 int Push4 (
int r,
int c,
int f,
int t);
49 int operator() (
int r,
int c,
int f,
int t)
const;
int Push(int r, int c, int f)
int Index(int r, int c, int f) const
int operator()(int r, int c, int f) const
int Push4(int r, int c, int f, int t)