Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::SquareOneInfiniteRect Class Reference

#include <infiniteMeshes.hh>

Inheritance diagram for concepts::SquareOneInfiniteRect:
concepts::Mesh2 concepts::Mesh concepts::OutputOperator

Public Member Functions

 SquareOneInfiniteRect (bool periodic=false)
 
unsigned int ncell () const
 Returns the number of cells in the mesh.
 
Scan2scan ()
 
virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
 

Detailed Description

Mesh consisting of two cells, one Quad2d and one InfiniteRect2d.

The quad is in $[0,1]^2$, flanked on whose top with an infinite rectangle, namely $[0,1]\times[1,\infty)$.

The lower edge has attribute 1. The edge between the lower and the upper cell has attribute 4.

The lower cell (Quad2d) has attribute 2, whereas the upper cell (InfiniteRect2d) has attribute 3.

Author
Kersten Schmidt, 2010

Definition at line 71 of file infiniteMeshes.hh.

Member Function Documentation

◆ info()

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

Returns information in an output stream.

Reimplemented from concepts::Mesh.

◆ ncell()

unsigned int concepts::SquareOneInfiniteRect::ncell ( ) const
inlinevirtual

Returns the number of cells in the mesh.

Implements concepts::Mesh.

Definition at line 94 of file infiniteMeshes.hh.

◆ scan()

Scan2 * concepts::SquareOneInfiniteRect::scan ( )
inlinevirtual

Returns a scanner over the cells of the mesh.

Postcondition
The scanner must be deleted after usage. This has to be done by the user.

Implements concepts::Mesh2.

Definition at line 95 of file infiniteMeshes.hh.


The documentation for this class was generated from the following file: