LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
geometry.h
1
8
9#ifndef INCG02a3dfa9ae3a4969b29d4c0ecfaa6ad9
10#define INCG02a3dfa9ae3a4969b29d4c0ecfaa6ad9
11
12#include "geometry_interface.h"
13#include "point.h"
14#include "quad_o1.h"
15#include "quad_o2.h"
16#include "refinement_pattern.h"
17#include "segment_o1.h"
18#include "segment_o2.h"
19#include "tria_o1.h"
20#include "tria_o2.h"
21
27namespace lf::geometry {} // namespace lf::geometry
28
29#endif // INCG02a3dfa9ae3a4969b29d4c0ecfaa6ad9
Defines the Geometry interface and provides a number of classes that implement this interface + addit...
Definition geometry.cc:7