/DiffNet

DiffNet: A FEM based neural PDE solver package

Primary LanguageJupyter NotebookMIT LicenseMIT

DiffNet

DiffNet: A FEM based neural PDE solver package

Instructions

After cloning the repo, do:

cd DiffNet
python setup.py develop --user

IBN Examples

Codes for the examples used in the IBN paper can be found in the IBN directory, under the respective sub-directory:

IBN
  datasets
  error-analysis
  poisson-2d
    parametric
  poisson-3d
    non-parametric
    parametric

The used datasets can be downloaded from this CyBox location.

cd DiffNet/examples/poisson/parametric
python IBN_2D.py