LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
test_utils.h
1
8
9#ifndef LEHRFEMPP_TEST_UTILS_H
10#define LEHRFEMPP_TEST_UTILS_H
11
12#include "check_child_geometry.h"
13#include "check_integration_element.h"
14#include "check_jacobian.h"
15#include "check_jacobian_inverse_gramian.h"
16#include "check_sub_geometry.h"
17
22namespace lf::geometry::test_utils {}
23
24#endif // LEHRFEMPP_TEST_UTILS_H
Defines the Geometry::test_utils module and provides a number of test functions to check geometry obj...