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
The PETSc wrapper have a bug where the index of the time variable was aggined an index of -1 if there was no explicit time variable, but when the wrapper went to set the value of the time variable, it checked if the index was > 0. This means that if the index of the time variable happened to be 0, the value of time wouldn't get written to the variable. Need to update to >= 0.
The text was updated successfully, but these errors were encountered:
The PETSc wrapper have a bug where the index of the time variable was aggined an index of -1 if there was no explicit time variable, but when the wrapper went to set the value of the time variable, it checked if the index was > 0. This means that if the index of the time variable happened to be 0, the value of time wouldn't get written to the variable. Need to update to >= 0.
The text was updated successfully, but these errors were encountered: