... | @@ -159,9 +159,9 @@ Only used withDamageTestContext <DamageTestOctree> template parameter. |
... | @@ -159,9 +159,9 @@ Only used withDamageTestContext <DamageTestOctree> template parameter. |
|
| `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 executed every **20** iterations |
|
|
| *stress* 20 | `MyExport("*stress*",...)` will be execute every **20** iterations |
|
|
| *stress* 20 | `MyExport("*stress*",...)` will be executed every **20** iterations |
|
|
| *isoCrakDamageFront* 1 | `MyExport("*isoCrakDamageFront*",...)` will be execute every **1** iteration |
|
|
| *isoCrakDamageFront* 1 | `MyExport("*isoCrakDamageFront*",...)` will be executed every **1** iteration |
|
|
| *damage* 5 `}` | `MyExport("*damage*",...)` will be execute every **5** iterations |
|
|
| *damage* 5 `}` | `MyExport("*damage*",...)` will be executed every **5** iterations |
|
|
| `debug_geom` 1 | extra verbose output for debug |
|
|
| `debug_geom` 1 | extra verbose output for debug |
|
|
|
|
|