1#ifndef INCG2633e7bf8dd548de839f74075687e81A
2#define INCG2633e7bf8dd548de839f74075687e81A
4#include <lf/mesh/mesh.h>
33 const Mesh& mesh,
bool vertices_only =
true);
Utilities for testing sanity of mesh data structures and tests involving meshes.
bool checkMeshCompleteness(const Mesh &mesh)
Function testing topological completeness of a mesh.
std::vector< std::pair< lf::base::RefEl, base::glb_idx_t > > isWatertightMesh(const Mesh &mesh, bool vertices_only)
check for match of entity geometries
std::shared_ptr< spdlog::logger > & WatertightLogger()
Logger that is used by isWatertightMesh() to output additional information.