Full Finite Element Solver in 200 Lines of Python

Tutorial on how to write a full FE solver in 200 lines of Python code. This is part 2 in our series. This video focuses on how to read in the nodes, elements, and boundary conditions from an external file. You can find the full Python code here:
Back to Top