As the number of calculation results in CGNS file increases, it takes longer time to flush the calculation result into CGNS file.
It is because H5Fflush() takes longer time when the number of calculation result steps increases.
Think about and implement the way to avoid this, and make it possible to output calculation result
into CGNS file, even when the CGNS file has many calculation results.
As the number of calculation results in CGNS file increases, it takes longer time to flush the calculation result into CGNS file.
It is because H5Fflush() takes longer time when the number of calculation result steps increases.
Think about and implement the way to avoid this, and make it possible to output calculation result into CGNS file, even when the CGNS file has many calculation results.