Trying to organise output better
This commit is contained in:
parent
c01f0bd381
commit
0109dc2f06
11 changed files with 196 additions and 192 deletions
|
|
@ -521,7 +521,6 @@ MODULE moduleSolver
|
|||
USE moduleCompTime
|
||||
USE moduleProbe
|
||||
USE moduleCaseParam, ONLY: timeStep
|
||||
use moduleMeshInoutCommon, only: boundariesParticle_print
|
||||
IMPLICIT NONE
|
||||
|
||||
CALL outputProbes()
|
||||
|
|
@ -538,7 +537,7 @@ MODULE moduleSolver
|
|||
CALL mesh%printEM()
|
||||
|
||||
! Output of boundaries. TODO: Add an if
|
||||
call boundariesParticle_print()
|
||||
call boundariesParticle_write()
|
||||
|
||||
WRITE(*, "(5X,A21,I10,A1,I10)") "t/tFinal: ", timeStep, "/", tFinal
|
||||
WRITE(*, "(5X,A21,I10)") "Particles: ", nPartOld
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue