9#ifndef LEHRFEMPP_CHECK_SUB_GEOMETRY_H
10#define LEHRFEMPP_CHECK_SUB_GEOMETRY_H
12#include <lf/geometry/geometry.h>
13#include <lf/quad/quad.h>
25 const lf::geometry::Geometry &geom,
26 const std::function<lf::quad::QuadRule(lf::base::RefEl)> &qrProvider);
Defines the Geometry::test_utils module and provides a number of test functions to check geometry obj...
void checkSubGeometry(const lf::geometry::Geometry &geom, const std::function< lf::quad::QuadRule(lf::base::RefEl)> &qrProvider)
Checks that geometry objects obtained through SubGeometry() map the same points on the reference elem...