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

Classes | Namespaces | Defines | Functions
graphics/dataDX.hh File Reference
#include <slist>
#include <fstream>
#include <memory>
#include "space/postProcess.hh"
#include "space/element.hh"
#include "space/formula.hh"
#include "function/basis.hh"
#include "spaceTraits.hh"
Include dependency graph for dataDX.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  graphics::DataDX< F >
 Draws a picture of data in DX format and stores the result in a file. More...
class  graphics::DataDXConnections
 Graphics in OpenDX - connections. More...
class  graphics::DataDXCoordinates
 Graphics in OpenDX - coordinates. More...
class  graphics::DataDXCounts
 Graphics in OpenDX - point counter. More...
class  graphics::DataDXData
 Graphics in OpenDX - data. More...
struct  graphics::spcPosCon< T, traits >
 Determines the traits class belonging to a space by a default template parameter. More...

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


namespace  graphics
 

Graphics.


Defines

#define __gnu_cxx   std

Functions

template<typename T >
DataDX< Real > graphics::drawDataDX (T &spc, const std::string filename, const uint dim=2)
 Trampoline function to create a DataDX.
template<typename T >
bool graphics::spaceBoundary (const T &spc)
 Trampoline function for the class spcPosCon.
template<typename T >
bool graphics::spacePosCon (const T &spc)
 Trampoline function for the class spcPosCon.

Define Documentation

#define __gnu_cxx   std

Definition at line 18 of file dataDX.hh.


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