Dump the results if the user would like to post-process in another software, pass the data to others who don't have Houdini (otherwise one can just use rog_geometry node).
The rough procedure is to :
wrap the dump function existed in ti_element/engine/mpm_solver.py into Libs/python/mpm_shell.py
Support parameters like dump_path in the function
Sync these parameters in the UI, then read&pass them to the dump function.
Dump the results if the user would like to post-process in another software, pass the data to others who don't have Houdini (otherwise one can just use rog_geometry node).
The rough procedure is to :