LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
check_entity_indexing.h
1#ifndef INCG2633e7bf8dd548de839f74075687e810
2#define INCG2633e7bf8dd548de839f74075687e810
3
4#include <lf/mesh/mesh.h>
5
6namespace lf::mesh::test_utils {
14void checkEntityIndexing(const Mesh& mesh);
15
16} // namespace lf::mesh::test_utils
17
18#endif // INCG2633e7bf8dd548de839f74075687e810
Utilities for testing sanity of mesh data structures and tests involving meshes.
void checkEntityIndexing(const Mesh &mesh)
Function for testing mesh indexing (should be called from google test)