Go to the documentation of this file.
6 #ifndef bemTriangleGraphics_hh
7 #define bemTriangleGraphics_hh
21 template <
typename F = concepts::Real>
28 virtual std::ostream&
info(std::ostream& os)
const;
33 #endif // bemTriangleGraphics_hh
Handles graphics output (to a file) of a specific element.
An abstract class for an element of a space.
Handles graphics for triangles in 3D.
virtual void operator()(const concepts::Element< F > &elm, typename concepts::ElementGraphics< F >::graphicsType type, concepts::CellPostprocess< F > &post) const
virtual std::ostream & info(std::ostream &os) const
Used for the basic classes of the boundary element method.
Abstract class for per cell postprocessing.
double Real
Type normally used for a floating point number.