Skip to content
Snippets Groups Projects
Commit b5b4e7f7 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[T] LIE/M; MohrCoulomb; Add newton solver config.

parent b817991d
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,10 @@ ...@@ -26,6 +26,10 @@
<cohesion>cohesion</cohesion> <cohesion>cohesion</cohesion>
<penalty_aperture_cutoff>10e-6</penalty_aperture_cutoff> <penalty_aperture_cutoff>10e-6</penalty_aperture_cutoff>
<tension_cutoff>1</tension_cutoff> <tension_cutoff>1</tension_cutoff>
<nonlinear_solver>
<maximum_iterations>100</maximum_iterations>
<error_tolerance>1e-10</error_tolerance>
</nonlinear_solver>
</fracture_model> </fracture_model>
<fracture_properties> <fracture_properties>
<material_id>0</material_id> <material_id>0</material_id>
......
...@@ -26,6 +26,10 @@ ...@@ -26,6 +26,10 @@
<cohesion>cohesion</cohesion> <cohesion>cohesion</cohesion>
<penalty_aperture_cutoff>1e-7</penalty_aperture_cutoff> <penalty_aperture_cutoff>1e-7</penalty_aperture_cutoff>
<tension_cutoff>1</tension_cutoff> <tension_cutoff>1</tension_cutoff>
<nonlinear_solver>
<maximum_iterations>1000</maximum_iterations>
<error_tolerance>1e-12</error_tolerance>
</nonlinear_solver>
</fracture_model> </fracture_model>
<fracture_properties> <fracture_properties>
<material_id>1</material_id> <material_id>1</material_id>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment