fem.py: It is the Python input file where you have to specified the input parameters such as coordinates, element connectivity, ..., and where you will have the ouput (displacement ,strain, stress and ...
A Python implementation for solving the Black-Scholes partial differential equation for option pricing using the Finite Element Method (FEM). Solves European call and put options. Modular code for ...