lineGraphics.hh
Handles graphics output (to a file) of a specific element.
Definition: element.hh:16
virtual std::ostream & info(std::ostream &os) const
bool countDenseMatrix_(const BaseElement< Real > &elm, graphics::MatrixCounterCell *bdc) const
Count the number of nodes, edges and quads in the mesh.
bool writeDenseMatrix_(const BaseElement< Real > &elm, graphics::MatrixBaseElementFormulaCell< G, Real > *bdc) const
Writes values from an ElementFormula on the quadrature points of the quad into an ElementMatrix.
bool writeDenseMatrix_(const BaseElement< Real > &elm, graphics::MatrixSpaceOutputCell< Real > *bdc) const
Writes geometric informations, attributes and quadrature weights of the element into an ElementMatrix...
bool handleDenseMatrix_(const BaseElement< Real > &elm, concepts::CellPostprocess< Real > &post) const
Handle and casts different CellPostProcesses to Cell post processes that store element informations i...
Class that collects information about the mesh/space it iterates over, that are used for MatrixBasisO...
Definition: matrixBasis.hh:33
Writes element formula for a cell to the given streams.
Definition: basis.hh:186
Class for writing the graphical output of an element formula to ElementMatrices.
Definition: matrixBasis.hh:259
virtual void operator()(const concepts::Element< Real > &elm, enum graphicsType type, concepts::CellPostprocess< Real > &post) const
bool writeMatlab_(const BaseElement< Real > &elm, graphics::BaseElementFormulaCell< G, Real > *stream) const