SteadyStokes221UpdateIterationOn this pageUpdateIteration This subroutine update the state of the kernel Interface INTERFACE MODULE SUBROUTINE UpdateIteration(obj, reset) CLASS(AbstractSteadyStokes_), INTENT(INOUT) :: obj LOGICAL(LGT), INTENT(IN) :: reset END SUBROUTINE UpdateIterationEND INTERFACE Example