combine_all_sets

compas_fea2.utilities.combine_all_sets(sets_a, sets_b)

Combines two nested lists of node or element sets into the minimum ammount of set combinations.

Parameters
sets_alist

First nested list containing lists of element or node keys.

sets_blist

Second nested list containing lists of element or node keys.

Returns
dic

A dictionary containing the minimum number of set combinations.