meshMatlab.hh File Reference
#include <string>
#include <fstream>
#include <memory>
#include "basics/typedefs.hh"
#include "basics/vectorsMatricesForward.hh"
#include "basics/exceptions.hh"
#include "toolbox/dynArray.hh"
#include "space/postProcess.hh"
Go to the source code of this file.
Classes | |
class | graphics::MeshMatlab< F > |
Creates data for Matlab to draw the mesh. More... | |
class | graphics::MeshMatlabCell< F > |
Writes the data which describe the elements to the three streams. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
graphics | |
Graphics. | |
Functions | |
void | graphics::drawMeshMatlab (concepts::Mesh &msh, std::string filename) |
Trampoline function to create an instance of MeshMatlab. More... | |
template<class F > | |
void | graphics::drawMeshMatlab (concepts::Space< F > &spc, std::string filename) |
Trampoline function to create an instance of MeshMatlab. More... | |
Detailed Description
Graphics of the mesh in Matlab
Definition in file meshMatlab.hh.