dune-fem  2.4.1-rc
Public Member Functions | List of all members
Dune::Fem::AdaptiveDiscreteFunction< DiscreteFunctionSpace >::DofStorageWrapper Class Reference

wrapper class to create fake DofStorage from DofType* More...

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/function/adaptivefunction/adaptivefunction.hh>

Inheritance diagram for Dune::Fem::AdaptiveDiscreteFunction< DiscreteFunctionSpace >::DofStorageWrapper:
Inheritance graph

Public Member Functions

 DofStorageWrapper (const SizeType size, const DofType *v)
 
const std::string & name () const
 returns name of dof storage More...
 
DofVectorTypegetArray ()
 return array More...
 
void enableDofCompression ()
 do nothing here since we are using StaticArray More...
 
int size () const
 return array's size More...
 

Detailed Description

template<class DiscreteFunctionSpace>
class Dune::Fem::AdaptiveDiscreteFunction< DiscreteFunctionSpace >::DofStorageWrapper

wrapper class to create fake DofStorage from DofType*

Constructor & Destructor Documentation

template<class DiscreteFunctionSpace>
Dune::Fem::AdaptiveDiscreteFunction< DiscreteFunctionSpace >::DofStorageWrapper::DofStorageWrapper ( const SizeType  size,
const DofType v 
)
inline

Member Function Documentation

template<class DiscreteFunctionSpace>
void Dune::Fem::AdaptiveDiscreteFunction< DiscreteFunctionSpace >::DofStorageWrapper::enableDofCompression ( )
inlinevirtual

do nothing here since we are using StaticArray

Reimplemented from Dune::Fem::DofStorageInterface.

template<class DiscreteFunctionSpace>
DofVectorType& Dune::Fem::AdaptiveDiscreteFunction< DiscreteFunctionSpace >::DofStorageWrapper::getArray ( )
inline
template<class DiscreteFunctionSpace>
const std::string& Dune::Fem::AdaptiveDiscreteFunction< DiscreteFunctionSpace >::DofStorageWrapper::name ( ) const
inlinevirtual

returns name of dof storage

Implements Dune::Fem::DofStorageInterface.

template<class DiscreteFunctionSpace>
int Dune::Fem::AdaptiveDiscreteFunction< DiscreteFunctionSpace >::DofStorageWrapper::size ( ) const
inlinevirtual

return array's size

Implements Dune::Fem::DofStorageInterface.


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