checkpoint#

class ansys.fluent.core.meshing.tui_241.main_menu.file.checkpoint(service, version, mode, path)#

Bases: TUIMenu

Checkpoint stores the mesh in the memory instead of writing it to a file.

Classes:

delete_checkpoint(service, version, mode, path)

Delete checkpoint.

list_checkpoint_names(service, version, ...)

Get all checkpoint names.

restore_checkpoint(service, version, mode, path)

Restore to checkpoint.

write_checkpoint(service, version, mode, path)

Write checkpoint.

class delete_checkpoint(service, version, mode, path)#

Bases: TUIMethod

Delete checkpoint.

class list_checkpoint_names(service, version, mode, path)#

Bases: TUIMethod

Get all checkpoint names.

class restore_checkpoint(service, version, mode, path)#

Bases: TUIMethod

Restore to checkpoint.

class write_checkpoint(service, version, mode, path)#

Bases: TUIMethod

Write checkpoint.