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
- Host: GitHub
- URL: https://github.com/phydev/systems-oncology
- Owner: phydev
- License: gpl-3.0
- Created: 2021-02-14T18:33:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T22:07:55.000Z (over 5 years ago)
- Last Synced: 2025-01-22T10:11:28.948Z (over 1 year ago)
- Language: Python
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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