... | @@ -157,7 +157,7 @@ Only used withDamageTestContext <DamageTestOctree> template parameter. |
... | @@ -157,7 +157,7 @@ Only used withDamageTestContext <DamageTestOctree> template parameter. |
|
| `full_elastic_out` = 0 | **0**: export mesh without the full-damaged zone (**d=1**). **1**: the zone where **d=1** is meshed for output. |
|
|
| `full_elastic_out` = 0 | **0**: export mesh without the full-damaged zone (**d=1**). **1**: the zone where **d=1** is meshed for output. |
|
|
| `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 |
|
|
| `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** |
|
|
| `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 |
|
|
| `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 |
|
|
| *strain* 20 | `MyExport("*strain*",...)` will be execute every **20** iterations |
|
|
| *stress* 20 | `MyExport("*stress*",...)` will be execute every **20** iterations |
|
|
| *stress* 20 | `MyExport("*stress*",...)` will be execute every **20** iterations |
|
... | | ... | |