#include <infiniteMeshes.hh>
Public Member Functions | |
| SquareTwoInfiniteRects (bool periodic=false) | |
| unsigned int | ncell () const |
| Returns the number of cells in the mesh. | |
| Scan2 * | scan () |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Mesh consisting of three cells, one Quad2d and two InfiniteRect2d.
The quad is in ![$[0,1]^2$](form_337.png)
![$[0,1]\times[1,\infty)$](form_410.png)
![$[0,1]\times(-\infty,0]$](form_411.png)
Definition at line 27 of file infiniteMeshes.hh.
|
virtual |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
Returns the number of cells in the mesh.
Implements concepts::Mesh.
Definition at line 50 of file infiniteMeshes.hh.
|
inlinevirtual |
Returns a scanner over the cells of the mesh.
Implements concepts::Mesh2.
Definition at line 51 of file infiniteMeshes.hh.