#include <matrixBasis.hh>
Public Member Functions | |
MatrixBasisOutputCell (const enum concepts::ElementGraphicsBase::graphicsType type=concepts::ElementGraphicsBase::DENSEMATRIX, uint dim=2) | |
virtual | ~MatrixBasisOutputCell () |
Destructor. | |
virtual void | operator() (const concepts::Element< G > &elm)=0 |
Writes data of the given element in the matrices. | |
virtual void | operator() (const concepts::Cell &cell)=0 |
Writes Data of the given cell in the matrices. | |
uint | dim () const |
returns the space dimension of the mesh (two by default) | |
virtual void | resetCounter () |
resets all counters to zero | |
virtual void | operator() (const Element< F > &elm)=0 |
Public Attributes | |
uint | indexOfPoints |
Index of the (next) graphics point. | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Protected Attributes | |
uint | dim_ |
The space dimension of the mesh (1, 2, or 3) | |
enum concepts::ElementGraphicsBase::graphicsType | type_ |
Basis class for graphical output using dense matrices.
Definition at line 104 of file matrixBasis.hh.
|
inline |
Constructor for the pure virtual class. Is used in the constructor of the child classes.
Definition at line 110 of file matrixBasis.hh.
|
inlinevirtual |
Destructor.
Definition at line 118 of file matrixBasis.hh.
|
inline |
returns the space dimension of the mesh (two by default)
Definition at line 128 of file matrixBasis.hh.
|
protectedvirtualinherited |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Reimplemented in graphics::BaseOutputCell< F >, graphics::BaseOutputCell< Real >, graphics::BaseOutputCell< typename concepts::Realtype< F >::type >, graphics::BaseDataCell< F, G >, graphics::BaseElementFormulaCell< F, G >, graphics::BaseFormulaCell< F, G >, graphics::BaseMeshCell, graphics::MatrixCounterCell, graphics::MatrixBaseElementFormulaCell< F, G >, graphics::MatrixSolutionEvaluationCell< F, G >, graphics::VertexList, hp2D::APrioriRefinement, hp3D::APrioriRefinement, concepts::HRefinement< F, dim >, concepts::PRefinement< F, dim >, concepts::CellIntegral< F >, concepts::CellFaceIntegral< F >, and concepts::CellEdgeIntegral< F >.
|
pure virtual |
Writes Data of the given cell in the matrices.
Implements concepts::CellPostprocess< F >.
Implemented in graphics::MatrixSpaceOutputCell< G >, graphics::MatrixSpaceOutputCell< Real >, graphics::MatrixBaseElementFormulaCell< F, G >, graphics::MatrixSolutionEvaluationCell< F, G >, and graphics::MatrixBaseMeshCell.
|
pure virtual |
Writes data of the given element in the matrices.
Implemented in graphics::MatrixSpaceOutputCell< G >, graphics::MatrixBaseElementFormulaCell< F, G >, and graphics::MatrixSolutionEvaluationCell< F, G >.
|
pure virtualinherited |
Application operator. This application operator has to be overloaded to post process a space.
elm | Current element |
Implemented in graphics::DataGnuplotCell< F >, graphics::MeshDATCell< F >, graphics::MeshDXCell< F >, graphics::BoundaryDXCell< F >, graphics::MeshGnuplotCell< F >, graphics::MeshMatlabCell< F >, graphics::MeshTecplotCell< F >, graphics::TopologyDottyCell< F >, hp1D::RefineOrRaise< F >, hp3D::RefineOrRaise< F, G >, graphics::BaseOutputCell< F >, concepts::HRefinement< F, dim >, concepts::PRefinement< F, dim >, concepts::CellFaceIntegral< F >, and concepts::CellEdgeIntegral< F >.
|
inlinevirtual |
resets all counters to zero
Reimplemented in graphics::MatrixSpaceOutputCell< G >, and graphics::MatrixSpaceOutputCell< Real >.
Definition at line 133 of file matrixBasis.hh.
|
protected |
The space dimension of the mesh (1, 2, or 3)
Definition at line 143 of file matrixBasis.hh.
uint graphics::MatrixBasisOutputCell< G >::indexOfPoints |
Index of the (next) graphics point.
Definition at line 138 of file matrixBasis.hh.
|
protected |
The graphicsType (either concepts::ElementGraphicsBase::DENSEMATRIX or concepts::ElementGraphicsBase::MESH_DENSEMATRIX)
Definition at line 149 of file matrixBasis.hh.