LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
write_matplotlib.h
1
9
10#ifndef WRITE_MATPLOTLIB_H
11#define WRITE_MATPLOTLIB_H
12
13#include <lf/mesh/mesh.h>
14
15#include <string>
16
17namespace lf::io {
37void writeMatplotlib(const lf::mesh::Mesh &mesh, std::string filename);
38
39} // namespace lf::io
40
41#endif /* WRITE_MATPLOTLIB_H */
Mesh input (from file) and output (in various formats) facilities.
void writeMatplotlib(const lf::mesh::Mesh &mesh, std::string filename)
Write affine triangulation data to file in matplotlib format.