LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
check_integration_element.h
1
8
9#ifndef LEHRFEMPP_CHECK_INTEGRATION_ELEMENT_H
10#define LEHRFEMPP_CHECK_INTEGRATION_ELEMENT_H
11
12#include <lf/geometry/geometry.h>
13
15
22void checkIntegrationElement(const lf::geometry::Geometry &geom,
23 const Eigen::MatrixXd &eval_points);
24
25} // namespace lf::geometry::test_utils
26
27#endif // LEHRFEMPP_CHECK_INTEGRATION_ELEMENT_H
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...