solver.tui.parallel.partition#

class main_menu.parallel.partition(path, service)#

Enters the partition domain menu.

combine_partition(*args, **kwargs)#

Merges every N partitions.

merge_clusters(*args, **kwargs)#

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.).

method(*args, **kwargs)#

Sets the partition method.

print_active_partitions(*args, **kwargs)#

Prints active partition information (parallel solver).

print_partitions(*args, **kwargs)#

Print partition information.

print_stored_partitions(*args, **kwargs)#

Prints stored partition information (parallel solver).

reorder_partitions(*args, **kwargs)#

Reorders partitions.

reorder_partitions_to_architecture(*args, **kwargs)#

Reorders partitions to architecture.

smooth_partition(*args, **kwargs)#

Calls the optimizer that attempts to minimize the number of interfaces by modifying the partition boundaries to reduce surface area.

use_stored_partitions(*args, **kwargs)#

Uses this partitioning.