Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
| namespace | belfem::vtk |
Functions | |
| template<typename T> | |
| T | belfem::vtk::swap_byte_endian (T aValue) |
| This function inverts little endian to big endian and vice versa. | |
| int | belfem::vtk::vtk_type (const ElementType &aElementType) |
| returns the VTK type of an element | |
| void | belfem::vtk::get_node_ids (mesh::Element *aElement, Vector< id_t > &aNodeIDs) |
| get node IDs of this element in VTK order | |