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

https://github.com/phydev/systems-oncology

Finite Element method and finite differences implementations for Fokker-Planck equation
https://github.com/phydev/systems-oncology

Last synced: about 1 year ago
JSON representation

Finite Element method and finite differences implementations for Fokker-Planck equation

Awesome Lists containing this project

README

          

# Systems Oncology

## Journal Club 2

[gene regulatory model](https://github.com/phydev/systems-oncology/blob/main/journal-club-2/gene_reg_network.py) | Integrates Langevin model for gene regulation on endocrine breast cancer therapy

[fokker planck w/ fdm](https://github.com/phydev/systems-oncology/blob/main/journal-club-2/fdm-fokker-planck.py) | Fokker-planck solved with finite differences method (work in progress - the reflective boundary condition must be fixed)

[fokker planck w/ fem](https://github.com/phydev/systems-oncology/blob/main/journal-club-2/fem-fokker-planck.py) | Fokker-planck solved with finite elements method