https://github.com/matnoble/pde_coding
FDM, FEM
https://github.com/matnoble/pde_coding
Last synced: about 2 months ago
JSON representation
FDM, FEM
- Host: GitHub
- URL: https://github.com/matnoble/pde_coding
- Owner: MatNoble
- Created: 2019-06-21T14:28:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T02:15:11.000Z (over 5 years ago)
- Last Synced: 2025-03-05T17:16:06.704Z (over 1 year ago)
- Language: MATLAB
- Homepage:
- Size: 14 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Some Results
### Landau–Lifshitz equation


### Marker and Cell Methond for Stokes Equations






## Using FDM or FEM solve poisson and heat equations in 1D and 2D
### Basic equations
poisson equation:
heat equation:
### Finite Difference Methods
>
- Replacing the dervatives by finite differences(to do finite difference scheme)
- Taylor series(to do error estimate)
#### Example 1
[for the 1D heat problem](https://github.com/MatNoble/PDE_coding/tree/master/FD/1D):
with specific parameters:
have the flowing result:
### Finite Element Methods
>
- Integration by part
- Variational
- Weak formula
- Garlekin formula
- Finite dimensional space approximates infinite dimensional space
### Approximate functions
Gibbs phenomenon