concepts::Subspace Class Referenceabstract

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

#include <space.hh>

Inheritance diagram for concepts::Subspace:
concepts::DomainDecomp< F > hp2D::hpAdaptiveSpace< F > hp2D::hpAdaptiveSpace< Real > hp2D::hpAdaptiveSpaceH1 hp2D::hpAdaptiveSpaceHCurl hp2D::hpAdaptiveSpaceL2

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

Class for holding an offset of global indices of space.

Definition at line 386 of file space.hh.

Constructor & Destructor Documentation

◆ ~Subspace()

virtual concepts::Subspace::~Subspace ( )
inlinevirtual

Definition at line 392 of file space.hh.

Member Function Documentation

◆ lastIdx()

virtual uint& concepts::Subspace::lastIdx ( )
pure virtual

◆ offset()

virtual uint concepts::Subspace::offset ( ) const
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:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich