SimulationSplittingWithMEMORIZE

usage of the MEMORIZE-feature to split a simulation

Simulation splitting based on MEMORIZE:

  • A water cube falls due to gravity in z-direction. Points passing a certain z-limit are saved and deleted by MEMORIZE_Write.
  • The saved points are read in during the second simulation by MEMORIZE_Read. In the end, the water cube is falling as a whole again in z-direction.
Note: With this procedure, different geometries can be analyzed.