cps home works
In this homework the one dimensional wave equation is resovled.
The solution is performed using parallel computing namely MPI-Java.
The present code uses the same algorithm used in HW4, with the only difference being that it's written in MPI-Java instead of MPI-C.
Only point to point communication is used since MPI-Java does not support collective communication.
The initial condition employed in this example is a triangular distribution with zero boundary conditions at all times.
The code exist in my npac account under subdirector "hw5"
The source code:
HW5