LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
io.h
1/***************************************************************************
2 * LehrFEM++ - A simple C++ finite element libray for teaching
3 * Developed from 2018 at the Seminar of Applied Mathematics of ETH Zurich,
4 * lead developers Dr. R. Casagrande and Prof. R. Hiptmair
5 ***************************************************************************/
6
14
15#ifndef INCG22f8165024874bb58675c694b54c52b5
16#define INCG22f8165024874bb58675c694b54c52b5
17
18#include "gmsh_reader.h"
19#include "vtk_writer.h"
20#include "write_matlab.h"
21#include "write_matplotlib.h"
22#include "write_tikz.h"
23
27namespace lf::io {}
28
29#endif // INCG22f8165024874bb58675c694b54c52b5
Mesh input (from file) and output (in various formats) facilities.