... | ... | @@ -156,7 +156,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. |
|
|
|
| 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 | ... |
|
|
|
| output_name = output | screen output will be output in the file **output.txt** |
|
|
|
| export_manager = { | Use to export fields descripted in `MyExport(...)` commands in the c++ library |
|
|
|
| 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 |
|
... | ... | |