LehrFEM++
1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
lib
lf
mesh
test_utils
check_entity_indexing.h
1
#ifndef INCG2633e7bf8dd548de839f74075687e810
2
#define INCG2633e7bf8dd548de839f74075687e810
3
4
#include <lf/mesh/mesh.h>
5
6
namespace
lf::mesh::test_utils
{
14
void
checkEntityIndexing
(
const
Mesh& mesh);
15
16
}
// namespace lf::mesh::test_utils
17
18
#endif
// INCG2633e7bf8dd548de839f74075687e810
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::checkEntityIndexing
void checkEntityIndexing(const Mesh &mesh)
Function for testing mesh indexing (should be called from google test)
Definition
check_entity_indexing.cc:8
Generated by
1.10.0