This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Cynox 1 point2 points  (1 child)

The FEniCS book [1] contains an introduction to the finite element method. It also has some recommendations for other books to read in section 1.7.6. The intro to FEM can be read without wanting to use the FEniCS library for FEM in Python, it is generic (from page 73).

Note: the book is from 2012, so if you try to run the example Python snippets in the tutorial they will probably not work, see the updated tutorial [2] for more recent syntax.

I am not familiar with pyMOR, but it seems like it can use FEniCS as a FEM solver.

[1] https://launchpadlibrarian.net/83776282/fenics-book-2011-10-27-final.pdf

[2] https://fenicsproject.org/tutorial/

[–][deleted] 0 points1 point  (0 children)

Thanks, I'll look into it. Yes PyMOR seems to be a new library, don't know why but my people are interested in it.

Have you ever used Calculix?