SAVE_path

absolute or relative path for the simulation results

Use SAVE_file and SAVE_path to set the location for the results.
SAVE_file = 'FileBaseName' SAVE_path = 'FilePath'
Multiple save paths: If the results shall be saved into multiple different directories, one may define different values of SAVE_path within different begin_save{ environments. Attention: The old indexing into save path, i.e. SAVE_path(n), is no longer supported and has been replaced by the begin_save{ functionality. Prefix via environment variable: With the command line option -r or the environment variable MESHFREE_RESULTDIR_PREFIX, a prefix to the SAVE_path can be defined, for example to save all results inside the same directory on a large hard drive. This prefic will also apply to all definitions of SAVE_path within begin_save{ environments. Symbolic links: Every simulation generates one or more hidden files called
.SYMLINK__ _SIM_ID_ID_of_run__ _to_SAVEPATH_{number_of_save_path}
These are symbolic links to the location of a result file and can be used to access all SAVE paths conveniently from one place. In particular, if no begin_save{ environments are used, a single symbolic link is created. On the other hand, if begin_save{ environments exist, a symbolic link for each SAVE_path within these environments is created.