1 #ifndef DUNE_FEM_REFERENCEBLOCKVECTOR_HH
2 #define DUNE_FEM_REFERENCEBLOCKVECTOR_HH
18 template<
typename F,
unsigned int BlockSize >
Definition: bindguard.hh:11
Definition: defaultblockvectors.hh:40
ArrayType::size_type SizeType
Used for indexing the blocks, for example.
Definition: defaultblockvectors.hh:231
SizeType size() const
Number of blocks.
Definition: defaultblockvectors.hh:319
Definition: defaultblockvectors.hh:346
BaseType ::SizeType SizeType
Definition: defaultblockvectors.hh:357
This is the reference implementation of a block vector as it is expected as the second template param...
Definition: referenceblockvector.hh:20
BaseType::SizeType SizeType
Definition: referenceblockvector.hh:24
ReferenceBlockVector(SizeType size)
Constructor; use this to create a block vector with 'size' blocks.
Definition: referenceblockvector.hh:32