# Finite_Element_Method **Repository Path**: lovemath/Finite_Element_Method ## Basic Information - **Project Name**: Finite_Element_Method - **Description**: This is a finite element program written by different language for different equation. - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-06-11 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Finite Element Method for drive by example This is a finite element program written by different language for different equation. ### instruction - src The program source code - doc document about the example, inclue the derivation of variational form for different equation, if there are many time for me, I will make the document in my wiki page. - each example is in one folder, so you don't worry about the include relation for different folder. - there are many example using dealii, fenics and ifem open source code, so many outstanding progrtam we need to lean.