#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"

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. | |