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
12
13#include "mesh.h"
14#include "mesh_factory.h"
15#include "point.h"
16#include "quad.h"
17#include "segment.h"
18#include "triangle.h"
19
20#endif // HYBRID2D_P_H_
An alternative implementation of a hybrid2d mesh manager that uses Pointers to store sub-entity relat...
Definition hybrid2d.h:11