matrixBasis.hh File Reference
#include "basics.hh"
#include "toolbox.hh"
#include "geometry.hh"
#include "function.hh"
#include "operator.hh"
#include "space.hh"
#include "basis.hh"
Go to the source code of this file.
Classes | |
class | graphics::DenseMatrixCollection< G > |
Class that hold and manage a std::map with concepts::ElementMatrices for graphical output, collected by graphics::DenseMatrixGraphics . More... | |
class | graphics::MatrixBaseElementFormulaCell< F, G > |
Class for writing the graphical output of an element formula to ElementMatrices. More... | |
class | graphics::MatrixBaseMeshCell |
Class that iterates over a mesh and collects graphical informations in a set of ElementMatrices. More... | |
class | graphics::MatrixBasisOutputCell< G > |
Basis class for graphical output using dense matrices. More... | |
class | graphics::MatrixCounterCell |
Class that collects information about the mesh/space it iterates over, that are used for MatrixBasisOutputCell and derived classes to allocate the matrices where the data will be stored. More... | |
class | graphics::MatrixSolutionEvaluationCell< F, G > |
Class for writing the values of the solution of a PDE on the quadrature points of the space in a DenseMatrix. More... | |
class | graphics::MatrixSpaceOutputCell< G > |
Class that collects graphical informations about a given space in a set of ElementMatrices. More... | |
Namespaces | |
graphics | |
Graphics. | |
Detailed Description
Basis classes for graphical output over dense matrices
Definition in file matrixBasis.hh.