Rheolef
7.2
an efficient C++ finite element environment
|
Go to the source code of this file.
Namespaces | |
namespace | rheolef |
This file is part of Rheolef. | |
Functions | |
size_t | nv2vtk_cell_type (size_t map_dim, size_t nv) |
size_t | vtk_cell_type2variant (size_t vtk_cell_type) |
#define VTK_EMPTY_CELL 0 |
Definition at line 34 of file vtk_cell_type.h.
#define VTK_VERTEX 1 |
Definition at line 35 of file vtk_cell_type.h.
#define VTK_POLY_VERTEX 2 |
Definition at line 36 of file vtk_cell_type.h.
#define VTK_LINE 3 |
Definition at line 37 of file vtk_cell_type.h.
#define VTK_POLY_LINE 4 |
Definition at line 38 of file vtk_cell_type.h.
#define VTK_TRIANGLE 5 |
Definition at line 39 of file vtk_cell_type.h.
#define VTK_TRIANGLE_STRIP 6 |
Definition at line 40 of file vtk_cell_type.h.
#define VTK_POLYGON 7 |
Definition at line 41 of file vtk_cell_type.h.
#define VTK_PIXEL 8 |
Definition at line 42 of file vtk_cell_type.h.
#define VTK_QUAD 9 |
Definition at line 43 of file vtk_cell_type.h.
#define VTK_TETRA 10 |
Definition at line 44 of file vtk_cell_type.h.
#define VTK_VOXEL 11 |
Definition at line 45 of file vtk_cell_type.h.
#define VTK_HEXAHEDRON 12 |
Definition at line 46 of file vtk_cell_type.h.
#define VTK_WEDGE 13 |
Definition at line 47 of file vtk_cell_type.h.
#define VTK_PYRAMID 14 |
Definition at line 48 of file vtk_cell_type.h.
#define VTK_QUADRATIC_EDGE 21 |
Definition at line 51 of file vtk_cell_type.h.
#define VTK_QUADRATIC_TRIANGLE 22 |
Definition at line 52 of file vtk_cell_type.h.
#define VTK_QUADRATIC_QUAD 23 |
Definition at line 53 of file vtk_cell_type.h.
#define VTK_QUADRATIC_POLYGON 36 |
Definition at line 54 of file vtk_cell_type.h.
#define VTK_QUADRATIC_TETRA 24 |
Definition at line 55 of file vtk_cell_type.h.
#define VTK_QUADRATIC_HEXAHEDRON 25 |
Definition at line 56 of file vtk_cell_type.h.
#define VTK_QUADRATIC_WEDGE 26 |
Definition at line 57 of file vtk_cell_type.h.
#define VTK_QUADRATIC_PYRAMID 27 |
Definition at line 58 of file vtk_cell_type.h.
#define VTK_BIQUADRATIC_QUAD 28 |
Definition at line 59 of file vtk_cell_type.h.
#define VTK_TRIQUADRATIC_HEXAHEDRON 29 |
Definition at line 60 of file vtk_cell_type.h.
#define VTK_QUADRATIC_LINEAR_QUAD 30 |
Definition at line 61 of file vtk_cell_type.h.
#define VTK_QUADRATIC_LINEAR_WEDGE 31 |
Definition at line 62 of file vtk_cell_type.h.
#define VTK_BIQUADRATIC_QUADRATIC_WEDGE 32 |
Definition at line 63 of file vtk_cell_type.h.
#define VTK_BIQUADRATIC_QUADRATIC_HEXAHEDRON 33 |
Definition at line 64 of file vtk_cell_type.h.
#define VTK_BIQUADRATIC_TRIANGLE 34 |
Definition at line 65 of file vtk_cell_type.h.
#define VTK_CUBIC_LINE 35 |
Definition at line 68 of file vtk_cell_type.h.
#define VTK_PARAMETRIC_CURVE 51 |
Definition at line 71 of file vtk_cell_type.h.
#define VTK_PARAMETRIC_SURFACE 52 |
Definition at line 72 of file vtk_cell_type.h.
#define VTK_LAGRANGE_CURVE 68 |
Definition at line 75 of file vtk_cell_type.h.
#define VTK_LAGRANGE_TRIANGLE 69 |
Definition at line 76 of file vtk_cell_type.h.
#define VTK_LAGRANGE_QUADRILATERAL 70 |
Definition at line 77 of file vtk_cell_type.h.
#define VTK_LAGRANGE_TETRAHEDRON 71 |
Definition at line 78 of file vtk_cell_type.h.
#define VTK_LAGRANGE_HEXAHEDRON 72 |
Definition at line 79 of file vtk_cell_type.h.
#define VTK_LAGRANGE_WEDGE 73 |
Definition at line 80 of file vtk_cell_type.h.
#define VTK_LAGRANGE_PYRAMID 74 |
Definition at line 81 of file vtk_cell_type.h.