LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
check_jacobian_inverse_gramian.h
1
8
9#ifndef LEHRFEMPP_CHECK_JACOBIAN_INVERSE_GRAMIAN_H
10#define LEHRFEMPP_CHECK_JACOBIAN_INVERSE_GRAMIAN_H
11
12#include <lf/geometry/geometry.h>
13
15
22void checkJacobianInverseGramian(const lf::geometry::Geometry &geom,
23 const Eigen::MatrixXd &eval_points);
24
25} // namespace lf::geometry::test_utils
26
27#endif // LEHRFEMPP_CHECK_JACOBIAN_INVERSE_GRAMIAN_H
Defines the Geometry::test_utils module and provides a number of test functions to check geometry obj...
void checkJacobianInverseGramian(const lf::geometry::Geometry &geom, const Eigen::MatrixXd &eval_points)
Checks if JacobianInverseGramian() is implemented correctly assuming that Jacobian() is correct.