Grzegorz Kowal c1d1d54b42 BLOCKS: Rewrite and micro optimize iterate_over_neighbors().
We prepare a set of indices for all faces in the block.  Those indices
point to edges and corners for each face, and are set one during the
first execution.  Then, we simply iterate over faces and call
iterate_over_face() in order to apply subroutine pprocedure to edges and
corners connected to a given face.

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
2014-04-28 10:43:37 -03:00
Description
No description provided
3.9 MiB
Languages
Fortran 92.3%
Python 7.2%
CMake 0.3%
Makefile 0.2%