LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
check_geometry_orientation.h
1#ifndef __ea25e7ba269040a1876408a8c67712b5
2#define __ea25e7ba269040a1876408a8c67712b5
3
4#include <lf/mesh/mesh.h>
5
6namespace lf::mesh::test_utils {
7
14void checkGeometryOrientation(const Entity& e);
15
16} // namespace lf::mesh::test_utils
17
18#endif // __ea25e7ba269040a1876408a8c67712b5
Utilities for testing sanity of mesh data structures and tests involving meshes.
void checkGeometryOrientation(const Entity &e)
Makes sure that the coordinates of the nodes obtained through e.SubEntities()[i].Geometry() match the...