[ET Trac] #2497: IllinoisGRMHD is incompatible with setting TmunuBase::stress_energy_at_RHS = "no"
Samuel Cupp
trac-noreply at einsteintoolkit.org
Tue Jun 13 16:11:18 CDT 2023
#2497: IllinoisGRMHD is incompatible with setting TmunuBase::stress_energy_at_RHS = "no"
Reporter: Gabriele Bozzola
Status: open
Milestone:
Version: development version
Type: bug
Priority: major
Component: EinsteinToolkit thorn
Comment (by Samuel Cupp):
I’m not sure what your schedule.ccl currently looks like, but the master branch of \`IllinoisGRMHD\` only has those two functions \(which I’ll refer to as con2prim\) in AddToTmunu, not SetTmunu. Did you also add it to SetTmunu? All Leo did was change the scheduling from something that looks like
```
schedule con2prim in AddToTmunu
```
to
```
if(stress_energy_at_RHS)
{
schedule con2prim in AddToTmunu
}
else
{
schedule con2prim in HydroBase_Con2Prim
}
```
--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2497/illinoisgrmhd-is-incompatible-with-setting
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.einsteintoolkit.org/pipermail/trac/attachments/20230613/ae914959/attachment-0001.htm>
More information about the Trac
mailing list