Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::AdaptiveSpace< F, Tadj > Class Template Referenceabstract

#include <space.hh>

Inheritance diagram for concepts::AdaptiveSpace< F, Tadj >:
bem::AdaptiveSpace< concepts::Real > hp2D::hpAdaptiveSpace< Real > bem::AdaptiveSpace< F > hp2D::hpAdaptiveSpaceH1 hp2D::hpAdaptiveSpaceHCurl hp2D::hpAdaptiveSpaceL2 bem::AdaptConst3d000< F > bem::AdaptConst3d001< F > bem::AdaptConst3d002< F >

Public Member Functions

virtual void adjust (const Element< F > &elm, const Tadj &a)=0
 

Detailed Description

template<class F, class Tadj = class AdaptiveAdjust<1>>
class concepts::AdaptiveSpace< F, Tadj >

Abstract base class for an adaptive space. Use AdaptiveControl and AdaptiveAdjust to store adjust and control information.

See also
AdaptiveControl
AdaptiveAdjust
Author
Philipp Frauenfelder, 2001

Definition at line 356 of file space.hh.

Constructor & Destructor Documentation

◆ ~AdaptiveSpace()

template<class F , class Tadj = class AdaptiveAdjust<1>>
virtual concepts::AdaptiveSpace< F, Tadj >::~AdaptiveSpace ( )
inlinevirtual

Definition at line 363 of file space.hh.

Member Function Documentation

◆ adjust()

template<class F , class Tadj = class AdaptiveAdjust<1>>
virtual void concepts::AdaptiveSpace< F, Tadj >::adjust ( const Element< F > &  elm,
const Tadj a 
)
pure virtual

Adjusts the space in the next rebuild step for this element.

Implemented in hp2D::hpAdaptiveSpace< F >.


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