DUNE-FEM (unstable)

Dune::Fem::ManagedIndexSetInterface Class Referenceabstract

#include <dune/fem/space/common/dofmanager.hh>

Public Member Functions

virtual void resize ()=0
 resize of index set
 
virtual bool compress ()=0
 compress of index set
 
virtual void backup () const =0
 :: backup More...
 
virtual void restore ()=0
 :: restore More...
 
virtual void write (StandardOutStream &out) const =0
 new read/write methods using binary streams
 
void addReference ()
 increase reference counter
 
bool removeReference ()
 decrease reference counter and return true if zero reached
 

Detailed Description

This class is the virtual interface for the index sets managed by the DofManager. The derived classes are of the type ManagedIndexSet<IndexSet>. This means we don't have to inherit every index set we want to use with this DofManager.


The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 16, 22:29, 2024)