[Users] MPI killing issue
Ian Hinder
ian.hinder at manchester.ac.uk
Mon Jan 4 10:49:08 CST 2021
On 23 Dec 2020, at 13:30, Roland Haas <rhaas at illinois.edu<mailto:rhaas at illinois.edu>> wrote:
Hello Karima,
I am not a black hole evolution expert, but I can give this a try.
Hi,
I use the parameter
TwoPunctures::TP_epsilon = 1e-6
to ensure that the NaN never appears, no matter where I place the BHs. This replaces a denominator
sqrt (pow (r2_plus, 2))
with
sqrt (pow (r2_plus, 2) + pow (TP_epsilon, 4))
See
https://bitbucket.org/einsteintoolkit/einsteininitialdata/src/master/TwoPunctures/src/Equations.c#lines-91
so adds a fixed source of error to your evolution, but the effect of this is negligible.
--
Ian Hinder
Research Software Engineer
University of Manchester, UK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.einsteintoolkit.org/pipermail/users/attachments/20210104/f0960c61/attachment.html
More information about the Users
mailing list