hp2D::InfiniteQuadGraphics Class Referenceabstract

Handles graphics for 2D hp quadrilateral infinite FEM elements. More...

#include <quadGraphics.hh>

Inheritance diagram for hp2D::InfiniteQuadGraphics:
concepts::ElementGraphics< Real >

Public Member Functions

 InfiniteQuadGraphics ()
 
virtual void operator() (const concepts::Element< Real > &elm, enum concepts::ElementGraphicsBase::graphicsType type, concepts::CellPostprocess< Real > &post) const
 
virtual void operator() (const Element< Real > &elm, enum graphicsType type, CellPostprocess< Real > &post) const=0
 Writes necessary data to a file for graphics. More...
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 

Private Member Functions

template<class F >
bool writeMatlab_ (const InfiniteQuad &quad, graphics::BaseDataCell< F > *stream) const
 

Detailed Description

Handles graphics for 2D hp quadrilateral infinite FEM elements.

Author
Kersten Schmidt, 2009

Definition at line 39 of file quadGraphics.hh.

Constructor & Destructor Documentation

◆ InfiniteQuadGraphics()

hp2D::InfiniteQuadGraphics::InfiniteQuadGraphics ( )
inline

Definition at line 41 of file quadGraphics.hh.

Member Function Documentation

◆ info()

virtual std::ostream& hp2D::InfiniteQuadGraphics::info ( std::ostream &  os) const
protectedvirtual

◆ operator()() [1/2]

virtual void hp2D::InfiniteQuadGraphics::operator() ( const concepts::Element< Real > &  elm,
enum concepts::ElementGraphicsBase::graphicsType  type,
concepts::CellPostprocess< Real > &  post 
) const
virtual

◆ operator()() [2/2]

virtual void concepts::ElementGraphics< Real >::operator() ( const Element< F > &  elm,
enum graphicsType  type,
CellPostprocess< F > &  post 
) const
pure virtualinherited

Writes necessary data to a file for graphics.

This method is called by the application operator of the object which should create the graphics file. Such an object is a specialization of CellPostprocess. It is best if an element returns an object of this type.

Parameters
elmElement which should be depicted
typeType of graphics
postCalling CellPostprocess specialization, might be necessary to get some data
See also
CellPostprocess
Element

◆ writeMatlab_()

template<class F >
bool hp2D::InfiniteQuadGraphics::writeMatlab_ ( const InfiniteQuad quad,
graphics::BaseDataCell< F > *  stream 
) const
private

The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich