Metadata-Version: 2.1
Name: phiflow
Version: 1.5.1
Summary: Research-oriented differentiable fluid simulation framework
Home-page: https://github.com/tum-pbs/PhiFlow
Author: Philipp Holl
Author-email: philipp.holl@tum.de
License: MIT
Download-URL: https://github.com/tum-pbs/PhiFlow/archive/1.5.1.tar.gz
Description: # phiflow
        
        Research-oriented differentiable fluid simulation framework
        
        [Project Homepage on GitHub](https://github.com/tum-pbs/PhiFlow)
        
        ## Installation
        
        To install phiflow with web interface, run
        
        ```
        $ pip install phiflow[gui]
        ```
        
        To run phiflow with custom CUDA operators, you have to install it from source, see the [detailed installation instructions](https://github.com/tum-pbs/PhiFlow/blob/master/documentation/Installation_Instructions.md).
Keywords: Differentiable,Simulation,Fluid,Machine Learning,Deep Learning
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Provides-Extra: gui
