Repository for Physics-infomred Convolutional Neural Networks
- Anisotropic Resistivity Tomography:
- 2D Kolmogorov Flow:
- Flow Past a Bluff Body:
- Urban Modelling:
- Unstuctured Mesh:
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>