#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 | |
| namespace | graphics |
Graphics. | |
| namespace | hp2D |
Eddy-Current Model in 2D in h-formulation. | |
| namespace | 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. | |
| template<typename T > | |
| MeshDX< Real > | graphics::drawMeshDX (T &spc, std::string filename) |
Trampoline function to create a MeshDX. | |
| template<typename T > | |
| uint | graphics::spaceDimension (const T &spc) |
| Trampoline function for the class spcDim. | |