GuilhermeMLS / pdeSolver

A program to find an approximate solution to a Partial Differential Equation using the Gauss-Seidel iterative method.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Partial Differential Equation Solver

Click here to see an optimized version of this program

A program to find an approximate solution to a Partial Differential Equation (PDE) using the Gauss-Seidel iterative method to solve the pentadiagonal matrix that represents the Linear System found with the aproximation of the partial derivatives of the equation.

About

A program to find an approximate solution to a Partial Differential Equation using the Gauss-Seidel iterative method.


Languages

Language:C 100.0%