Output for species
First output done. Now it is mostly Copy Paste. There are so many things I need to reform in other parts... Learning new things is awful.
This commit is contained in:
parent
3083e20ff7
commit
27158c7c1d
2 changed files with 35 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ MODULE moduleMeshOutputVTU
|
|||
|
||||
WRITE(fileID,"(A)") '<?xml version="1.0"?>'
|
||||
WRITE(fileID,"(2X, A)") '<VTKFile type="UnstructuredGrid">'
|
||||
WRITE(fileID,"(4X, A,ES20.6E3,A)") '<UnstructuredGrid>'
|
||||
WRITE(fileID,"(4X, A)") '<UnstructuredGrid>'
|
||||
WRITE(fileID,"(6X, A, I10, A, I10, A)") '<Piece NumberOfPoints="', nNodes, '" NumberOfCells="', nCells, '">'
|
||||
|
||||
END SUBROUTINE writeHeader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue