An open API service indexing awesome lists of open source software.

https://github.com/sandialabs/pynucleus

PyNucleus is a finite element code that specifically targets nonlocal operators.
https://github.com/sandialabs/pynucleus

scr-2718 snl-applications snl-science-libs

Last synced: 3 months ago
JSON representation

PyNucleus is a finite element code that specifically targets nonlocal operators.

Awesome Lists containing this project

README

        

This is a container image for PyNucleus.

The directory from which the container was launched on the host system is mapped to /root.
PyNucleus is installed at /pynucleus.
A copy of the drivers and examples for PyNucleus can be found in /root/drivers and /root/examples.
The Jupyter notebook interface is available at https://localhost:8889 on the host.
A quick way to check that everything works is to run

/root/drivers/runFractional.py

This should print some information about the solution of a fractional Laplacian problem and show several plots.