<html>#2886: support cell centered directions when calling Fortran scheduled functions
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Roland Haas</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>enhancement</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>major</td></tr>
<tr><td style='text-align:right'>Component:</td><td>Cactus</td></tr>
</table>
<p>The current code in git hash <a data-is-external-link="true" href="https://bitbucket.org/cactuscode/cactus/commits/eef7e55c0b20c4c31028adb42c6d7d52120343c1" rel="nofollow">eef7e55c</a> "Cactus: use only group index based functions in Fortran wrappers" of <a data-is-external-link="true" href="https://bitbucket.org/cactuscode/cactus" rel="nofollow">cactus</a>, while removing a potential race condition does not yet correctly set up cell centered arrays for Fortran since it makes all grid functions have shape <code>cctk_lsh</code> which is the shape of a vertex centered grid function (that is one element too large in each direction for a fully cell centered grid function). This should be corrected in a manner similar to the <code>DECLARE_CCTK_ARGUMENTSX_FunctionName</code> macros in C++.</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2886/support-cell-centered-directions-when'>https://bitbucket.org/einsteintoolkit/tickets/issues/2886/support-cell-centered-directions-when</a></p>
</html>