15 #include "../fem/geom.hpp"
30 static const int CUBE = 12;
58 static int GetOrder(
int vtk_geom,
int npoints);
77 uint32_t nbytes,
int compression_level);
static const int BIQUADRATIC_SQUARE
static const int HighOrderMap[Geometry::NUM_GEOMETRIES]
static const int QUADRATIC_TETRAHEDRON
static bool IsLagrange(int vtk_geom)
static const int LAGRANGE_CUBE
static const int QUADRATIC_TRIANGLE
int BarycentricToVTKTriangle(int *b, int ref)
static const int TRIQUADRATIC_CUBE
static const int Map[Geometry::NUM_GEOMETRIES]
static const int LAGRANGE_SEGMENT
static const int LAGRANGE_SQUARE
static const int BIQUADRATIC_QUADRATIC_PRISM
static const int QuadraticMap[Geometry::NUM_GEOMETRIES]
static Geometry::Type GetMFEMGeometry(int vtk_geom)
static const int TRIANGLE
static const int LAGRANGE_TETRAHEDRON
static const int QUADRATIC_SEGMENT
static const int TETRAHEDRON
const char * VTKByteOrder()
void WriteVTKEncodedCompressed(std::ostream &out, const void *bytes, uint32_t nbytes, int compression_level)
static const int QUADRATIC_PRISM
static const int LAGRANGE_TRIANGLE
static const int PrismMap[6]
void CreateVTKElementConnectivity(Array< int > &con, Geometry::Type geom, int ref)
static bool IsQuadratic(int vtk_geom)
static const int * VertexPermutation[Geometry::NUM_GEOMETRIES]
OutStream out(std::cout)
Global stream used by the library for standard output. Initially it uses the same std::streambuf as s...
static int GetOrder(int vtk_geom, int npoints)
static const int LAGRANGE_PRISM