9#ifndef LEHRFEMPP_CHECK_JACOBIAN_H
10#define LEHRFEMPP_CHECK_JACOBIAN_H
12#include <lf/geometry/geometry.h>
24 const Eigen::MatrixXd &eval_points,
const double &tolerance);
Defines the Geometry::test_utils module and provides a number of test functions to check geometry obj...
void checkJacobian(const lf::geometry::Geometry &geom, const Eigen::MatrixXd &eval_points, const double &tolerance)
Checks if Jacobian() is implemented correctly by comparing it to the symmetric difference quotient ap...