Skip to content

Commit

Permalink
Updated examples README to include starter notebook for SciML workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
divijghose committed Dec 14, 2024
1 parent d447aed commit fd9406d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ This section has examples on how to solve forward problems in 2D using the FastV

## Inverse Problems 2D
---
This section has examples on how to solve inverse problems in 2D using the FastVPINNs for PDEs such as Poisson, CD2D equations. This has both the examples for problems with constant coefficients and spatially varying coefficients.
This section has examples on how to solve inverse problems in 2D using the FastVPINNs for PDEs such as Poisson, CD2D equations. This has both the examples for problems with constant coefficients and spatially varying coefficients.

## Notebooks to get started with FastvPINNs
---
This section contains notebooks prepared for the preconference workshop on Scientific Machine Learning at the International Conference on Applied AI and Scientific Machine Learning ([CASML 2024](https://casml.cc/)).
- A starter notebook on solving the Poisson equation using FastVPINNs can be found [here](./notebooks/poisson_training.ipynb) and can be opened on Google Colab <a href="https://colab.research.google.com/github/cmgcds/fastvpinns/blob/main/examples/notebooks/poisson_training.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>


0 comments on commit fd9406d

Please sign in to comment.