Class documentation of Concepts

Loading...
Searching...
No Matches
bem::AdaptiveAdjust Struct Reference

#include <space.hh>

Public Member Functions

 AdaptiveAdjust ()
 Default constructor.
 
 AdaptiveAdjust (short l)
 
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 213 of file space.hh.

Constructor & Destructor Documentation

◆ AdaptiveAdjust() [1/2]

bem::AdaptiveAdjust::AdaptiveAdjust ( )
inline

Default constructor.

Definition at line 218 of file space.hh.

◆ AdaptiveAdjust() [2/2]

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

Constructor

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

Definition at line 222 of file space.hh.

Member Function Documentation

◆ operator=()

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

Assignment operator.

Definition at line 225 of file space.hh.

Member Data Documentation

◆ l_

short bem::AdaptiveAdjust::l_

Level.

Definition at line 215 of file space.hh.


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