dune-fem 2.8.0
|
wrapper class to create fake DofStorage from DofType* More...
#include <dune/fem/function/adaptivefunction/adaptivefunction.hh>
Public Member Functions | |
DofStorageWrapper (const SizeType size, const DofType *v) | |
DofVectorType & | getArray () |
return array | |
void | enableDofCompression () |
do nothing here since we are using StaticArray | |
int | size () const |
return array's size | |
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
|
inlinevirtual |
return array's size
Implements Dune::Fem::DofStorageInterface.