Output ready
Output for Gmsh2 ready. Unfortunatly, code repetition was required.
This commit is contained in:
parent
b2eb7c5622
commit
c5c4cbefbf
5 changed files with 106 additions and 10 deletions
|
|
@ -818,6 +818,12 @@ MODULE moduleSolver
|
|||
|
||||
END IF
|
||||
|
||||
!Output average values
|
||||
IF (useAverage .AND. t == tFinal) THEN
|
||||
CALL mesh%printAverage()
|
||||
|
||||
END IF
|
||||
|
||||
END SUBROUTINE doOutput
|
||||
|
||||
SUBROUTINE doAverage(t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue