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

Public Member Functions | Public Attributes
bem::AdaptiveAdjust Struct Reference

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

#include <space.hh>

List of all members.

Public Member Functions

 AdaptiveAdjust ()
 Default constructor.
 AdaptiveAdjust (short l)
 Constructor.
AdaptiveAdjustoperator= (const AdaptiveAdjust &adj)
 Assignment operator.

Public Attributes

short l_
 Level.

Detailed Description

Class to describe adjustments to elements in an adaptive space.

Author:
Gregor Schmidlin, 2002

Definition at line 210 of file space.hh.


Constructor & Destructor Documentation

bem::AdaptiveAdjust::AdaptiveAdjust ( ) [inline]

Default constructor.

Definition at line 215 of file space.hh.

bem::AdaptiveAdjust::AdaptiveAdjust ( short  l) [inline]

Constructor.

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

Definition at line 219 of file space.hh.


Member Function Documentation

AdaptiveAdjust& bem::AdaptiveAdjust::operator= ( const AdaptiveAdjust adj) [inline]

Assignment operator.

Definition at line 222 of file space.hh.


Member Data Documentation

Level.

Definition at line 212 of file space.hh.


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

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