An open API service indexing awesome lists of open source software.

https://github.com/matnoble/pde_coding

FDM, FEM
https://github.com/matnoble/pde_coding

Last synced: about 2 months ago
JSON representation

FDM, FEM

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