concepts::Subspace Class Referenceabstract
Class for holding an offset of global indices of space. More...
#include <space.hh>
Inheritance diagram for concepts::Subspace:
Public Member Functions | |
virtual uint & | lastIdx ()=0 |
Returns last global index of the space. More... | |
virtual uint | offset () const =0 |
Returns the offset. More... | |
virtual | ~Subspace () |
Detailed Description
Constructor & Destructor Documentation
◆ ~Subspace()
Member Function Documentation
◆ lastIdx()
|
pure virtual |
Returns last global index of the space.
Implemented in hp2D::hpAdaptiveSpace< Real >, concepts::DomainDecomp< F >, hp2D::hpAdaptiveSpace< F >, and hp2D::hpAdaptiveSpace< Real >.
◆ offset()
|
pure virtual |
Returns the offset.
Implemented in concepts::DomainDecomp< F >, and hp2D::hpAdaptiveSpace< F >.
The documentation for this class was generated from the following file:
- space/space.hh