hp2D::EdgeGraphics Class Referenceabstract
Handles graphics for 1D hp FEM elements. More...
#include <edgeGraphics.hh>
Inheritance diagram for hp2D::EdgeGraphics:
Public Member Functions | |
virtual void | operator() (const concepts::Element< Real > &elm, enum graphicsType type, concepts::CellPostprocess< Real > &post) const |
virtual void | operator() (const Element< Real > &elm, enum graphicsType type, CellPostprocess< Real > &post) const=0 |
Writes necessary data to a file for graphics. More... | |
Protected Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Detailed Description
Handles graphics for 1D hp FEM elements.
Definition at line 20 of file edgeGraphics.hh.
Member Function Documentation
◆ info()
|
protectedvirtual |
◆ operator()() [1/2]
|
virtual |
◆ operator()() [2/2]
|
pure virtualinherited |
Writes necessary data to a file for graphics.
This method is called by the application operator of the object which should create the graphics file. Such an object is a specialization of CellPostprocess
. It is best if an element returns an object of this type.
- Parameters
-
elm Element which should be depicted type Type of graphics post Calling CellPostprocess
specialization, might be necessary to get some data
- See also
- CellPostprocess
- Element
The documentation for this class was generated from the following file:
- hp2D/edgeGraphics.hh