meshDX.hh File Reference
#include <iostream>
#include <string>
#include <list>
#include "space/postProcess.hh"
#include "basics/typedefs.hh"
#include "basics/exceptions.hh"
#include "spaceTraits.hh"
#include "geometry/topology.hh"
Go to the source code of this file.
Classes | |
class | graphics::BoundaryDXCell< F > |
Gathers information about boundary faces (or edges in 2D) and prepares information to be written to an OpenDX file. More... | |
class | graphics::MeshDX< F > |
Draws a picture of a mesh in DX format and stores the result in a file. More... | |
class | graphics::MeshDXCell< F > |
Draws a picture of a mesh in DX. More... | |
struct | graphics::spcDim< T, traits > |
Determines the traits class belonging to a space by a default template parameter. More... | |
Namespaces | |
graphics | |
Graphics. | |
hp2D | |
2D hp-FEM for H1-conforming elements. | |
hp3D | |
3D hp-FEM for H1-conforming elements. | |
Functions | |
MeshDX< Real > | graphics::drawMeshDX (concepts::Mesh &msh, std::string filename) |
Trampoline function to create a MeshDX . More... | |
template<typename T > | |
MeshDX< Real > | graphics::drawMeshDX (T &spc, std::string filename) |
Trampoline function to create a MeshDX . More... | |
template<typename T > | |
uint | graphics::spaceDimension (const T &spc) |
Trampoline function for the class spcDim. More... | |
Detailed Description
Graphics of the mesh in OpenDX
Definition in file meshDX.hh.