KVSlab / turtleFSI

Monolithic Fluid-Structure Interaction (FSI) solver
https://turtlefsi2.readthedocs.io/en/latest/
GNU General Public License v3.0
63 stars 23 forks source link

print time with eight digits instead of four #110

Closed keiyamamo closed 23 hours ago

keiyamamo commented 1 day ago

Originally, turtleFSI only prints out four digits for time. This could be problematic when one uses very fine time-step since it could print out inaccurate time due to round-off. To address this, I changed the number of digits from four to eight.