extensionfinley Solving linear, steady partial differential equations using finite elements
finley is a library of C functions solving linear, steady partial differential equations (PDEs) or systems of PDEs using isoparametrical finite elements . It supports unstructured, 1D, 2D and 3D meshes. The module esys.finley provides an access to the library through the LinearPDE class of esys.escript supporting its full functionality. finley is parallelized using the OpenMP paradigm.