Description: Finite element method for 2D planar linear elastic problem
Here is the simple code for FEM. The features are following:
1. Linear elastic material
2. Both 4 node and 8 node isoparametric rectangular element is implemented
3. Accept displacement and force boundary condition.
Usage:
1. For new FEM learner to understand the implementation.
2. Two input file is given. Only data output is given. Users should find post-processor for themselves.
3. See the comment in the code for details.
To Search:
File list (Check if you may need any files):
Matlab_FEM2D
............\FemAplyc2.m
............\FemAsmbl1.m
............\FemDeriv2.m
............\FemEldof.m
............\FemIsoq4.m
............\FemIsoq8.m
............\FemJacobi2.m
............\FemKine2D.m
............\FEM_Main.m
............\GaussPoint.m
............\LoadVector.m
............\Materialiso.m
............\ProBCs.m
............\Q4.txt
............\Q8.txt
............\Res_Q4.txt
............\Res_Q8.txt
............\Res_test_Q4.txt
............\Res_test_Q8.txt
............\test_Q4.txt
............\test_Q8.txt