Simulator programs and utilities for automatic differentiation.
Go to file
Andreas Lauser b31fb57636 implement explicit prefetching
the main part of this patch is actually an API change of
Ewoms::ThreadedEntityIterator to faciliate the change (since we should
prefetch the data for the element which is to be linarized after the
current one.)  Also, this patch is only an 80% solution: it would be
good if the cached intensive quantities of the model and the stencil
of an element could also be prefetched, but that's currently not
easily possible in a performant way because iterating over the
intersections of an element negates the performance gains obtained by
prefetching.
2016-10-30 18:54:44 +01:00
applications/ebos implement explicit prefetching 2016-10-30 18:54:44 +01:00
ewoms/aux clean up the licensing preable of source files 2016-03-17 13:20:20 +01:00