You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to be able to activate those tests again we have three options:
Since tests are not unitest but behaviour check, move the tests to python.
Add a compile time dependency in the testing binary to the structural
Add a compile time dependency in the KratosIgaCore to the Structural app
1 Would be my preferred solution.
2 is currently impossible because both IGA and Structural define the same variables which cause double de-allocations when exiting.
3 Is possible but implies removing the above-mentioned variables and make IGA completely dependent on Structural.
Aside from the design perspective, I have no voice on this topic so please tell me what to do.
Ping @RiccardoRossi, @rickyaristio (i ping you because you are the online people with commits here still active)
The text was updated successfully, but these errors were encountered:
Description
Currently almost half of the CPP tests from the IGA depend on a Constitutive law from the Structural app:
In order to be able to activate those tests again we have three options:
1 Would be my preferred solution.
2 is currently impossible because both IGA and Structural define the same variables which cause double de-allocations when exiting.
3 Is possible but implies removing the above-mentioned variables and make IGA completely dependent on Structural.
Aside from the design perspective, I have no voice on this topic so please tell me what to do.
Ping @RiccardoRossi, @rickyaristio (i ping you because you are the online people with commits here still active)
The text was updated successfully, but these errors were encountered: