Open
Description
Hi,
when I tried to run Isotropic.py
from the demo directory, the result of the .h5
file seemed to be generated normally. The results are shown in the figure.
However, when I checked the .xdmf
file, its size was only 1.25 MB, in contrast to the NS_Isotropic_60_60_60_w.h5
file.
When I opened the file in Paraview, the software was unable to read any data. Looking at the file information, It seems that the .xdmf
file has no data saved in it.
This file is automatically generated by the following code in the Isotropic.py
. No errors were reported during code runtime,
from mpi4py_fft import generate_xdmf
if sol.rank == 0:
generate_xdmf(context.hdf5file.filename+"_w.h5")
Any help would be appreciated.
Metadata
Metadata
Assignees
Labels
No labels