Skip to content

hsharsh/EmpiricalGreensFunctions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Python implementation of a data-driven approach to mathematically model physical systems whose governing partial differential equations are unknown, by learning their associated Green's function. The package is implemented in python and uses Jupyter notebooks to demonstrate the examples. I personally recommend using conda to install the package dependencies in a virtual environment (because some packages require older versions of python and there can be dependency issues).

conda create -n env -c conda-forge fenics mshr matplotlib scipy numpy pandas jupyterlab ipympl 
conda activate env

The code also samples randomly from a Gaussian Processs with a Squared-Exponential Kernel. That bit is implemented in MATLAB https://www.mathworks.com/help/install/install-products.html) using chebfun (https://www.chebfun.org/download/).

If you want to install the packages individually, the stack includes:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published