bem::AdaptiveAdjust Struct Reference

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

#include <space.hh>

Public Member Functions

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

Public Attributes

short l_
 Level. More...
 

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:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich