meshDAT.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::MeshDAT< F > |
Creates files which are suitable for mesh input using Import2dMesh or Import3dMesh . More... | |
class | graphics::MeshDATCell< F > |
Cell by cell output for MeshDAT . More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
graphics | |
Graphics. | |
Functions | |
void | graphics::drawMeshDAT (concepts::Mesh &msh, const std::string &filename) |
Trampoline function to create an instance of MeshDAT. More... | |
template<typename F > | |
void | graphics::drawMeshDAT (concepts::Space< F > &spc, const std::string &filename) |
Trampoline function to create an instance of MeshDAT. More... | |
Detailed Description
Graphics of the mesh in DAT
Definition in file meshDAT.hh.