SfePy: Simple Finite Elements in Python

That’s pretty impressive «SfePy: Simple Finite Elements in Python — Gallery of Examples»

SfePy: Simple Finite Elements in Python

SfePy is a software for solving systems of coupled partial differential equations (PDEs) by the finite element method in 1D, 2D and 3D. It can be viewed both as black-box PDE solver, and as a Python package which can be used for building custom applications. The word “simple” means that complex FEM problems can be coded very easily and rapidly.

SfePy can use many terms to build the PDEs to be solved, see Term Overview. SfePy comes also with a number of examples that can get you started, check Examples and Tutorial. Some more advanced features are discussed in Primer.

SfePy can be used in parallel (work in progress), see Solving Problems in Parallel.

There is also a preliminary support for the isogeometric analysis, outlined in Isogeometric Analysis.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.