LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
check_local_topology.h
1#ifndef INCG2633e7bf8dd548de839f74075687e81x
2#define INCG2633e7bf8dd548de839f74075687e81x
3
4#include <lf/mesh/mesh.h>
5
6namespace lf::mesh::test_utils {
15void checkLocalTopology(const Entity& e);
16
25void checkRelCodim(const Entity& e);
26
27} // namespace lf::mesh::test_utils
28
29#endif // INCG2633e7bf8dd548de839f74075687e81x
Utilities for testing sanity of mesh data structures and tests involving meshes.
void checkRelCodim(const Entity &e)
consistence check for local (relative) co-dimensions
void checkLocalTopology(const Entity &e)
Function for testing consistency of subentities.