... | @@ -8,8 +8,8 @@ damageinfo.dat is read by DamageInfoParser.h |
... | @@ -8,8 +8,8 @@ damageinfo.dat is read by DamageInfoParser.h |
|
|
|
|
|
| **command**| **description**|
|
|
| **command**| **description**|
|
|
|:------------------------------------------------|:-------------------------------|
|
|
|:------------------------------------------------|:-------------------------------|
|
|
| initial_defect_width = 0.2 | ratio of `lc`. Here, the initial defect will be **0.2** times the characteristic length `lc` of the material. |
|
|
| `initial_defect_width` = 0.2 | ratio of **lc**. Here, the initial defect will be **0.2** times the characteristic length **lc** of the material. |
|
|
| restart_file = ls_control_timestep_0730.bin | (no warranty on the restart procedure) |
|
|
| `restart_file` = ls_control_timestep_0730.bin | (no warranty on the restart procedure) |
|
|
|
|
|
|
|
|
|
|
|
|
|
... | @@ -20,12 +20,12 @@ damageinfo.dat is read by DamageInfoParser.h |
... | @@ -20,12 +20,12 @@ damageinfo.dat is read by DamageInfoParser.h |
|
|
|
|
|
| **command**| **description**|
|
|
| **command**| **description**|
|
|
|:------------------------------------------------|:-------------------------------|
|
|
|:------------------------------------------------|:-------------------------------|
|
|
| main_debug = 0 | **1** for verbose output, else **0** . |
|
|
| `main_debug` = 0 | **1** for verbose output, else **0** . |
|
|
| max_number_iterations = 200 | maximum number of iteration for crack propagation.|
|
|
| `max_number_iterations` = 200 | maximum number of iteration for crack propagation.|
|
|
| maximum_elastic_nl_iteration = 20 | maximum number of iteration for Newton-Raphson solver. |
|
|
| `maximum_elastic_nl_iteration` = 20 | maximum number of iteration for Newton-Raphson solver. |
|
|
| residual_threshold = 1.e-5 | maximum residual for Newton-Raphson solver. |
|
|
| `residual_threshold` = 1.e-5 | maximum residual for Newton-Raphson solver. |
|
|
| update_tangent_mat_freq = 5 | ... |
|
|
| `update_tangent_mat_freq` = 5 | ... |
|
|
| number_of_thread = 4 | ... |
|
|
| `number_of_thread` = 4 | ... |
|
|
| elastic_solver_verbose = 0 | **1** for verbose prints for MUMPS solver|
|
|
| elastic_solver_verbose = 0 | **1** for verbose prints for MUMPS solver|
|
|
| velocity_solver_verbose = 0 | **1** for verbose prints for MUMPS solver|
|
|
| velocity_solver_verbose = 0 | **1** for verbose prints for MUMPS solver|
|
|
| elastic_solver_condn = 0 | matrix conditionning for SuperLU solver |
|
|
| elastic_solver_condn = 0 | matrix conditionning for SuperLU solver |
|
... | | ... | |