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

Classes | Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes
concepts::ThreeQuads Class Reference

Mesh for $[0,1]^2$ with three quadrilaterals. More...

#include <threeQuads.hh>

Inheritance diagram for concepts::ThreeQuads:
Inheritance graph
[legend]
Collaboration diagram for concepts::ThreeQuads:
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.
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.
uint ncell () const
 Returns the number of cells in the mesh.
Scan2scan ()
 Returns a scanner over the cells of the mesh.
Scan2scan ()
 Returns a scanner over the cells of the mesh.
 ThreeQuads ()
 ThreeQuads (Array< uint > attrib)
 Constructor with edge attributes.
 ThreeQuads (Array< uint > attrib)
 Constructor with edge attributes.
 ThreeQuads ()
virtual ~ThreeQuads ()
virtual ~ThreeQuads ()

Private Member Functions

void construct_ (const Array< uint > &attrib)
void construct_ (const Array< uint > &attrib)

Private Attributes

Quad2dcell_ [ncell_]
Sequence< Cell2 * > cell_
Edgeedg_ [9]
Sequence< Edge * > edg_
Sequence< Quad * > quad_
Quadquad_ [ncell_]
Vertexvtx_ [7]
Sequence< Vertex * > vtx_

Static Private Attributes

static const uint ncell_ = 3

Detailed Description

Mesh for $[0,1]^2$ with three quadrilaterals.

All boundaries have attribute 0.

Author:
Philipp Frauenfelder, 2001

Definition at line 22 of file threeQuads.hh.


Constructor & Destructor Documentation

concepts::ThreeQuads::ThreeQuads ( )
concepts::ThreeQuads::ThreeQuads ( Array< uint >  attrib)

Constructor with edge attributes.

virtual concepts::ThreeQuads::~ThreeQuads ( ) [virtual]
concepts::ThreeQuads::ThreeQuads ( )
concepts::ThreeQuads::ThreeQuads ( Array< uint >  attrib)

Constructor with edge attributes.

virtual concepts::ThreeQuads::~ThreeQuads ( ) [virtual]

Member Function Documentation

void concepts::ThreeQuads::construct_ ( const Array< uint > &  attrib) [private]
void concepts::ThreeQuads::construct_ ( const Array< uint > &  attrib) [private]
virtual std::ostream& concepts::ThreeQuads::info ( std::ostream &  os) const [virtual]

Returns information in an output stream.

Reimplemented from concepts::Mesh.

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

Returns information in an output stream.

Reimplemented from concepts::Mesh.

uint concepts::ThreeQuads::ncell ( ) const [inline, virtual]

Returns the number of cells in the mesh.

Implements concepts::Mesh.

Definition at line 32 of file threeQuads.hh.

uint concepts::ThreeQuads::ncell ( ) const [inline, virtual]

Returns the number of cells in the mesh.

Implements concepts::Mesh.

Definition at line 31 of file threeQuads.hh.

Scan2* concepts::ThreeQuads::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 34 of file threeQuads.hh.

Scan2* concepts::ThreeQuads::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 32 of file threeQuads.hh.


Member Data Documentation

Definition at line 56 of file threeQuads.hh.

Definition at line 99 of file threeQuads.hh.

Definition at line 53 of file threeQuads.hh.

Definition at line 92 of file threeQuads.hh.

const uint concepts::ThreeQuads::ncell_ = 3 [static, private]

Definition at line 23 of file threeQuads.hh.

Definition at line 54 of file threeQuads.hh.

Definition at line 93 of file threeQuads.hh.

Definition at line 91 of file threeQuads.hh.

Definition at line 52 of file threeQuads.hh.


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

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