quadGraphics.hh

Go to the documentation of this file.
1 
6 #ifndef quadGraphicsEdge_hh
7 #define quadGraphicsEdge_hh
8 
9 #include "basics/typedefs.hh"
10 #include "hp2D/quadGraphics.hh"
11 
12 namespace hp2Dedge {
13 
14  // ********************************************************** QuadGraphics **
15 
19  template<class F>
21  public:
23  virtual void operator()
24  (const concepts::Element<F>& elm,
26  concepts::CellPostprocess<F>& post) const;
27  protected:
28  virtual std::ostream& info(std::ostream& os) const;
29  };
30 
31 } // namespace hp2Dedge
32 
33 #endif // quadGraphicsEdge_hh
An abstract class for an element of a space.
Definition: exceptions.hh:15
virtual std::ostream & info(std::ostream &os) const
Handles graphics for 2D hp FEM edge elements.
Definition: quadGraphics.hh:20
Base class for handling graphics for 2D hp quadrilateral FEM elements.
Abstract class for per cell postprocessing.
Definition: postProcess.hh:38
hp 2D edge elements for electromagnetics.
Definition: bf_advection.hh:37
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich