basis.hh File Reference
#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 | concepts::ElementFormula< F, G > |
Interface for a formula defined element by element. More... | |
class | graphics::OutputBase |
Base class for graphical output to a file. More... | |
class | concepts::PiecewiseFormulaBase< F > |
Piecewise defined function on a number of cells. 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 > |
class | concepts::Vector< F > |
A vector. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
graphics | |
Graphics. | |
Detailed Description
Basis classes for graphical output over string streams
Definition in file basis.hh.