tum-pbs / PhiFlow

A differentiable PDE solving framework for machine learning
MIT License
1.47k stars 192 forks source link

2.0.0 RC0 #27

Closed holl- closed 3 years ago

holl- commented 3 years ago

Φ-Flow version 2 is the first major update since public release.

It introduces a functional style for writing simulations and provides lots of utility to go along with it. The most fundamental addition is a new Tensor class that wraps native tensors and extends them by named and typed dimensions. This makes code simulation more generic and robust, and less prone to errors.

New major features

General & UI

Physics & Fields

Math