You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is specifically for the BBH, but will probably be useful for other systems as well.
Allow the ability to choose whether to set $\Pi$ and $\Phi$ from constraints or not. This will be needed for PB&J eventually and potentially also continuing to ringdown
Related to the above feature (maybe even part of it), relax restriction that all GH vars must be in the volume data. E.g. if we are specifying Pi and Phi from constraints, we should be able to put Pi: None and Phi: None since we don't need them and this won't cause an error.
Add an ObservationTimeEpsilon so users don't have to specify the full precision time of volume data. This is needed elsewhere as well so maybe a general H5/volume subfile solution would be good. (Add epsilon when reading NumericInitialData #6296 )
Add ability to check that the domain on disk has identical h-refinement to domain in input file to allow interpolation within elements rather than across elements (important for PB&J).
The text was updated successfully, but these errors were encountered:
This is specifically for the BBH, but will probably be useful for other systems as well.
Pi: None
andPhi: None
since we don't need them and this won't cause an error.ObservationTimeEpsilon
so users don't have to specify the full precision time of volume data. This is needed elsewhere as well so maybe a general H5/volume subfile solution would be good. (Add epsilon when reading NumericInitialData #6296 )The text was updated successfully, but these errors were encountered: