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