concepts::AdaptiveSpace< F, Tadj > Class Template Referenceabstract
Abstract base class for an adaptive space. More...
#include <space.hh>
Public Member Functions | |
virtual void | adjust (const Element< F > &elm, const Tadj &a)=0 |
Adjusts the space in the next rebuild step for this element. More... | |
virtual | ~AdaptiveSpace () |
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
Constructor & Destructor Documentation
◆ ~AdaptiveSpace()
template<class F , class Tadj = class AdaptiveAdjust<1>>
|
inlinevirtual |
Member Function Documentation
◆ adjust()
template<class F , class Tadj = class AdaptiveAdjust<1>>
|
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:
- space/space.hh