|
[Sponsors] |
July 15, 2005, 10:14 |
call posdat.f at the end of the run
|
#1 |
Guest
Posts: n/a
|
Hi everybody Does anyone know, if it is possible to call posdat.f user subroutine at the end of the run, and not at the beginning or at the end of each iteration/time step? The condition
if(ITER.EQ.ITERS+ITSTEP) doesn´t work when the calcualtion converges before the maximum iteration number reached, what acctually should be the case always. Thank you for your help. |
|
July 15, 2005, 14:15 |
Re: call posdat.f at the end of the run
|
#2 |
Guest
Posts: n/a
|
If(level.eq.1) !At the begining of iteration if(level.eq.2) !At end of iteration
|
|
July 15, 2005, 17:24 |
Re: call posdat.f at the end of the run
|
#3 |
Guest
Posts: n/a
|
Excuse me, if I hadn't explained it properly. I need to run posdat.f only at the end of the last iteration, and not at the end of each iteration. With Level=1 or Level=2 posdat.f would repeat the procedure e.g. 700 times, if it is needed 700 iterations to converge. Is my question better explained now?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFL in posdat | hamodi | Siemens | 2 | August 6, 2007 03:27 |
POSDAT | Sheila | Siemens | 2 | February 8, 2006 12:08 |
call posdat.f at the end of the run | Murali | Siemens | 2 | October 16, 2005 13:02 |
posdat in HPC | Won-Geun Lee | Siemens | 0 | May 23, 2001 21:03 |
Posdat | Maria Carlsson | Siemens | 1 | April 30, 2001 11:29 |