SteadyStokes111SolveOn this pageSolve This subroutine solves the system of linear equation. Interface INTERFACE MODULE SUBROUTINE Solve(obj) CLASS(AbstractSteadyStokes_), INTENT(INOUT) :: obj END SUBROUTINE SolveEND INTERFACE Example