#include <triangleGraphics.hh>
|
enum | graphicsType {
DATA_DX_COUNTS
, DATA_DX_COORDINATES
, DATA_DX_CONNECTIONS
, DATA_DX_DATA
,
MESH_GNUPLOT
, DATA_GNUPLOT
, MESH_EPS
, MESH_EPS_INIT
,
MESH_MATLAB
, MESH_DX
, VERTEX_LIST
, TOPOLOGY_DOTTY
,
DATA_MATLAB
, MATLAB
, TECPLOT
, DENSEMATRIX
,
MESH_DENSEMATRIX
} |
|
|
virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream.
|
|
Handles graphics for triangular DGFEM elements in 2D.
- Author
- Christoph Winkelmann, 2003
Definition at line 21 of file triangleGraphics.hh.
◆ graphicsType
enum concepts::ElementGraphicsBase::graphicsType |
|
inherited |
◆ info()
virtual std::ostream & linDG2D::TriangleGraphics::info |
( |
std::ostream & |
os | ) |
const |
|
protectedvirtual |
◆ operator()()
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: