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
!5063 changes the handling of mesh file paths in the prj file: If such a path is a relative path with a directory separator (/ or \), this path will be resolved relative to the mesh directory (-m flag) or the prj file if the former is not passed. Before, such relative paths were resolved relative to the process's working directory. MR !5063 resolved that inconsistency.
!5030 Change time incrementing algorithm to use Kahan summation. This hopefully avoids any 1e-16 time steps near fixed output and end times.