Write element information to disk
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_stencilElement_type), | intent(in) | :: | me | stencil element to be dumped |
||
| integer, | intent(in) | :: | nUnit | unit to dump to |
||
| integer(kind=long_k), | intent(in), | optional | allocatable | :: | neighID(:) | neighbor ID |
| logical, | intent(in), | optional | :: | tIDonly | only use tree IDs |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | iVal | ||||
| logical, | private | :: | tIDonly_loc | ||||
| integer(kind=long_k), | private | :: | treeIDs(me%QQN) |