Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Functions
graphics/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"
Include dependency graph for meshMatlab.hh:
This graph shows which files directly or indirectly include this file:

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

namespace  concepts
 

Geometries and material constants for eddy current problems.


namespace  graphics
 

Graphics.


Functions

void graphics::drawMeshMatlab (concepts::Mesh &msh, std::string filename)
 Trampoline function to create an instance of MeshMatlab.
template<class F >
void graphics::drawMeshMatlab (concepts::Space< F > &spc, std::string filename)
 Trampoline function to create an instance of MeshMatlab.

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)