Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunethwarna committed Apr 19, 2024
1 parent 7af153a commit 83bc03a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"echo_level": 0,
"line_search": {
"type": "const_step",
"init_step": 1e+8,
"init_step": 0.01,
"gradient_scaling": "inf_norm"
},
"conv_settings": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Variables": {
"THICKNESS": 0.25,
"DENSITY": 1.0,
"YOUNG_MODULUS": 30000000000.0,
"YOUNG_MODULUS": 10000000000.0,
"POISSON_RATIO": 0.29
},
"Tables": {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
# --------------- Initial values ----------------
# algorithm:
# damage_response:
# initial_value: 2.656338221e-06
# initial_value: 7.924977798e-04
# ------------ End of initial values ------------
# -----------------------------------------------
# ------------ Start of step values -------------
# Headers:
# STEP, algorithm:std_obj_value, algorithm:rel_obj[%], algorithm:abs_obj[%], damage_response:value
0, 2.656338221e-06, 0.000000000e+00, 0.000000000e+00, 2.656338221e-06
1, 2.656338221e-06, 0.000000000e+00, 0.000000000e+00, 2.656338221e-06
2, 2.656338221e-06, 0.000000000e+00, 0.000000000e+00, 2.656338221e-06
3, 2.656338221e-06, 0.000000000e+00, 0.000000000e+00, 2.656338221e-06
4, 2.656338221e-06, 0.000000000e+00, 0.000000000e+00, 2.656338221e-06
5, 2.656338221e-06, 0.000000000e+00, 0.000000000e+00, 2.656338221e-06
0, 7.924977798e-04, 0.000000000e+00, 0.000000000e+00, 7.924977798e-04
1, 7.578660731e-04, -4.369943684e+00, -4.369943684e+00, 7.578660731e-04
2, 7.244679939e-04, -4.406857674e+00, -8.584224159e+00, 7.244679939e-04
3, 6.922659748e-04, -4.444919496e+00, -1.264758180e+01, 6.922659748e-04
4, 6.612241594e-04, -4.484087994e+00, -1.656454110e+01, 6.612241594e-04
5, 6.313082950e-04, -4.524315075e+00, -2.033942414e+01, 6.313082950e-04
# End of file

0 comments on commit 83bc03a

Please sign in to comment.