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

Public Member Functions | Protected Member Functions | Protected Attributes
concepts::BuildTColumnsBase< F, G > Class Template Reference

Base class for classes for building T columns for elements in a space with help of space pre builder. More...

#include <spacePreBuilder.hh>

Inheritance diagram for concepts::BuildTColumnsBase< F, G >:
Inheritance graph
[legend]
Collaboration diagram for concepts::BuildTColumnsBase< F, G >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 BuildTColumnsBase ()
 Default constructor.
 BuildTColumnsBase (SpaceHelper< F, G > &spc)
 Constructor.
virtual BuildTColumnsBase< F, G > * clone (SpaceHelper< F, G > *spc=0) const =0
 Virtual copy constructor with a twist.
G & prebuild () const
 Returns the space pre builder.
SpaceHelper< F, G > & spc () const
 Returns pointer to space helper class.
virtual ~BuildTColumnsBase ()

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.

Protected Attributes

SpaceHelper< F, G > * spc_
 Space to build the degrees of freedom from.

Detailed Description

template<class F, class G>
class concepts::BuildTColumnsBase< F, G >

Base class for classes for building T columns for elements in a space with help of space pre builder.

In derivated classes can be specializations for particular space pre builder and for vertices, edges and the interior implemented.

The access to the internal data of the space helper (which is needed) is provided through the protected member functions of this class (and this class is a friend of Space).

Parameters:
Fdata type of the T-matrices
Gspace pre builder class
Author:
Kersten Schmidt, 2005

Definition at line 238 of file spacePreBuilder.hh.


Constructor & Destructor Documentation

template<class F, class G>
concepts::BuildTColumnsBase< F, G >::BuildTColumnsBase ( ) [inline]

Default constructor.

Reimplemented in hp2D::BuildTColumnsBase< F >.

Definition at line 241 of file spacePreBuilder.hh.

template<class F, class G>
concepts::BuildTColumnsBase< F, G >::BuildTColumnsBase ( SpaceHelper< F, G > &  spc) [inline]

Constructor.

Parameters:
spcSpace Helper class

Definition at line 245 of file spacePreBuilder.hh.

template<class F, class G>
virtual concepts::BuildTColumnsBase< F, G >::~BuildTColumnsBase ( ) [inline, virtual]

Reimplemented in hp2D::BuildTColumnsBase< F >.

Definition at line 246 of file spacePreBuilder.hh.


Member Function Documentation

template<class F, class G>
virtual BuildTColumnsBase<F,G>* concepts::BuildTColumnsBase< F, G >::clone ( SpaceHelper< F, G > *  spc = 0) const [pure virtual]

Virtual copy constructor with a twist.

If a copy of a space helper is created, the strategies to build the degrees of freedom of the copy should also reference the copy and not the initial space helper. This is done by giving the argument spc to clone.

Parameters:
spcSpace helper class to work on for the return value. If set to 0, spc_ is used.
template<class F , class G >
std::ostream & concepts::BuildTColumnsBase< F, G >::info ( std::ostream &  os) const [protected, virtual]
template<class F , class G >
G & concepts::BuildTColumnsBase< F, G >::prebuild ( ) const [inline]

Returns the space pre builder.

Definition at line 277 of file spacePreBuilder.hh.

template<class F , class G >
SpaceHelper< F, G > & concepts::BuildTColumnsBase< F, G >::spc ( ) const [inline]

Returns pointer to space helper class.

Definition at line 271 of file spacePreBuilder.hh.


Member Data Documentation

template<class F, class G>
SpaceHelper<F,G>* concepts::BuildTColumnsBase< F, G >::spc_ [protected]

Space to build the degrees of freedom from.

Definition at line 266 of file spacePreBuilder.hh.


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

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