checkpoint#

class ansys.fluent.core.meshing.tui_231.main_menu.file.checkpoint(path, service)#

Bases: TUIMenu

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

Methods:

delete_checkpoint(*args, **kwargs)

Delete checkpoint.

list_checkpoint_names(*args, **kwargs)

Get all checkpoint names.

restore_checkpoint(*args, **kwargs)

Restore to checkpoint.

write_checkpoint(*args, **kwargs)

Write checkpoint.

delete_checkpoint(*args, **kwargs)#

Delete checkpoint.

list_checkpoint_names(*args, **kwargs)#

Get all checkpoint names.

restore_checkpoint(*args, **kwargs)#

Restore to checkpoint.

write_checkpoint(*args, **kwargs)#

Write checkpoint.