Average is written in .vtu

The average of the species properties can be written now in .vtu format.
No .pvd file is provided as no time series is generated.

Still to do:
  Read a .vtu mesh.
  Improve gmsh format to use more common functions.
This commit is contained in:
Jorge Gonzalez 2023-02-04 15:20:36 +01:00
commit 6706c5dd1c
2 changed files with 111 additions and 1 deletions

View file

@ -565,6 +565,7 @@ MODULE moduleSolver
!Output average values
IF (useAverage .AND. t == tFinal) THEN
CALL mesh%printAverage()
CALL printAverageVTK(mesh) !TEMPORARY TO TEST VTK OUTPUT
END IF