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
795: Default solving grid stretching w Float64 r=charleskawczynski a=charleskawczynski
This PR adjusts the `GeneralizedExponentialStretching` by adding `tol` as a kwarg and allowing users to specify the float type when solving for the grid stretch parameters. This PR changes the default to `Float64`, to avoid accumulated precision errors with Float32, then type casts to `FT` on the resulting faces.
This is technically behavior changing, we could change `FT_solve = Float64` to `FT_solve = FT` to make it non-behavior changing, however, I think this is probably what users would want / expect from this function.
Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
0 commit comments