ComputationalRadiationPhysics / particle_reduction

5 stars 3 forks source link

Add Vranic algorithm #20

Closed NeilZaim closed 4 years ago

NeilZaim commented 4 years ago

This is a functioning version of the Vranic algorithm. It seems to be working as expected although there's a lot of room for optimization (especially regarding the way large arrays are laid out in memory). Feel free to ask questions or to modify anything you need.

KseniaBastrakova commented 4 years ago

@NeilZaim I checked your version of Vranic algorithm, and it works perfectly on my test files. :+1: Thank you for implementing a new type of algorithm for reduction library!