... | ... | @@ -158,7 +158,7 @@ Only used withDamageTestContext <DamageTestOctree> template parameter. |
|
|
| `load_factor_out` = 1 | **1**: fields are ouput by taken into account the load factor. **0** fields are output for the load given in the **main.dat** file |
|
|
|
| `output_name` = output | screen output will be output in the file **output.txt** |
|
|
|
| `export_manager` = { | Use to export fields declared by `MyExport(...)` commands in the c++ files |
|
|
|
| displacement 20 | `MyExport("displacement",...)` will be execute every **20** iterations. Synthax **5+23** means every **5** itérations after iteration **23** is reached (then, the first is **25**) |
|
|
|
| *displacement* 20 | `MyExport("displacement",...)` will be execute every **20** iterations. Synthax **5+23** means every **5** itérations after iteration **23** is reached (then, the first is **25**) |
|
|
|
| *strain* 20 | `MyExport("*strain*",...)` will be execute every **20** iterations |
|
|
|
| *stress* 20 | `MyExport("*stress*",...)` will be execute every **20** iterations |
|
|
|
| *isoCrakDamageFront* 1 | `MyExport("*isoCrakDamageFront*",...)` will be execute every **1** iteration |
|
... | ... | |