2 #ifndef DUNE_FEM_REFERENCEBLOCKVECTOR_HH 3 #define DUNE_FEM_REFERENCEBLOCKVECTOR_HH 15 template<
typename F,
unsigned int BlockSize >
25 template<
typename F,
unsigned int BlockSize >
49 #endif // DUNE_FEM_REFERENCEBLOCKVECTOR_HH
BaseType::SizeType SizeType
Definition: referenceblockvector.hh:31
Definition: referenceblockvector.hh:16
SizeType size() const
Returns the number of blocks.
Definition: defaultblockvectors.hh:331
Definition: defaultblockvectors.hh:455
Definition: coordinate.hh:4
This is the reference implementation of a block vector as it is expected as the second template param...
Definition: referenceblockvector.hh:26
ReferenceBlockVector(SizeType size)
Constructor; use this to create a block vector with 'size' blocks.
Definition: referenceblockvector.hh:39
BaseType::SizeType SizeType
Definition: defaultblockvectors.hh:467