LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
check_sub_geometry.h
1
8
9#ifndef LEHRFEMPP_CHECK_SUB_GEOMETRY_H
10#define LEHRFEMPP_CHECK_SUB_GEOMETRY_H
11
12#include <lf/geometry/geometry.h>
13#include <lf/quad/quad.h>
14
16
25 const lf::geometry::Geometry &geom,
26 const std::function<lf::quad::QuadRule(lf::base::RefEl)> &qrProvider);
27
28} // namespace lf::geometry::test_utils
29
30#endif // LEHRFEMPP_CHECK_SUB_GEOMETRY_H
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...