sxs-collaboration / spectre

SpECTRE is a code for multi-scale, multi-physics problems in astrophysics and gravitational physics.
https://spectre-code.org
Other
158 stars 189 forks source link

BBH domain: translate inner spheres to increase size of cubes #6092

Closed nilsvu closed 3 weeks ago

nilsvu commented 3 months ago

We currently have the problem that the excisions grow larger than the inner cubes of the BBH domain, which crashes simulations because only the inner cubes can be deformed to conform to horizons.

Here's the domain at the start of the simulation:

Bildschirmfoto 2024-06-13 um 11 39 24

And here it is close to merger, right before it crashes:

image (1)

So to fix this, we can increase the size of the inner cubes, which we can do by translating the inner spheres within the inner cubes slightly towards the cutting plane at the center of the domain. We have to make sure to retain the equiangular map in the spheres and adjust the shape transition functions in the inner cubes.

knelli2 commented 3 months ago

Related to #5459

macedo22 commented 1 month ago

Addressed by #6214, #6234, and #6243