Assignment project for CM and CPP by Axel Simon and Kacper Grajcar
Task was to develop software which will solve first order wave equation using numerical methods like explicit and implict schemes.
Step to do in Computational Method:
- Correct analytical solution
- Test explicit Upwind schemes and lax schemes and compare with analytical 2.5) Implement norms + test
- Implement algorithm to solve linear sytem of equation (Thomas algorithm)
- Implicit upwind schemes
- Test and compare with analytical solution
- Implicit FTCS scheme
- Test and compare with analytical solution
Step to do in C++:
- Create Class
- Add exceptions handling
- Add printing methods
- Add more comments to code
- Improve Matrix class
- clean up #include in all files