partition#
Bases:
TUIMenuEnters the partition domain menu.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
automatic(service, version, mode, path)No help available.
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)No help available.
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:
TUIMethodMerges every N partitions.
Bases:
TUIMethodCalls 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:
TUIMethodSets the partition method.
Bases:
TUIMethodPrints active partition information (parallel solver).
Bases:
TUIMethodNo help available.
Bases:
TUIMethodPrints stored partition information (parallel solver).
Bases:
TUIMethodReorders partitions.
Bases:
TUIMethodReorders partitions to architecture.
Bases:
TUIMethodCalls the optimizer that attempts to minimize the number of interfaces by modifying the partition boundaries to reduce surface area.
Bases:
TUIMethodUses this partitioning.