Class for holding an offset of global indices of space. More...
#include <space.hh>

Public Member Functions | |
| virtual uint & | lastIdx ()=0 |
| Returns last global index of the space. | |
| virtual uint | offset () const =0 |
| Returns the offset. | |
| virtual | ~Subspace () |
| virtual concepts::Subspace::~Subspace | ( | ) | [inline, virtual] |
| virtual uint& concepts::Subspace::lastIdx | ( | ) | [pure virtual] |
Returns last global index of the space.
Implemented in hp2D::hpAdaptiveSpace< F >, concepts::DomainDecomp< F >, and hp2D::hpAdaptiveSpace< Real >.
| virtual uint concepts::Subspace::offset | ( | ) | const [pure virtual] |
Returns the offset.
Implemented in hp2D::hpAdaptiveSpace< F >, concepts::DomainDecomp< F >, and hp2D::hpAdaptiveSpace< Real >.