i-RIC / iriclib

1 stars 3 forks source link

Writing Grid and calculation result at the same time does not work. #2

Closed kskinoue0612 closed 7 years ago

kskinoue0612 commented 7 years ago

When CGNS file do not have a grid, and solver do the following operation, it fails.

  1. Write grid using cg_iRIC_WriteGridCoord2d()
  2. Write calculation results using cg_iRIC_Write_Sol_Time(), cg_iRIC_Write_Sol_GridCoord2d(), cg_iRIC_Write_Sol_Real() etc.