tetGraphics.hh

Go to the documentation of this file.
1 
6 #ifndef linTetrahedronGraphics_hh
7 #define linTetrahedronGraphics_hh
8 
9 #include "basics/typedefs.hh"
11 
12 namespace linearFEM {
13 
14  using concepts::Real;
15 
16  // *************************************************** TetrahedronGraphics **
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 linearFEM
31 
32 #endif // linTetrahedronGraphics_hh
Handles graphics output (to a file) of a specific element.
Definition: element.hh:16
Linear FEM in 1D, 2D and 3D.
Definition: spaceTraits.hh:19
Handles graphics for linear finite elements in 3D: tetrahedra.
Definition: tetGraphics.hh:21
virtual std::ostream & info(std::ostream &os) const
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