Trying to organise output better

This commit is contained in:
Jorge Gonzalez 2026-03-11 19:15:58 +01:00
commit 0109dc2f06
11 changed files with 196 additions and 192 deletions

View file

@ -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