Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Public Member Functions | Private Attributes
concepts::SquareOneInfiniteRect Class Reference

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

#include <infiniteMeshes.hh>

Inheritance diagram for concepts::SquareOneInfiniteRect:
Inheritance graph
[legend]
Collaboration diagram for concepts::SquareOneInfiniteRect:
Collaboration graph
[legend]

List of all members.

Classes

class  S

Public Member Functions

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

Private Attributes

Cell2cell_ [2]
Edgeedg_ [4]
InfiniteEdgeinfEdg_ [2]
InfiniteQuadinfQuad_ [1]
bool periodic_
Quadquad_ [1]
Vertexvtx_ [4]

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 69 of file infiniteMeshes.hh.


Constructor & Destructor Documentation

concepts::SquareOneInfiniteRect::SquareOneInfiniteRect ( bool  periodic = false)
virtual concepts::SquareOneInfiniteRect::~SquareOneInfiniteRect ( ) [virtual]

Member Function Documentation

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

Returns information in an output stream.

Reimplemented from concepts::Mesh.

unsigned int concepts::SquareOneInfiniteRect::ncell ( ) const [inline, virtual]

Returns the number of cells in the mesh.

Implements concepts::Mesh.

Definition at line 92 of file infiniteMeshes.hh.

Scan2* concepts::SquareOneInfiniteRect::scan ( ) [inline, virtual]

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 93 of file infiniteMeshes.hh.


Member Data Documentation

Definition at line 87 of file infiniteMeshes.hh.

Definition at line 83 of file infiniteMeshes.hh.

Definition at line 84 of file infiniteMeshes.hh.

Definition at line 86 of file infiniteMeshes.hh.

Definition at line 88 of file infiniteMeshes.hh.

Definition at line 85 of file infiniteMeshes.hh.

Definition at line 82 of file infiniteMeshes.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)