concepts::SquareOneInfiniteRect Class Reference
Mesh consisting of two cells, one Quad2d and one InfiniteRect2d. More...
#include <infiniteMeshes.hh>
Classes | |
class | S |
Public Member Functions | |
virtual std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
unsigned int | ncell () const |
Returns the number of cells in the mesh. More... | |
Scan2 * | scan () |
Returns a scanner over the cells of the mesh. More... | |
SquareOneInfiniteRect (bool periodic=false) | |
virtual | ~SquareOneInfiniteRect () |
Private Attributes | |
Cell2 * | cell_ [2] |
Edge * | edg_ [4] |
InfiniteEdge * | infEdg_ [2] |
InfiniteQuad * | infQuad_ [1] |
bool | periodic_ |
Quad * | quad_ [1] |
Vertex * | vtx_ [4] |
Detailed Description
Mesh consisting of two cells, one Quad2d and one InfiniteRect2d.
The quad is in , flanked on whose top with an infinite rectangle, namely .
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.
Definition at line 71 of file infiniteMeshes.hh.
Constructor & Destructor Documentation
◆ SquareOneInfiniteRect()
concepts::SquareOneInfiniteRect::SquareOneInfiniteRect | ( | bool | periodic = false | ) |
◆ ~SquareOneInfiniteRect()
|
virtual |
Member Function Documentation
◆ info()
|
virtual |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
◆ ncell()
|
inlinevirtual |
Returns the number of cells in the mesh.
Implements concepts::Mesh.
Definition at line 94 of file infiniteMeshes.hh.
◆ 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.
Member Data Documentation
◆ cell_
|
private |
Definition at line 89 of file infiniteMeshes.hh.
◆ edg_
|
private |
Definition at line 85 of file infiniteMeshes.hh.
◆ infEdg_
|
private |
Definition at line 86 of file infiniteMeshes.hh.
◆ infQuad_
|
private |
Definition at line 88 of file infiniteMeshes.hh.
◆ periodic_
|
private |
Definition at line 90 of file infiniteMeshes.hh.
◆ quad_
|
private |
Definition at line 87 of file infiniteMeshes.hh.
◆ vtx_
|
private |
Definition at line 84 of file infiniteMeshes.hh.
The documentation for this class was generated from the following file:
- geometry/infiniteMeshes.hh