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

added comments inside newtonsolver to make it clear the process #62

Closed keiyamamo closed 1 year ago

keiyamamo commented 1 year ago

It is not easy to understand all the process inside the custom Newton solver by only looking at the codes. Therefore, I added some comments that can help people understand each steps.

Could @jorgensd please check if my comments make sense? I’m happy to take any comments.

Best, Kei