a simple minimal finite element lib in Python
© Geo-Energy Lab, EPFL (2021-)
Authors:
- Brice lecampion
- 2D linear triangle for Laplacian, and diffusion (see benchmark/flow/2DDiffusion.py)
- 1D linear segment for Laplacian, and diffusion (benchmark not yet finalized)
- meshio
- numba
TO DO
- verification 1D diffusion
- extension to double-node interface elements for fracture with longitudinal and transverse perm.
- ...