Read initial

Now we can read an initial condition as we do with other formats.

Only documentation left.
This commit is contained in:
Jorge Gonzalez 2026-01-23 15:04:39 +01:00
commit 1b1a574edc
2 changed files with 40 additions and 0 deletions

View file

@ -548,6 +548,8 @@ MODULE moduleMeshInputVTU
CALL readDataBlock(fileID, numNodes, temperature)
REWIND(fileID)
close(fileID)
END SUBROUTINE readInitialVTU
END MODULE moduleMeshInputVTU