6#ifndef graphMeshMatlab_hh
7#define graphMeshMatlab_hh
62 void createStreams_(std::string filename);
66 std::unique_ptr<std::ofstream> ofs1_, ofs2_, ofs3_;
106 std::ostream *os1_, *os2_, *os3_;
108 std::unique_ptr<concepts::DynArray<uint> > map_;
MeshMatlabCell(std::ostream *os1, std::ostream *os2, std::ostream *os3)
Constructor.
virtual void operator()(const concepts::Element< F > &elm)
MeshMatlab(concepts::Space< F > &spc, std::string filename)
MeshMatlab(concepts::Mesh &msh, std::string filename)
void drawMeshMatlab(concepts::Mesh &msh, std::string filename)