You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two solutions, written in MATLAB, for solving the viscous Burger's equation. They are both spectral methods: the first is a Fourier Galerkin method, and the second is Collocation on the Tchebyshev-Gauß-Lobatto points.
Parallel computing with CUDA to implement the heat spreading equation in 2 dimensions in the case of a metal plate starting with a circular hotspot in the middle of it. The programming language used for the visualization of the plate in different moments in time is Python.
This project is prepared as part of CA course and it contains solution of heat equation with simple explicit method and Laasonen’s simple implicit method.