Skip to content

Optimize calculations of rotation and boost

Christian Holm Christensen requested to merge cholmcc_rotate_boost_optimise into master
  • Only calculate rotation matrix (cosines and sines) once
  • Do not rotate null vectors
  • In boost, reuse calculation of boost square length
  • Calculate scale factors only once per particle

Merge request reports