A random-access container which stores data attached to a grid's degrees of freedom in a prefetch friendly manner. More...
#include <pffgridvector.hh>
A random-access container which stores data attached to a grid's degrees of freedom in a prefetch friendly manner.
This container often reduces the number of cache faults considerably, thus improving performance. On the flipside data cannot be written to on an individual basis and it requires significantly more memory than a plain array. PffVector stands for "PreFetch Friendly Grid Vector".