#include <matrixBasis.hh>
Public Member Functions | |
MatrixSpaceOutputCell (DenseMatrixCollection< G > &dense_ptr, uint dim=2, const enum concepts::ElementGraphicsBase::graphicsType type=concepts::ElementGraphicsBase::DENSEMATRIX) | |
virtual | ~MatrixSpaceOutputCell () |
Destructor. | |
virtual void | operator() (const concepts::Element< G > &elm) |
virtual void | operator() (const concepts::Cell &cell) |
virtual void | resetCounter () |
Resets all counter. | |
DenseMatrixCollection< G > & | getMapping () |
Returns a mapping with all dense matrices, where data should be stored. | |
virtual void | operator() (const Element< F > &elm)=0 |
uint | dim () const |
returns the space dimension of the mesh (two by default) | |
Public Attributes | |
uint | indexOfMesh |
Index of the (next) graphics quad (the small one). | |
uint | indexOfFaceMesh |
Index of the (next) graphics quad. | |
uint | indexOfEdgeMesh |
Index of the (next) graphics edge in the edge mesh. | |
uint | indexOfVertexMesh |
Index of the (next) quad (used for the vertex mesh). | |
uint | indexOfAttributes |
Index of the (next) quad (used for the attributes). | |
uint | indexOfEdgAttr |
Index of the (next) graphics edge (used for edge attribute) | |
uint | indexOfFaceAttr |
Index of the (next) graphics edge (used for edge attribute) | |
uint | indexOfVtxAttr |
Index of the (next) quad (used for the vertex attribute) | |
uint | indexOfPolynomialDegree |
Index of the (next) quad (used for the polynomial degree) | |
uint | counter |
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 | |
DenseMatrixCollection< G > & | dense_ptr_ |
The mapping that holds the matrices. | |
uint | dim_ |
The space dimension of the mesh (1, 2, or 3) | |
enum concepts::ElementGraphicsBase::graphicsType | type_ |
Class that collects graphical informations about a given space in a set of ElementMatrices.
Definition at line 160 of file matrixBasis.hh.
|
inline |
Constructor (for collecting space data)
dense_ptr | Mapping that allows to adress ElementMatrixes with strings |
dim | The dimension of the space |
type | Type should be MESH_DENSEMATRIX if just the mesh is readed, DENSEMATRIX else |
Definition at line 169 of file matrixBasis.hh.
|
inlinevirtual |
Destructor.
Definition at line 177 of file matrixBasis.hh.
|
inlineinherited |
returns the space dimension of the mesh (two by default)
Definition at line 128 of file matrixBasis.hh.
|
inline |
Returns a mapping with all dense matrices, where data should be stored.
Definition at line 242 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 >.
|
inlinevirtual |
Writes data of the given cell in the matrices
cell | The cell |
Implements graphics::MatrixBasisOutputCell< G >.
Reimplemented in graphics::MatrixBaseMeshCell.
Definition at line 190 of file matrixBasis.hh.
|
inlinevirtual |
Writes data of the given element in the matrices
elm | The element |
Implements graphics::MatrixBasisOutputCell< G >.
Reimplemented in graphics::MatrixBaseMeshCell.
Definition at line 183 of file matrixBasis.hh.
|
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 counter.
Reimplemented from graphics::MatrixBasisOutputCell< G >.
Definition at line 227 of file matrixBasis.hh.
uint graphics::MatrixSpaceOutputCell< G >::counter |
Number of stored points. It is used in "void matlabBinaryMeshGraphics::writeMesh".
Definition at line 224 of file matrixBasis.hh.
|
protected |
The mapping that holds the matrices.
Definition at line 248 of file matrixBasis.hh.
|
protectedinherited |
The space dimension of the mesh (1, 2, or 3)
Definition at line 143 of file matrixBasis.hh.
uint graphics::MatrixSpaceOutputCell< G >::indexOfAttributes |
Index of the (next) quad (used for the attributes).
Definition at line 207 of file matrixBasis.hh.
uint graphics::MatrixSpaceOutputCell< G >::indexOfEdgAttr |
Index of the (next) graphics edge (used for edge attribute)
Definition at line 210 of file matrixBasis.hh.
uint graphics::MatrixSpaceOutputCell< G >::indexOfEdgeMesh |
Index of the (next) graphics edge in the edge mesh.
Definition at line 201 of file matrixBasis.hh.
uint graphics::MatrixSpaceOutputCell< G >::indexOfFaceAttr |
Index of the (next) graphics edge (used for edge attribute)
Definition at line 213 of file matrixBasis.hh.
uint graphics::MatrixSpaceOutputCell< G >::indexOfFaceMesh |
Index of the (next) graphics quad.
Definition at line 198 of file matrixBasis.hh.
uint graphics::MatrixSpaceOutputCell< G >::indexOfMesh |
Index of the (next) graphics quad (the small one).
Definition at line 195 of file matrixBasis.hh.
|
inherited |
Index of the (next) graphics point.
Definition at line 138 of file matrixBasis.hh.
uint graphics::MatrixSpaceOutputCell< G >::indexOfPolynomialDegree |
Index of the (next) quad (used for the polynomial degree)
Definition at line 219 of file matrixBasis.hh.
uint graphics::MatrixSpaceOutputCell< G >::indexOfVertexMesh |
Index of the (next) quad (used for the vertex mesh).
Definition at line 204 of file matrixBasis.hh.
uint graphics::MatrixSpaceOutputCell< G >::indexOfVtxAttr |
Index of the (next) quad (used for the vertex attribute)
Definition at line 216 of file matrixBasis.hh.
|
protectedinherited |
The graphicsType (either concepts::ElementGraphicsBase::DENSEMATRIX or concepts::ElementGraphicsBase::MESH_DENSEMATRIX)
Definition at line 149 of file matrixBasis.hh.