# Programming-FEM-5th-Fortran
**Repository Path**: chen_tianhai/Programming-FEM-5th-Fortran
## Basic Information
- **Project Name**: Programming-FEM-5th-Fortran
- **Description**: Programming the Finite Element Method_I M Smith & D V Griffiths_Microsoft Visual Studio_Intel Visual Fortran
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-09-14
- **Last Updated**: 2021-09-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Programming the finite element method_5th edition
## Overview
As a engineering student, I has been appealed by the classic textbook - [Programming the finite element method](https://www.amazon.com/Programming-Finite-Element-Method-Smith/dp/1119973341) for more than five years. When I was a bachelor, my supervisor Prof. Shang guided me to understand the theory of finite element method using coding. It was really impressive. Recently, I realize that it may be meaningful to reconstruct the code using [Microsoft Visual Studio 2012](https://visualstudio.microsoft.com/zh-hans/vs/older-downloads/?rr=https%3A%2F%2Fwww.google.com%2F) and [Intel Visual Fortran Composer XE 2013](https://software.intel.com/en-us/forums/intel-software-development-products-download-registration-licensing), making it convenient for debuging and second development.
I once used Microsoft Windowing Application to present the modelling results. However, the Graphical User Interface (GUI) is not satisfactory. In this repository, I do not pay attention to visualization. What I focus on are the input and output files, algorithms, and the readibility of the code.
## Prerequisites
* [Programming the finite element method](https://www.amazon.com/Programming-Finite-Element-Method-Smith/dp/1119973341).
* [Microsoft Visual Studio 2012](https://visualstudio.microsoft.com/zh-hans/vs/older-downloads/?rr=https%3A%2F%2Fwww.google.com%2F).
* [Intel Visual Fortran Composer XE 2013](https://software.intel.com/en-us/forums/intel-software-development-products-download-registration-licensing).
## Documentation
### Static Equilibrium Structures
### Static Equilibrium Linear Elastic Solids
### Material Nonlinearity
### Steady State Flow
### Transient Problems
### Coupled Problems
Conservation of incompressible mass :
Conservation of momentum :
Stress equations :
### Eigenvalue Problems
### Forced Vibrations
## Support and Cooperation
cunyicom@outlook.com