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

Classes | Public Member Functions | Protected Attributes | Private Attributes
concepts::CircleBoundary Class Reference

#include <edgeMeshes.hh>

Inheritance diagram for concepts::CircleBoundary:
Inheritance graph
[legend]
Collaboration diagram for concepts::CircleBoundary:
Collaboration graph
[legend]

List of all members.

Classes

class  S
 scanner over the cells More...

Public Member Functions

void addInnerBoundary (const Sequence< Edge2d * > &innerBoundary)
 Adds clones of the edges in innerBoundary as new inner boundary.
const Sequence< Edge2d * > & cells () const
 CircleBoundary (const Real2d center, const uint n, const Real r, const uint attrib=0, const Real phi0=0)
virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.
const Sequence< Sequence
< Edge2d * > > & 
innerBoundary () const
uint ncell () const
 Returns the number of cells in the mesh.
const Sequence< Edge2d * > & outerBoundary () const
Scan1scan ()
 Returns a scanner over the cells of the mesh.
virtual ~CircleBoundary ()

Protected Attributes

Sequence< Sequence< Edge2d * > > innerBoundary_
 Several internal boundaries given by edges in 2D.
Sequence< Edge2d * > outerBoundary_
 Outer boundary given by edges in 2D.

Private Attributes

Array< Edge * > edg_
uint ncell_
Array< Vertex * > vtx_

Detailed Description

Definition at line 86 of file edgeMeshes.hh.


Constructor & Destructor Documentation

concepts::CircleBoundary::CircleBoundary ( const Real2d  center,
const uint  n,
const Real  r,
const uint  attrib = 0,
const Real  phi0 = 0 
)
virtual concepts::CircleBoundary::~CircleBoundary ( ) [virtual]

Member Function Documentation

void concepts::InnerOuterBoundary2d::addInnerBoundary ( const Sequence< Edge2d * > &  innerBoundary) [inherited]

Adds clones of the edges in innerBoundary as new inner boundary.

const Sequence<Edge2d*>& concepts::CircleBoundary::cells ( ) const [inline]

Definition at line 95 of file edgeMeshes.hh.

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

Returns information in an output stream.

Reimplemented from concepts::Mesh.

const Sequence<Sequence<Edge2d*> >& concepts::InnerOuterBoundary2d::innerBoundary ( ) const [inline, inherited]

Definition at line 129 of file mesh.hh.

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

Returns the number of cells in the mesh.

Implements concepts::Mesh.

Definition at line 92 of file edgeMeshes.hh.

const Sequence<Edge2d*>& concepts::InnerOuterBoundary2d::outerBoundary ( ) const [inline, inherited]

Definition at line 126 of file mesh.hh.

Scan1* concepts::CircleBoundary::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::Mesh1.

Definition at line 93 of file edgeMeshes.hh.


Member Data Documentation

Definition at line 118 of file edgeMeshes.hh.

Several internal boundaries given by edges in 2D.

Definition at line 139 of file mesh.hh.

Definition at line 115 of file edgeMeshes.hh.

Outer boundary given by edges in 2D.

Definition at line 137 of file mesh.hh.

Definition at line 117 of file edgeMeshes.hh.


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

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