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

Public Member Functions | Protected Member Functions | Protected Attributes
concepts::Dirichlet< F > Class Template Reference

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

#include <dirichlet.hh>

Inheritance diagram for concepts::Dirichlet< F >:
Inheritance graph
[legend]
Collaboration diagram for concepts::Dirichlet< F >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Dirichlet (Space< Real > &spc)
 Constructor.
std::map< int, F > * operator[] (const Element< F > *elm)
 Operator which returns the coefficients of one element.
virtual ~Dirichlet ()
 Destructor.

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< F >
*, std::map< int, F > * > * 
coeff_
 Linked list of the local coefficients.

Detailed Description

template<class F>
class concepts::Dirichlet< F >

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

Definition at line 22 of file dirichlet.hh.


Constructor & Destructor Documentation

template<class F>
concepts::Dirichlet< F >::Dirichlet ( Space< Real > &  spc) [inline]

Constructor.

Definition at line 25 of file dirichlet.hh.

template<class F>
virtual concepts::Dirichlet< F >::~Dirichlet ( ) [virtual]

Destructor.


Member Function Documentation

template<class F>
virtual std::ostream& concepts::Dirichlet< F >::datainfo ( std::ostream &  os) const [protected, virtual]

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

template<class F>
virtual std::ostream& concepts::Dirichlet< F >::info ( std::ostream &  os) const [protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Reimplemented in hp2Dedge::DirichletCoefficients.

template<class F>
std::map<int,F>* concepts::Dirichlet< F >::operator[] ( const Element< F > *  elm) [inline]

Operator which returns the coefficients of one element.

Definition at line 27 of file dirichlet.hh.


Member Data Documentation

template<class F>
std::map<const Element<F>*, std::map<int,F>*>* concepts::Dirichlet< F >::coeff_ [protected]

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)