Skip to content
Snippets Groups Projects
Commit 2768025c authored by mohib's avatar mohib
Browse files

[GenericResidualLaw] - Fixed elasticstiffness bug

parent 4e789977
No related branches found
No related tags found
1 merge request!421Dev mm sls
...@@ -9831,7 +9831,7 @@ void GenericResidualMechanicsDG3DMaterialLaw::setMechanicalMaterialLaw(const dG3 ...@@ -9831,7 +9831,7 @@ void GenericResidualMechanicsDG3DMaterialLaw::setMechanicalMaterialLaw(const dG3
{ {
_lawGenericRM->setMechanicalMaterialLaw(mlaw->getConstNonLinearSolverMaterialLaw()); _lawGenericRM->setMechanicalMaterialLaw(mlaw->getConstNonLinearSolverMaterialLaw());
   
_lawGenericRM->ElasticStiffness(&elasticStiffness); //_lawGenericRM->ElasticStiffness(&elasticStiffness);
elasticStiffness=mlaw->elasticStiffness; elasticStiffness=mlaw->elasticStiffness;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment