Mesh for
with two quadrilaterals.
More...
#include <square.hh>


Classes | |
| class | S |
Public Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
| uint | ncell () const |
| Returns the number of cells in the mesh. | |
| Scan2 * | scan () |
| Returns a scanner over the cells of the mesh. | |
| Square2 (Array< uint > attrib) | |
| Constructor with edge attributes. | |
| Square2 () | |
| virtual | ~Square2 () |
Private Member Functions | |
| void | construct_ (const Array< uint > &attrib) |
Private Attributes | |
| Quad2d * | cell_ [ncell_] |
| Edge * | edg_ [7] |
| Quad * | quad_ [ncell_] |
| Vertex * | vtx_ [6] |
Static Private Attributes | |
| static const uint | ncell_ = 2 |
Mesh for
with two quadrilaterals.
All boundaries have attribute 0.
One quad is
and the other one is
.
| concepts::Square2::Square2 | ( | ) |
| concepts::Square2::Square2 | ( | Array< uint > | attrib | ) |
Constructor with edge attributes.
| virtual concepts::Square2::~Square2 | ( | ) | [virtual] |
| void concepts::Square2::construct_ | ( | const Array< uint > & | attrib | ) | [private] |
| virtual std::ostream& concepts::Square2::info | ( | std::ostream & | os | ) | const [virtual] |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
| uint concepts::Square2::ncell | ( | ) | const [inline, virtual] |
Returns the number of cells in the mesh.
Implements concepts::Mesh.
| Scan2* concepts::Square2::scan | ( | ) | [inline, virtual] |
Returns a scanner over the cells of the mesh.
Implements concepts::Mesh2.
Quad2d* concepts::Square2::cell_[ncell_] [private] |
Edge* concepts::Square2::edg_[7] [private] |
const uint concepts::Square2::ncell_ = 2 [static, private] |
Quad* concepts::Square2::quad_[ncell_] [private] |
Vertex* concepts::Square2::vtx_[6] [private] |