dune-fem  2.4.1-rc
Public Member Functions | Protected Member Functions | List of all members
Dune::Fem::DofStorageInterface Class Referenceabstract

Interface class for a dof storage object to be stored in discrete functions. More...

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/common/dofmanager.hh>

Inheritance diagram for Dune::Fem::DofStorageInterface:
Inheritance graph

Public Member Functions

virtual ~DofStorageInterface ()
 destructor More...
 
virtual void enableDofCompression ()
 enable dof compression for dof storage (default is empty) More...
 
virtual const std::string & name () const =0
 returns name of dof storage More...
 
virtual int size () const =0
 size of space, i.e. mapper.size() More...
 

Protected Member Functions

 DofStorageInterface ()
 do not allow to create explicit instances More...
 

Detailed Description

Interface class for a dof storage object to be stored in discrete functions.

Constructor & Destructor Documentation

Dune::Fem::DofStorageInterface::DofStorageInterface ( )
inlineprotected

do not allow to create explicit instances

virtual Dune::Fem::DofStorageInterface::~DofStorageInterface ( )
inlinevirtual

destructor

Member Function Documentation

virtual void Dune::Fem::DofStorageInterface::enableDofCompression ( )
inlinevirtual
virtual const std::string& Dune::Fem::DofStorageInterface::name ( ) const
pure virtual
virtual int Dune::Fem::DofStorageInterface::size ( ) const
pure virtual

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