<html>#2899: BHNS with Elliptica: Assertion `all(offset == other.offset)' failed
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Alejandra Gonzalez</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>new</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td></td></tr>
<tr><td style='text-align:right'>     Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>major</td></tr>
<tr><td style='text-align:right'>Component:</td><td></td></tr>
</table>

<p>Comment (by Roland Haas):</p>
<p>Sorry for the late response.  </p>
<p>The error you see does not seem to be specific to Elliptica (which is good since I’d have no idea how to help debug it since it’s private code), but grid related.  </p>
<p>If you have a backtrace file (`backtrace.<rank>.txt) that would be useful to maybe see who called this lower level function.   </p>
<p>Since you mention Elliptica, does this happen right at the beginning (iteration 0) or during the simulation?  </p>
<p><code>offset</code> refers to by how much a refinement level is offset wrt to its parent level (more or less) it should be identical for boxes that are part of the same refinement level, so having this fail is strange.</p>
<p>Without running your parameter file (have to find a cluster), I would try and see if adding</p>
<div class="codehilite"><pre><span></span><code><span class="c">CarpetRegrid2::snap_to_coarse = "yes"</span>
<span class="c">CarpetRegrid2::freeze_unaligned_parent_levels = "yes"</span>
<span class="c">CarpetRegrid2::freeze_unaligned_levels = "yes"</span>
</code></pre></div>

<p>where the latter two should not do anything at <code>t=-0</code>.</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2899/bhns-with-elliptica-assertion-all-offset'>https://bitbucket.org/einsteintoolkit/tickets/issues/2899/bhns-with-elliptica-assertion-all-offset</a></p>
</html>