dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | List of all members
Dune::Fem::PersistentAdaptiveIndexSet< Traits > Class Template Reference

#include <dune/fem/gridpart/common/persistentindexset.hh>

Inheritance diagram for Dune::Fem::PersistentAdaptiveIndexSet< Traits >:
Inheritance graph

Public Member Functions

void backup () const
 please doc me
 
void restore ()
 please doc me
 
void addBackupRestore () override final
 please doc me
 
void removeBackupRestore () override final
 please doc me
 

Protected Types

typedef Traits::GridType GridType
 grid type
 
typedef DofManager< GridTypeDofManagerType
 dof manager type
 

Protected Member Functions

 PersistentAdaptiveIndexSet (const typename BaseType::GridType &grid)
 

Protected Attributes

const GridTypegrid_
 
DofManagerTypedofManager_
 

Member Typedef Documentation

◆ DofManagerType

typedef DofManager< GridType > Dune::Fem::PersistentIndexSet< Traits, AdaptiveIndexSet >::DofManagerType
protectedinherited

dof manager type

◆ GridType

typedef Traits::GridType Dune::Fem::PersistentIndexSet< Traits, AdaptiveIndexSet >::GridType
protectedinherited

grid type

Constructor & Destructor Documentation

◆ PersistentAdaptiveIndexSet()

template<class Traits >
Dune::Fem::PersistentAdaptiveIndexSet< Traits >::PersistentAdaptiveIndexSet ( const typename BaseType::GridType grid)
inlineexplicitprotected

Member Function Documentation

◆ addBackupRestore()

void Dune::Fem::PersistentIndexSet< Traits, AdaptiveIndexSet >::addBackupRestore ( )
inlinefinaloverridevirtualinherited

please doc me

Implements Dune::Fem::PersistentIndexSetInterface.

◆ backup()

void Dune::Fem::PersistentIndexSet< Traits, AdaptiveIndexSet >::backup ( ) const
inlineinherited

please doc me

◆ removeBackupRestore()

void Dune::Fem::PersistentIndexSet< Traits, AdaptiveIndexSet >::removeBackupRestore ( )
inlinefinaloverridevirtualinherited

please doc me

Implements Dune::Fem::PersistentIndexSetInterface.

◆ restore()

void Dune::Fem::PersistentIndexSet< Traits, AdaptiveIndexSet >::restore ( )
inlineinherited

please doc me

Member Data Documentation

◆ dofManager_

DofManagerType& Dune::Fem::PersistentIndexSet< Traits, AdaptiveIndexSet >::dofManager_
protectedinherited

◆ grid_

const GridType& Dune::Fem::PersistentIndexSet< Traits, AdaptiveIndexSet >::grid_
protectedinherited

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