Move non-native cubit functionality out of wrapper#62
Move non-native cubit functionality out of wrapper#62isteinbrecher wants to merge 1 commit intoimcs-compsim:mainfrom
Conversation
|
@m-frey @knarfnitram @maxfirmbach For now the functions |
|
I am using |
|
The functionality will definitely remain, the question is, if we want to have a free function get_geometry_type(cubit, item)or we want to add this as a method to the CubitPy object cubit.get_geometry_type(item)I think I would actually prefer the second variant (then no external workflows will notice this change), I will change that in this PR. |
|
Maybe this is not so simple after all... I will try some solutions once I have some time and then push here. Likely we will have to change the interface of |
f275b95 to
b3a51d2
Compare
b3a51d2 to
cbedd28
Compare
cbedd28 to
ae11b3b
Compare
This moves all utility functionality out of the cubit host class. This makes the
CubitConnectmore of a pure wrapper.