Probes were not working properly

Issue in the output of probes and in the detection of particles inside
the velocity grid.
This commit is contained in:
Jorge Gonzalez 2023-02-23 08:18:46 +01:00
commit 2ee6c1764e
2 changed files with 7 additions and 4 deletions

View file

@ -523,6 +523,8 @@ MODULE moduleSolver
END IF
CALL outputProbes(t)
counterOutput = counterOutput + 1
IF (counterOutput >= triggerOutput .OR. &
t == tFinal .OR. t == tInitial) THEN
@ -530,7 +532,6 @@ MODULE moduleSolver
!Resets output counter
counterOutput=0
CALL outputProbes(t)
CALL mesh%printOutput(t)
IF (ASSOCIATED(meshForMCC)) CALL meshForMCC%printColl(t)
CALL mesh%printEM(t)