| 240 |
C or product of matrix (Jacobian) times vector. For iCode = 0, terminate |
C or product of matrix (Jacobian) times vector. For iCode = 0, terminate |
| 241 |
C iteration |
C iteration |
| 242 |
IF (iCode.EQ.1) THEN |
IF (iCode.EQ.1) THEN |
| 243 |
C Call preconditioner |
C Call preconditioner |
| 244 |
CALL SEAICE_PRECONDITIONER( |
IF ( SOLV_MAX_ITERS .GT. 0 ) |
| 245 |
|
& CALL SEAICE_PRECONDITIONER( |
| 246 |
U duIce, dvIce, |
U duIce, dvIce, |
| 247 |
I zetaPre, etaPre, dwatPre, pressPre, |
I zetaPre, etaPre, dwatPre, pressPre, |
| 248 |
I newtonIter, krylovIter, myTime, myIter, myThid ) |
I newtonIter, krylovIter, myTime, myIter, myThid ) |