edgeGraphics.hh

Go to the documentation of this file.
1 
6 #ifndef edgeGraphics_hh
7 #define edgeGraphics_hh
8 
9 #include "basics/typedefs.hh"
11 
12 namespace hp2D {
13  using concepts::Real;
14 
15  // ********************************************************** EdgeGraphics **
16 
20  class EdgeGraphics : public concepts::ElementGraphics<Real> {
21  public:
22  virtual void operator()(const concepts::Element<Real>& elm,
23  enum graphicsType type,
25  protected:
26  virtual std::ostream& info(std::ostream& os) const;
27  };
28 
29 } // namespace hp2D
30 
31 #endif // edgeGraphics_hh
Handles graphics output (to a file) of a specific element.
Definition: element.hh:16
virtual std::ostream & info(std::ostream &os) const
2D hp-FEM for H1-conforming elements.
Handles graphics for 1D hp FEM elements.
Definition: edgeGraphics.hh:20
virtual void operator()(const concepts::Element< Real > &elm, enum graphicsType type, concepts::CellPostprocess< Real > &post) const
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