16 #include "../general/globals.hpp"
35 #ifdef MFEM_USE_MEMALLOC
42 int Push (
int r,
int c,
int f);
46 int Index (
int r,
int c,
int f)
const;
48 int Push4 (
int r,
int c,
int f,
int t);
50 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
void Print(std::ostream &out=mfem::out) const
int Push4(int r, int c, int f, int t)
OutStream out(std::cout)
Global stream used by the library for standard output. Initially it uses the same std::streambuf as s...