triangleGraphics.hh

Go to the documentation of this file.
1 
6 #ifndef dgTriangleGraphics_hh
7 #define dgTriangleGraphics_hh
8 
9 #include "basics/typedefs.hh"
11 
12 namespace linDG2D {
13 
14  using concepts::Real;
15 
16  // ****************************************************** TriangleGraphics **
17 
22  public:
23  virtual void operator()(const concepts::Element<Real>& elm,
24  enum graphicsType type,
26  protected:
27  virtual std::ostream& info(std::ostream& os) const;
28  };
29 
30 } // namespace linDG2D
31 
32 #endif // dgTriangleGraphics_hh
Handles graphics output (to a file) of a specific element.
Definition: element.hh:16
DG FEM for 2D problems using piecewise linear shape functions.
Definition: bilinearForm.hh:15
virtual std::ostream & info(std::ostream &os) const
virtual void operator()(const concepts::Element< Real > &elm, enum graphicsType type, concepts::CellPostprocess< Real > &post) const
Handles graphics for triangular DGFEM elements in 2D.
double Real
Type normally used for a floating point number.
Definition: typedefs.hh:36
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich