partition#
Bases:
TUIMenu
Enters the partition domain menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
automatic
(service, version, mode, path)combine_partition
(service, version, mode, path)Merges every N partitions.
merge_clusters
(service, version, mode, path)Calls the optimizer that attempts to decrease the number of interfaces by eliminating orphan cell clusters.
method
(service, version, mode, path)Sets the partition method.
print_active_partitions
(service, version, ...)Prints active partition information (parallel solver).
print_partitions
(service, version, mode, path)print_stored_partitions
(service, version, ...)Prints stored partition information (parallel solver).
reorder_partitions
(service, version, mode, path)Reorders partitions.
reorder_partitions_to_architecture
(service, ...)Reorders partitions to architecture.
set
(service, version, mode, path)Enters the set partition parameters menu.
smooth_partition
(service, version, mode, path)Calls the optimizer that attempts to minimize the number of interfaces by modifying the partition boundaries to reduce surface area.
use_stored_partitions
(service, version, ...)Uses this partitioning.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Merges every N partitions.
Bases:
TUIMethod
Calls the optimizer that attempts to decrease the number of interfaces by eliminating orphan cell clusters. (An orphan cluster is a group of connected cells such that each member has at least one face that is part of an interface boundary.).
Bases:
TUIMethod
Sets the partition method.
Bases:
TUIMethod
Prints active partition information (parallel solver).
Bases:
TUIMethod
.
Bases:
TUIMethod
Prints stored partition information (parallel solver).
Bases:
TUIMethod
Reorders partitions.
Bases:
TUIMethod
Reorders partitions to architecture.
Bases:
TUIMethod
Calls the optimizer that attempts to minimize the number of interfaces by modifying the partition boundaries to reduce surface area.
Bases:
TUIMethod
Uses this partitioning.