dune-fem
2.4.1-rc
|
wrapper class to create fake DofStorage from DofType* More...
#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/function/adaptivefunction/adaptivefunction.hh>
Public Member Functions | |
DofStorageWrapper (const SizeType size, const DofType *v) | |
const std::string & | name () const |
returns name of dof storage More... | |
DofVectorType & | getArray () |
return array More... | |
void | enableDofCompression () |
do nothing here since we are using StaticArray More... | |
int | size () const |
return array's size More... | |
wrapper class to create fake DofStorage from DofType*
|
inline |
|
inlinevirtual |
do nothing here since we are using StaticArray
Reimplemented from Dune::Fem::DofStorageInterface.
|
inline |
return array
Referenced by Dune::Fem::AdaptiveDiscreteFunction< DiscreteFunctionSpace >::allocateDofStorageWrapper().
|
inlinevirtual |
returns name of dof storage
Implements Dune::Fem::DofStorageInterface.
|
inlinevirtual |
return array's size
Implements Dune::Fem::DofStorageInterface.