KratosMultiphysics / Kratos

Kratos Multiphysics (A.K.A Kratos) is a framework for building parallel multi-disciplinary simulation software. Modularity, extensibility and HPC are the main objectives. Kratos has BSD license and is written in C++ with extensive Python interface.
https://kratosmultiphysics.github.io/Kratos/
Other
1.02k stars 245 forks source link

[GeoMechanicsApplication] extract SetConstitutiveParameters function #12382

Closed markelov208 closed 4 months ago

markelov208 commented 4 months ago

📝 Description

rfaasse commented 4 months ago

@markelov208 This looks like a very useful PR. However, it will give quite some merge conflicts with my current attempt to extract the constitutive matrix. Could we wait with merging this one until that has gone back (since you are also waiting for that one for the stiffness matrix)?

markelov208 commented 4 months ago

@markelov208 This looks like a very useful PR. However, it will give quite some merge conflicts with my current attempt to extract the constitutive matrix. Could we wait with merging this one until that has gone back (since you are also waiting for that one for the stiffness matrix)?

Sure, we can wait.

markelov208 commented 4 months ago

@rfaasse , it looks that these changes are not needed any more due to your recent PR. Correct?