LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
hybrid2d.h
1#ifndef HYBRID2D_P_H_
2#define HYBRID2D_P_H_
3
13
14#include "mesh.h"
15#include "mesh_factory.h"
16#include "point.h"
17#include "quad.h"
18#include "segment.h"
19#include "triangle.h"
20
21#endif // HYBRID2D_P_H_
A namespace for managing 2D hybrid meshes using pointers to store sub-entity relations.
Definition hybrid2d.h:12