Mesh consisting of three cells, one Quad2d and two InfiniteRect2d.
More...
#include <infiniteMeshes.hh>
Mesh consisting of three cells, one Quad2d and two InfiniteRect2d.
The quad is in , flanked on whose top and bottom with two infinite rectangles, namely and .
- Author
- Kersten Schmidt, 2009
Definition at line 27 of file infiniteMeshes.hh.
◆ SquareTwoInfiniteRects()
concepts::SquareTwoInfiniteRects::SquareTwoInfiniteRects |
( |
bool |
periodic = false | ) |
|
◆ ~SquareTwoInfiniteRects()
virtual concepts::SquareTwoInfiniteRects::~SquareTwoInfiniteRects |
( |
| ) |
|
|
virtual |
◆ info()
virtual std::ostream& concepts::SquareTwoInfiniteRects::info |
( |
std::ostream & |
os | ) |
const |
|
virtual |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
◆ ncell()
unsigned int concepts::SquareTwoInfiniteRects::ncell |
( |
| ) |
const |
|
inlinevirtual |
◆ scan()
Scan2* concepts::SquareTwoInfiniteRects::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 51 of file infiniteMeshes.hh.
◆ cell_
Cell2* concepts::SquareTwoInfiniteRects::cell_[3] |
|
private |
◆ edg_
Edge* concepts::SquareTwoInfiniteRects::edg_[4] |
|
private |
◆ infEdg_
◆ infQuad_
◆ periodic_
bool concepts::SquareTwoInfiniteRects::periodic_ |
|
private |
◆ quad_
Quad* concepts::SquareTwoInfiniteRects::quad_[1] |
|
private |
◆ vtx_
Vertex* concepts::SquareTwoInfiniteRects::vtx_[4] |
|
private |
The documentation for this class was generated from the following file: