dune-fem 2.8.0
|
Interface class for a dof storage object to be stored in discrete functions. More...
#include <dune/fem/space/common/dofmanager.hh>
Public Member Functions | |
virtual | ~DofStorageInterface ()=default |
destructor | |
virtual void | enableDofCompression () |
enable dof compression for dof storage (default is empty) | |
virtual int | size () const =0 |
size of space, i.e. mapper.size() | |
Protected Member Functions | |
DofStorageInterface ()=default | |
do not allow to create explicit instances | |
Interface class for a dof storage object to be stored in discrete functions.