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

Public Member Functions | Protected Member Functions | Protected Attributes
hp2Dedge::DirichletCoefficients Class Reference

Class for calculating and holding local coefficients per element which represent the dirichlet boundary condition. More...

#include <boundaries.hh>

Inheritance diagram for hp2Dedge::DirichletCoefficients:
Inheritance graph
[legend]
Collaboration diagram for hp2Dedge::DirichletCoefficients:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 DirichletCoefficients (Space &spc)
 Constructor, which calculates the local coefficients belonging the essential Dirichlet boundary conditions Remark: the boundary condition is already in the space.
std::map< int, Real > * operator[] (const Element< Real > *elm)
 Operator which returns the coefficients of one element.
 ~DirichletCoefficients ()

Protected Member Functions

virtual std::ostream & datainfo (std::ostream &os) const
 Writes coefficients for each element in the space to the stream.
virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.

Protected Attributes

std::map< const Element< Real >
*, std::map< int, Real > * > * 
coeff_
 Linked list of the local coefficients.

Detailed Description

Class for calculating and holding local coefficients per element which represent the dirichlet boundary condition.

Definition at line 46 of file boundaries.hh.


Constructor & Destructor Documentation

hp2Dedge::DirichletCoefficients::DirichletCoefficients ( Space spc)

Constructor, which calculates the local coefficients belonging the essential Dirichlet boundary conditions Remark: the boundary condition is already in the space.

hp2Dedge::DirichletCoefficients::~DirichletCoefficients ( )

Member Function Documentation

virtual std::ostream& concepts::Dirichlet< Real >::datainfo ( std::ostream &  os) const [protected, virtual, inherited]

Writes coefficients for each element in the space to the stream.

virtual std::ostream& hp2Dedge::DirichletCoefficients::info ( std::ostream &  os) const [protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::Dirichlet< Real >.

std::map<int,Real >* concepts::Dirichlet< Real >::operator[] ( const Element< Real > *  elm) [inline, inherited]

Operator which returns the coefficients of one element.

Definition at line 27 of file dirichlet.hh.


Member Data Documentation

std::map<const Element<Real >*, std::map<int,Real >*>* concepts::Dirichlet< Real >::coeff_ [protected, inherited]

Linked list of the local coefficients.

Definition at line 51 of file dirichlet.hh.


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

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