MFEM
v3.4
Finite element discretization library
|
#include <mesh.hpp>
Public Member Functions | |
named_ifgzstream (const char *mesh_name) | |
Public Member Functions inherited from mfem::ifgzstream | |
ifgzstream (char const *name, char const *mode="rb") | |
~ifgzstream () | |
Public Attributes | |
const char * | filename |
Additional Inherited Members | |
Static Protected Member Functions inherited from mfem::ifgzstream | |
static bool | maybe_gz (const char *fn) |
Protected Attributes inherited from mfem::ifgzstream | |
std::streambuf * | buf |
Input file stream that remembers the input file name (useful for example when reading NetCDF meshes) and supports optional gzstream decompression.
|
inline |