LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
check_integration_element.h
1
9#ifndef LEHRFEMPP_CHECK_INTEGRATION_ELEMENT_H
10#define LEHRFEMPP_CHECK_INTEGRATION_ELEMENT_H
11
12#include <lf/geometry/geometry.h>
13
15
23 const Eigen::MatrixXd &eval_points);
24
25} // namespace lf::geometry::test_utils
26
27#endif // LEHRFEMPP_CHECK_INTEGRATION_ELEMENT_H
Interface class for shape information on a mesh cell in the spirit of parametric finite element metho...
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...