A routine to dump global informations into the mesh header in lua format
Provide a version string, for the file format
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_global_type), | intent(in) | :: | me | global type to be dumped |
||
| logical, | intent(in), | optional | :: | root_only | root dump global mesh when true and all process dump its own mesh when false |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=300), | private | :: | headname | ||||
| integer, | private | :: | version | ||||
| integer, | private | :: | i | ||||
| type(aot_out_type), | private | :: | conf | ||||
| integer, | private | :: | locroot | ||||
| logical, | private | :: | root_out |