MFEM
v4.2.0
Finite element discretization library
|
Go to the source code of this file.
Namespaces | |
mfem | |
Enumerations | |
enum | mfem::VTKFormat { mfem::VTKFormat::ASCII, mfem::VTKFormat::BINARY, mfem::VTKFormat::BINARY32 } |
Functions | |
void | mfem::CreateVTKElementConnectivity (Array< int > &con, Geometry::Type geom, int ref) |
void | mfem::WriteVTKEncodedCompressed (std::ostream &out, const void *bytes, uint32_t nbytes, int compression_level) |
int | mfem::BarycentricToVTKTriangle (int *b, int ref) |
const char * | mfem::VTKByteOrder () |