i207M/PINNacle

How to open the dat file?

Opened this issue · 1 comments

Hello Authors,
How to open the dat file under the ref file?
Thank you.

Hi SumNorean,
Sorry for the late reply. You can open the dat file with a text editor; it uses numpy's txt format. To load it, use np.loadtxt("burgers1d.dat",comments='%',encoding='utf8'). A similar question was discussed in #7.