LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
mesh.h
1
4#ifndef __7fd0772dc0d1474492ad46dc2b8cebbb
5#define __7fd0772dc0d1474492ad46dc2b8cebbb
6
20namespace lf::mesh {}
21
22#include "entity.h"
23#include "mesh_factory.h"
24#include "mesh_interface.h"
25
26#endif // __7fd0772dc0d1474492ad46dc2b8cebbb
Defines a set of interface classes that define a mesh manager and provides mesh-related tools that bu...
Definition: entity.cc:5