The file user.f.system contains an example of solving a system of equations. The system of two elliptic equations is solved by iteratively solving each equation, using the most recently computed solution of the other equation in the coefficients and right hand side. This illustrates the use of subroutines save and ssolut to save the state and evaluate the saved solution.