dune-fem 2.12-git
Loading...
Searching...
No Matches
Dune::Fem::PersistentConsecutiveIndexSet< Traits > Class Template Reference

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

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

Public Member Functions

const GridType & grid () const
 return const reference to the grid
 
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< GridType > DofManagerType
 dof manager type
 

Protected Member Functions

 PersistentConsecutiveIndexSet (const typename BaseType::GridType &grid)
 

Protected Attributes

const GridType & grid_
 
DofManagerType & dofManager_
 

Member Typedef Documentation

◆ DofManagerType

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

dof manager type

◆ GridType

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

grid type

Constructor & Destructor Documentation

◆ PersistentConsecutiveIndexSet()

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

Member Function Documentation

◆ addBackupRestore()

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

please doc me

Implements Dune::Fem::PersistentIndexSetInterface.

◆ backup()

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

please doc me

◆ grid()

const GridType & Dune::Fem::PersistentIndexSet< Traits, ConsecutiveIndexSet >::grid ( ) const
inlineinherited

return const reference to the grid

◆ removeBackupRestore()

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

please doc me

Implements Dune::Fem::PersistentIndexSetInterface.

◆ restore()

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

please doc me

Member Data Documentation

◆ dofManager_

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

◆ grid_

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

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