LehrFEM++ 1.0.0
A simple Finite Element Library for teaching
Loading...
Searching...
No Matches
write_matlab.h
1#ifndef INCGX633e7bf8dd548de839f74075687e81A
2#define INCGX633e7bf8dd548de839f74075687e81A
3
4#include <lf/mesh/mesh.h>
5
6#include <string>
7
8namespace lf::io {
38void writeMatlab(const lf::mesh::Mesh &mesh, std::string filename);
39
40} // namespace lf::io
41
42#endif // INCGX633e7bf8dd548de839f74075687e81A
Mesh input (from file) and output (in various formats) facilities.
void writeMatlab(const lf::mesh::Mesh &mesh, std::string filename)
Writes affine triangulation data to file in MATLAB format.