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

Public Member Functions | Public Attributes
concepts::AdaptiveAdjust< levelDim > Class Template Reference

Class to describe adjustments to elements in an adaptive space. More...

#include <space.hh>

Inheritance diagram for concepts::AdaptiveAdjust< levelDim >:
Inheritance graph
[legend]
Collaboration diagram for concepts::AdaptiveAdjust< levelDim >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 AdaptiveAdjust ()
 Default constructor.
 AdaptiveAdjust (short l)
 Constructor.

Public Attributes

short & l_
 Level.
Level< levelDim > level_
 Level in several dimensions.

Detailed Description

template<uint levelDim = 1>
class concepts::AdaptiveAdjust< levelDim >

Class to describe adjustments to elements in an adaptive space.

If you need more information to adjust elements, derive from this class.

Parameters:
levelDim1, 2 or 3 for 1D, 2D or 3D problems (using anisotropic refinements requires > 1)
Author:
Philipp Frauenfelder, 2001

Definition at line 244 of file space.hh.


Constructor & Destructor Documentation

template<uint levelDim = 1>
concepts::AdaptiveAdjust< levelDim >::AdaptiveAdjust ( ) [inline]

Default constructor.

Definition at line 254 of file space.hh.

template<uint levelDim = 1>
concepts::AdaptiveAdjust< levelDim >::AdaptiveAdjust ( short  l) [inline]

Constructor.

Parameters:
lLevel, ie. the element has to be refined by l levels

Definition at line 258 of file space.hh.


Member Data Documentation

template<uint levelDim = 1>
short& concepts::AdaptiveAdjust< levelDim >::l_

Level.

This reference should just be an abbreviation for level_[0] which is especially useful if levelDim=1.

Definition at line 251 of file space.hh.

template<uint levelDim = 1>
Level<levelDim> concepts::AdaptiveAdjust< levelDim >::level_

Level in several dimensions.

Definition at line 247 of file space.hh.


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

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