Skip to content

Commit 17eb70a

Browse files
exposing use_old_Stiff but default as FALSE
1 parent fce183e commit 17eb70a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kratos.gid/apps/Structural/xml/Strategies.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parameter n="residual_relative_tolerance" pn="Residual relative tolerance" type="double" v="1e-4" parent="residual_criterion,and_criterion,or_criterion" help="Relative residual tolerance employed in the nonlinear iteration"/>
1414
<parameter n="residual_absolute_tolerance" pn="Residual absolute tolerance" type="double" v="1e-9" parent="residual_criterion,and_criterion,or_criterion" help="Absolute residual tolerance employed in the nonlinear iteration"/></parameter>
1515
<parameter n="max_iteration" pn="Maximum iterations" type="integer" v="10" help="This number will break the iterative loop when reached"/>
16-
<parameter n="use_old_stiffness_in_first_iteration" pn="Use old stiffness in 1st iteration" type="bool" v="true" values="false,true" />
16+
<parameter n="use_old_stiffness_in_first_iteration" pn="Use old stiffness in 1st iteration" type="bool" v="false" values="false,true" />
1717
</parameter_list>
1818
<linearSolvers>
1919
<linearSolverItem n="linear_solver_settings" pn="Linear Solver" help="Default solver Super LU" filter="STSoluType {Static Quasi-static Dynamic formfinding}">
@@ -83,7 +83,7 @@
8383
<parameter n="residual_relative_tolerance" pn="Residual relative tolerance" type="double" v="1e-4" parent="residual_criterion,and_criterion,or_criterion" help="Relative residual tolerance employed in the nonlinear iteration"/>
8484
<parameter n="residual_absolute_tolerance" pn="Residual absolute tolerance" type="double" v="1e-9" parent="residual_criterion,and_criterion,or_criterion" help="Absolute residual tolerance employed in the nonlinear iteration"/></parameter>
8585
<parameter n="max_iteration" pn="Maximum iterations" type="integer" v="10" help="This number will break the iterative loop when reached"/>
86-
<parameter n="use_old_stiffness_in_first_iteration" pn="Use old stiffness in 1st iteration" type="bool" v="true" values="false,true"/>
86+
<parameter n="use_old_stiffness_in_first_iteration" pn="Use old stiffness in 1st iteration" type="bool" v="false" values="false,true"/>
8787
</parameter_list>
8888
<linearSolvers>
8989
<linearSolverItem n="linear_solver_settings" pn="Linear Solver" filter="STSoluType {Static Quasi-static Dynamic formfinding}">

0 commit comments

Comments
 (0)