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

Public Member Functions
concepts::Adaptivity< F, Tadj > Class Template Reference

Abstract base class for an adaptive classes, a.o.t. More...

#include <space.hh>

Inheritance diagram for concepts::Adaptivity< F, Tadj >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

template<class F = Connector, class Tadj = struct 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 277 of file space.hh.


Constructor & Destructor Documentation

template<class F = Connector, class Tadj = struct AdaptiveAdjust<1>>
virtual concepts::Adaptivity< F, Tadj >::~Adaptivity ( ) [inline, virtual]

Definition at line 279 of file space.hh.


Member Function Documentation

template<class F = Connector, class Tadj = struct 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.


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

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