Skip to content

FP Precision

Choose a tag to compare

@p-holl p-holl released this 12 Aug 09:09
842c113

New features:

  • Consistent floating point precision using math.set_precision
  • MacCormack advection scheme
  • Advanced demo scripts: rotating_bar.py, vortex_fit.py
  • Basic implementation of Broyden's method for root finding
  • Lots of convenience updates: CenteredGrid.sample(function), Domain.dx, general_grid_sample_nd, interpolate

Breaking changes:

  • Finite difference in gradient now uses central difference by default
  • Noise now only has a single channel unless otherwise specified

Pull request #18

This is the last major update of the ΦFlow 1.x series.