#include <fstream>#include "basics/debug.hh"#include "basics/exceptions.hh"#include "basics/outputOperator.hh"#include "basics/typedefs.hh"#include "toolbox/array.hh"#include "toolbox/elementGraphics.hh"#include "toolbox/sequence.hh"#include "geometry/cell2D.hh"#include "space/function.hh"#include "space/postProcess.hh"#include "space/space.hh"

Go to the source code of this file.
Classes | |
| class | graphics::BaseDataCell< F, G > |
| Class for writing the graphical output of a FE solution represented by a coefficient vector (and possibly an element function) to the given streams. More... | |
| class | graphics::BaseElementFormulaCell< F, G > |
| Writes element formula for a cell to the given streams. More... | |
| class | graphics::BaseFormulaCell< F, G > |
| Writes formula for a cell to the given streams. More... | |
| class | graphics::BaseMeshCell |
| Writes the mesh to the given streams (for a cell). More... | |
| class | graphics::BaseOutputCell< F > |
| Writes the mesh to the given streams. More... | |
| class | graphics::OutputBase |
| Base class for graphical output to a file. More... | |
| struct | graphics::Size< F > |
| Number of components of data types. More... | |
| struct | graphics::Size< concepts::Cmplx > |
| struct | graphics::Size< concepts::Mapping< F, dim > > |
| struct | graphics::Size< concepts::Point< F, dim > > |
| struct | graphics::Size< Real > |
Namespaces | |
| namespace | concepts |
Geometries and material constants for eddy current problems. | |
| namespace | graphics |
Graphics. | |
Defines | |
| #define | MatlabMeshWriteFormula_D 0 |