#include <matrixBasis.hh>
Public Types | |
typedef concepts::Datatype< F >::type | dataType |
Public Member Functions | |
MatrixBaseElementFormulaCell (concepts::ElementMatrix< dataType > *&funValue, const uint dim, const concepts::ElementFormula< F, G > &fun) | |
virtual | ~MatrixBaseElementFormulaCell () |
Destructor. | |
virtual void | operator() (const concepts::Element< G > &elm) |
virtual void | operator() (const concepts::Cell &cell) |
Not operational. | |
const concepts::ElementFormula< F, G > & | elementFormula () |
Returns the element formula. | |
virtual uint | n () const |
Getter for the dimension of the solution output (number of components) | |
virtual concepts::ElementMatrix< dataType > * | funValue () const |
Getter for the dense matrix with the function values. | |
virtual void | operator() (const Element< F > &elm)=0 |
uint | dim () const |
returns the space dimension of the mesh (two by default) | |
virtual void | resetCounter () |
resets all counters to zero | |
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 | |
concepts::ElementMatrix< dataType > *& | funValue_ |
Function Value in evaluate points. | |
const concepts::ElementFormula< F, G > & | fun_ |
Element Formula. | |
uint | dim_ |
The space dimension of the mesh (1, 2, or 3) | |
enum concepts::ElementGraphicsBase::graphicsType | type_ |
Class for writing the graphical output of an element formula to ElementMatrices.
Definition at line 259 of file matrixBasis.hh.
typedef concepts::Datatype<F>::type graphics::MatrixBaseElementFormulaCell< F, G >::dataType |
Definition at line 261 of file matrixBasis.hh.
|
inline |
Constructor (for single and repeated output)
funValue | dense matrix for solution output |
dim | spatial dimension of the elements |
fun |
Definition at line 269 of file matrixBasis.hh.
|
inlinevirtual |
Destructor.
Definition at line 276 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 the element formula.
Definition at line 293 of file matrixBasis.hh.
|
inlinevirtual |
Getter for the dense matrix with the function values.
Definition at line 303 of file matrixBasis.hh.
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::CellPostprocess< F >.
Definition at line 307 of file matrixBasis.hh.
|
inlinevirtual |
Getter for the dimension of the solution output (number of components)
Definition at line 298 of file matrixBasis.hh.
|
inlinevirtual |
Not operational.
Implements graphics::MatrixBasisOutputCell< G >.
Definition at line 287 of file matrixBasis.hh.
|
inlinevirtual |
Output of the mesh and vector data of the element
elm | The elment |
Implements graphics::MatrixBasisOutputCell< G >.
Definition at line 282 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 >.
|
inlinevirtualinherited |
resets all counters to zero
Reimplemented in graphics::MatrixSpaceOutputCell< G >, and graphics::MatrixSpaceOutputCell< Real >.
Definition at line 133 of file matrixBasis.hh.
|
protectedinherited |
The space dimension of the mesh (1, 2, or 3)
Definition at line 143 of file matrixBasis.hh.
|
protected |
Element Formula.
Definition at line 320 of file matrixBasis.hh.
|
protected |
Function Value in evaluate points.
Definition at line 317 of file matrixBasis.hh.
|
inherited |
Index of the (next) graphics point.
Definition at line 138 of file matrixBasis.hh.
|
protectedinherited |
The graphicsType (either concepts::ElementGraphicsBase::DENSEMATRIX or concepts::ElementGraphicsBase::MESH_DENSEMATRIX)
Definition at line 149 of file matrixBasis.hh.