hexahedronGraphics.hh
Handles graphics output (to a file) of a specific element.
Definition: element.hh:16
Class for writing the values of the solution of a PDE on the quadrature points of the space in a Dens...
Definition: matrixBasis.hh:331
bool countDenseMatrix_(const Hexahedron &hexa, graphics::MatrixCounterCell *bdc) const
Counts the nuber of integration points, the number of sub-hexahedrons builded by the integration poin...
const hp3D::Value< Real, Real > valueR_
Real element function of the value.
Definition: hexahedronGraphics.hh:94
Handles graphics for hexahedral 3D hp FEM elements.
Definition: hexahedronGraphics.hh:27
bool writeDenseMatrix_(const Hexahedron &quad, graphics::MatrixSpaceOutputCell< Real > *bdc) const
Writes geometry informations of an hp3d::Space into matrices hold by the CellPostProcess MatrixSpaceO...
const hp3D::Value< concepts::Cmplx, Real > valueC_
Complex element function of the value.
Definition: hexahedronGraphics.hh:97
bool writeDenseMatrix_(const Hexahedron &hexa, graphics::MatrixSolutionEvaluationCell< G, Real > *bdc) const
Writes values from a FEM Solution on the quadrature points of the hexaedron into an ElementMatrix.
bool handleDenseMatrix_(const Hexahedron &hexa, concepts::CellPostprocess< Real > &post) const
Handles a concepts::CellPostProcess with graphicsType DENSEMATRIX.
Class that collects information about the mesh/space it iterates over, that are used for MatrixBasisO...
Definition: matrixBasis.hh:33
void value_(const concepts::ElementFunction< Real, Real > *&fun) const
virtual ~HexahedronGraphics()
virtual void operator()(const concepts::Element< Real > &elm, enum graphicsType type, concepts::CellPostprocess< Real > &post) const
virtual std::ostream & info(std::ostream &os) const
bool writeDenseMatrix_(const Hexahedron &quad, graphics::MatrixBaseElementFormulaCell< G, Real > *bdc) const
Writes values from an ElementFormula on the quadrature points of the quad into an ElementMatrix.
HexahedronGraphics()
Class for writing the graphical output of an element formula to ElementMatrices.
Definition: matrixBasis.hh:259
void value_(const concepts::ElementFunction< concepts::Cmplx, Real > *&fun) const