https://github.com/tlroy/fem_poisson
A toy FEM solver for Poisson's equation
https://github.com/tlroy/fem_poisson
Last synced: 3 months ago
JSON representation
A toy FEM solver for Poisson's equation
- Host: GitHub
- URL: https://github.com/tlroy/fem_poisson
- Owner: tlroy
- Created: 2019-06-09T10:59:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-09T11:06:45.000Z (almost 6 years ago)
- Last Synced: 2025-01-10T13:46:51.039Z (5 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FEM_Poisson
A simple implementation of Q1-Lagrange Finite elements for Poisson's equation.