<html>#2648: Empty ApplyBCs call in LeanBSSNMoL
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Samuel Cupp</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>EinsteinToolkit thorn</td></tr>
</table>

<p>Comment (by Miguel Zilhão):</p>
<p>Please see the following commit in the development branch: <a data-is-external-link="true" href="https://bitbucket.org/canuda/lean_public/commits/87ec2413906abc8c925be51d78ecc4a2e8e194d3" rel="nofollow">https://bitbucket.org/canuda/lean_public/commits/87ec2413906abc8c925be51d78ecc4a2e8e194d3</a>. It makes sure that SelectGroupForBCs are calles before ApplyBCs at CCTK_INITIAL; here’s the relevant diff:</p>
<div class="codehilite language-none"><pre><span></span><span>-schedule GROUP ApplyBCs as LeanBSSN_ApplyBCs at CCTK_INITIAL after LeanBSSN_adm2bssn</span>
<span>+schedule LeanBSSN_Boundaries at CCTK_INITIAL after LeanBSSN_adm2bssn</span>
<span>+{</span>
<span>+  LANG: Fortran</span>
<span>+  OPTIONS: LEVEL</span>
<span>+  SYNC: LeanBSSNMoL::gammat</span>
<span>+} &quot;Boundary enforcement&quot;</span>
<span>+</span>
<span>+schedule GROUP ApplyBCs as LeanBSSN_ApplyBCs at CCTK_INITIAL after LeanBSSN_Boundaries</span>
</pre></div>


<p>Would this fix the issue?</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2648/empty-applybcs-call-in-leanbssnmol'>https://bitbucket.org/einsteintoolkit/tickets/issues/2648/empty-applybcs-call-in-leanbssnmol</a></p>
</html>