ryosuke-hirai / HORMONE

Repository for hydrodynamical code HORMONE
GNU General Public License v3.0
1 stars 1 forks source link

Fix smear time step bug #75

Closed ryosuke-hirai closed 2 months ago

ryosuke-hirai commented 2 months ago

dti has array boundary errors when MPI domains are not aligned with the smearing blocks. This pull request fixes that problem.

ryosuke-hirai commented 2 months ago

Also changed the smearing to use Kahan summation algorithm in an attempt to minimize roundoff errors.