dune-fem  2.4.1-rc
Public Member Functions | Protected Member Functions | List of all members
Dune::Fem::GenericDiscreteFunctionSpace< Traits >::PAdaptiveDiscreteFunctionEntryInterface Struct Referenceabstract

interface for list of p-adaptive functions More...

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/padaptivespace/generic.hh>

Inheritance diagram for Dune::Fem::GenericDiscreteFunctionSpace< Traits >::PAdaptiveDiscreteFunctionEntryInterface:
Inheritance graph

Public Member Functions

virtual ~PAdaptiveDiscreteFunctionEntryInterface ()
 
virtual bool equals (void *) const =0
 
virtual void adaptFunction (IntermediateStorageFunctionType &tmp)=0
 

Protected Member Functions

 PAdaptiveDiscreteFunctionEntryInterface ()
 

Detailed Description

template<class Traits>
struct Dune::Fem::GenericDiscreteFunctionSpace< Traits >::PAdaptiveDiscreteFunctionEntryInterface

interface for list of p-adaptive functions

Constructor & Destructor Documentation

template<class Traits>
virtual Dune::Fem::GenericDiscreteFunctionSpace< Traits >::PAdaptiveDiscreteFunctionEntryInterface::~PAdaptiveDiscreteFunctionEntryInterface ( )
inlinevirtual
template<class Traits>
Dune::Fem::GenericDiscreteFunctionSpace< Traits >::PAdaptiveDiscreteFunctionEntryInterface::PAdaptiveDiscreteFunctionEntryInterface ( )
inlineprotected

Member Function Documentation

template<class Traits>
virtual void Dune::Fem::GenericDiscreteFunctionSpace< Traits >::PAdaptiveDiscreteFunctionEntryInterface::adaptFunction ( IntermediateStorageFunctionType tmp)
pure virtual
template<class Traits>
virtual bool Dune::Fem::GenericDiscreteFunctionSpace< Traits >::PAdaptiveDiscreteFunctionEntryInterface::equals ( void *  ) const
pure virtual

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