Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daleroberts/poisson
Solve Poisson equation on arbitrary 2D domain using the finite element method.
https://github.com/daleroberts/poisson
numerical-codes partial-differential-equations python
Last synced: 2 months ago
JSON representation
Solve Poisson equation on arbitrary 2D domain using the finite element method.
- Host: GitHub
- URL: https://github.com/daleroberts/poisson
- Owner: daleroberts
- License: bsd-3-clause
- Created: 2013-05-23T02:11:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-15T07:20:19.000Z (over 9 years ago)
- Last Synced: 2023-10-20T19:10:46.960Z (about 1 year ago)
- Topics: numerical-codes, partial-differential-equations, python
- Language: Python
- Size: 219 KB
- Stars: 21
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Poisson on arbitrary 2D domain
Solve Poisson equation on arbitrary 2D domain with RHS f
and Dirichlet boundary conditions using the finite element
method.![sol](https://rawgithub.com/daleroberts/poisson/master/sol.png)