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

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

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

namespace  concepts
 

Geometries and material constants for eddy current problems.


namespace  graphics
 

Graphics.


Functions

void graphics::drawMeshDAT (concepts::Mesh &msh, const std::string &filename)
 Trampoline function to create an instance of MeshDAT.
template<typename F >
void graphics::drawMeshDAT (concepts::Space< F > &spc, const std::string &filename)
 Trampoline function to create an instance of MeshDAT.

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