Class documentation of Concepts

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

#include <space.hh>

Public Member Functions

virtual void adjust (const F &cell, const Tadj &a)=0
 Adjusts in the next rebuild step for this cell.
 

Detailed Description

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

Abstract base class for an adaptive classes, a.o.t. space or space pre builders. Use AdaptiveControl and AdaptiveAdjust to store adjust and control information.

See also
AdaptiveControl
AdaptiveAdjust
Author
Philipp Frauenfelder, 2001

Definition at line 338 of file space.hh.

Constructor & Destructor Documentation

◆ ~Adaptivity()

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

Definition at line 340 of file space.hh.

Member Function Documentation

◆ adjust()

template<class F = Connector, class Tadj = class AdaptiveAdjust<1>>
virtual void concepts::Adaptivity< F, Tadj >::adjust ( const F &  cell,
const Tadj a 
)
pure virtual

Adjusts in the next rebuild step for this cell.

Implemented in hp2D::hpFull.


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