<html>#2625: CarpetMask should not be scheduled before SphericalSurface_Set
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Gabriele Bozzola</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>open</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 Gabriele Bozzola):</p>
<p>The function in <code>CarpetMask</code> are scheduled in <code>SetupIMask</code>, which is a group provided by <code>CarpetReduce.</code></p>
<p>If I look at the <code>schedule.ccl</code> of <code>CarpetReduce</code>, I see</p>
<div class="codehilite"><pre><span></span><span>SCHEDULE GROUP MaskBase_SetupMask AT basegrid AFTER (SpatialCoordinates SphericalSurface_Setup)</span>
</pre></div>


<p>Is the correct fix to add <code>Spherical_Surface_Set</code> (or <code>SphericalSurface_HasBeenSet</code>) among the AFTER here?</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2625/carpetmask-should-not-be-scheduled-before'>https://bitbucket.org/einsteintoolkit/tickets/issues/2625/carpetmask-should-not-be-scheduled-before</a></p>
</html>