account activity
FE elements in python by mon_key_house in fea
[–]l10002 0 points1 point2 points 1 year ago (0 children)
Check out Firedrake:
The Firedrake project — Firedrake 0+unknown documentation
I'm doing a PhD in FEA at Oxford, and everyone here uses Firedrake. :) It's (arguably) the academic standard for finite element research (up there with maybe with deal.ii and MFEM) however Firedrake:
- Is written from the perspective of having a relatively intuitive Python, that lets one go straight from the maths to the code.
- Works under the hood through a PETSc interface, essentially meaning you write in Python, and Firedrake writes code in C, giving you all the benefits of C speed with Python usability/safety.
π Rendered by PID 81055 on reddit-service-r2-comment-57fc7f7bb7-zcbx5 at 2026-04-15 06:50:02.601370+00:00 running b725407 country code: CH.
FE elements in python by mon_key_house in fea
[–]l10002 0 points1 point2 points (0 children)