Currently, AsterSeeds can only set initial data for AsterX. This isn't ideal, as it would be nice to have a general-purpose thorn for ID instead of having multiple. This issue is connected to a related CarpetX issue.
As stated in that issue, one solution would be to move Avec to HydroBaseX. This requires the ability to set the rhs tag for these variables at runtime, which may not be currently supported.
Alternatively, AsterSeeds could use the method of VolumeIntegrals_vacuum to change which variable it is accessing via a CCTK_STRING parameter. However, I am not sure how this method will interact with the new tiling/parallelism in CarpetX.
Currently,
AsterSeedscan only set initial data forAsterX. This isn't ideal, as it would be nice to have a general-purpose thorn for ID instead of having multiple. This issue is connected to a related CarpetX issue.As stated in that issue, one solution would be to move Avec to
HydroBaseX. This requires the ability to set the rhs tag for these variables at runtime, which may not be currently supported.Alternatively,
AsterSeedscould use the method ofVolumeIntegrals_vacuumto change which variable it is accessing via a CCTK_STRING parameter. However, I am not sure how this method will interact with the new tiling/parallelism in CarpetX.