Implementation of initial iteration.
An initial simulation time can be provided in the input file. This is useful when restarting a simulation from a previous file. If no initial time is provided, the value 0 is used.
This commit is contained in:
parent
0d2e62421d
commit
dee860e37b
7 changed files with 38 additions and 26 deletions
|
|
@ -1,7 +1,7 @@
|
|||
!Problems of the case
|
||||
MODULE moduleCaseParam
|
||||
!Maximum number of iterations and number of species
|
||||
INTEGER:: tmax
|
||||
!Final and initial iterations
|
||||
INTEGER:: tFinal, tInitial = 0
|
||||
REAL(8), ALLOCATABLE:: tau(:)
|
||||
REAL(8):: tauMin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue