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

Public Member Functions
concepts::Subspace Class Reference

Class for holding an offset of global indices of space. More...

#include <space.hh>

Inheritance diagram for concepts::Subspace:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual uint & lastIdx ()=0
 Returns last global index of the space.
virtual uint offset () const =0
 Returns the offset.
virtual ~Subspace ()

Detailed Description

Class for holding an offset of global indices of space.

Definition at line 331 of file space.hh.


Constructor & Destructor Documentation

virtual concepts::Subspace::~Subspace ( ) [inline, virtual]

Definition at line 337 of file space.hh.


Member Function Documentation

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]

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

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