* Program re-ordering for improved L2 cache hit rate. * Automatic performance tuning. # Motivations # Matrix multiplications are a key building block of most modern high-performance computing systems.
// This file contains a simple Stokes solver for a parabolic Poiseuille-Flow on the // unit-square domain. // The PDE to be solved reads: // -Laplace(v) + Gradient(P) = 0 in the domain [0,1]x[0,1] // ...