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>
Represents a reference element with all its properties.
Interface class for shape information on a mesh cell in the spirit of parametric finite element metho...
Represents a Quadrature Rule over one of the Reference Elements.
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...