Description of feature
IDWarp can restart from a file and skip the costly full initialization. See: https://github.com/mdolab/idwarp/blob/master/src/warp/initializeWarping.F90#L66-L76
This feature is not widely used, and it is not tested. We should include tests for this and make its usage widespread.
For most cases, people run the same meshes over and over again, and with this option, idwarp can automatically save and load restart files and speed up initialization. Possibly not huge gains but it is free so why not.
Description of feature
IDWarp can restart from a file and skip the costly full initialization. See: https://github.com/mdolab/idwarp/blob/master/src/warp/initializeWarping.F90#L66-L76
This feature is not widely used, and it is not tested. We should include tests for this and make its usage widespread.
For most cases, people run the same meshes over and over again, and with this option, idwarp can automatically save and load restart files and speed up initialization. Possibly not huge gains but it is free so why not.