Skip to content

Latest commit

 

History

History
executable file
·
33 lines (23 loc) · 616 Bytes

README.md

File metadata and controls

executable file
·
33 lines (23 loc) · 616 Bytes

AI-HFM-Solver

Repository for Physics-infomred Convolutional Neural Networks

Directories:

  • Anisotropic Resistivity Tomography:
  • 2D Kolmogorov Flow:
  • Flow Past a Bluff Body:
  • Urban Modelling:
  • Unstuctured Mesh:

Requirements

To install requirements:

 $ conda env create -f environment.yml 
 $ conda activate ten
 $ python -m ipykernel install --user --name=python3 (optional)

Finally, start Jupyter with a local machine:

 $ jupyter notebook

Or, start Jupyter with a remote server:

 $ jupyter notebook --no-browser --port=<number>