9#ifndef LEHRFEMPP_CHECK_INTEGRATION_ELEMENT_H
10#define LEHRFEMPP_CHECK_INTEGRATION_ELEMENT_H
12#include <lf/geometry/geometry.h>
23 const Eigen::MatrixXd &eval_points);
Defines the Geometry::test_utils module and provides a number of test functions to check geometry obj...
void checkIntegrationElement(const lf::geometry::Geometry &geom, const Eigen::MatrixXd &eval_points)
Checks if IntegrationElement() is implemented correctly under the assumption that Jacobian() is corre...