Exercise E15:
- Implement a parallel CG solver and apply it to the
finite element problems given with exercise E14.
- Use METIS for the load balancing.
- Combine the CG algorithm with a polynomial preconditioner (degree m)
and check whether the computational time improves (vor various m).
Back