1#ifndef DUNE_FEM_REFERENCEBLOCKVECTOR_HH
2#define DUNE_FEM_REFERENCEBLOCKVECTOR_HH
18 template<
typename F,
unsigned int BlockSize >
Definition: bindguard.hh:11
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