checkpoint#

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

Bases: TUIMenu

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

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

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.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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.