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

Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
linDG3D::FvdgSpaceP1 Class Reference

Space of piecewise linear functions on tetrahedrons. More...

#include <space.hh>

Inheritance diagram for linDG3D::FvdgSpaceP1:
Inheritance graph
[legend]
Collaboration diagram for linDG3D::FvdgSpaceP1:
Collaboration graph
[legend]

List of all members.

Public Types

typedef concepts::Scan
< FvdgElement
Scanner

Public Member Functions

const
concepts::ElementPairList
< Real > & 
boundaryElmPairList () const
 Returns a reference to the boundary element pair list.
uint dim () const
 Returns the dimension of the space.
 FvdgSpaceP1 (concepts::Mesh3 &msh, concepts::BoundaryConditions *bc=0)
 Constructor.
const
concepts::ElementPairList
< Real > & 
innerElmPairList () const
 Returns a reference to the element pair list of the inner elements.
uint nelm () const
 Returns the number of elements in the space.
Scannerscan () const
 Returns a new scanner over the elements in the space.

Protected Member Functions

void createElementPairList_ ()
virtual std::ostream & info (std::ostream &os) const
 Returns the dimension and the number of the elements in the space.

Protected Attributes

concepts::BoundaryConditionsbc_
concepts::ElementPairList< Real > boundaryElmPairList_
uint dim_
concepts::Joiner< FvdgElement *, 1 > * elm_
concepts::ElementPairList< Real > innerElmPairList_
uint nelm_

Detailed Description

Space of piecewise linear functions on tetrahedrons.

Author:
Christoph Winkelmann, 2002

Definition at line 105 of file space.hh.


Member Typedef Documentation

Reimplemented from concepts::SpaceOnCells< Real >.

Definition at line 46 of file space.hh.


Constructor & Destructor Documentation

linDG3D::FvdgSpaceP1::FvdgSpaceP1 ( concepts::Mesh3 msh,
concepts::BoundaryConditions bc = 0 
)

Constructor.

Parameters:
mshMesh on which the space is created
bcBoundary conditions for the space

Member Function Documentation

const concepts::ElementPairList<Real>& linDG3D::FvdgSpace::boundaryElmPairList ( ) const [inline, inherited]

Returns a reference to the boundary element pair list.

Definition at line 56 of file space.hh.

void linDG3D::FvdgSpace::createElementPairList_ ( ) [protected, inherited]
uint linDG3D::FvdgSpace::dim ( ) const [inline, virtual, inherited]

Returns the dimension of the space.

Implements concepts::Space< Real >.

Definition at line 48 of file space.hh.

virtual std::ostream& linDG3D::FvdgSpaceP1::info ( std::ostream &  os) const [protected, virtual]

Returns the dimension and the number of the elements in the space.

Reimplemented from linDG3D::FvdgSpace.

const concepts::ElementPairList<Real>& linDG3D::FvdgSpace::innerElmPairList ( ) const [inline, inherited]

Returns a reference to the element pair list of the inner elements.

Definition at line 60 of file space.hh.

uint linDG3D::FvdgSpace::nelm ( ) const [inline, virtual, inherited]

Returns the number of elements in the space.

Implements concepts::Space< Real >.

Definition at line 50 of file space.hh.

Scanner* linDG3D::FvdgSpace::scan ( ) const [inline, virtual, inherited]

Returns a new scanner over the elements in the space.

Implements concepts::SpaceOnCells< Real >.

Definition at line 52 of file space.hh.


Member Data Documentation

Definition at line 74 of file space.hh.

Definition at line 78 of file space.hh.

uint linDG3D::FvdgSpace::dim_ [protected, inherited]

Definition at line 72 of file space.hh.

Definition at line 75 of file space.hh.

Definition at line 77 of file space.hh.

uint linDG3D::FvdgSpace::nelm_ [protected, inherited]

Definition at line 73 of file space.hh.


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

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