Write a given mesh to disk. it is stored to the directory given in the tem_global_type.
Dump treelmesh_type%global to header.lua Dump treeID and propertyBits to elemlist.lsb (little endian environments) or elemlist.msb (big endian environments)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(treelmesh_type), | intent(inout) | :: | me | Mesh to dump to disk |
||
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 | |||
---|---|---|---|---|---|---|---|
integer(kind=long_k), | private, | allocatable | :: | buffer(:) | |||
integer, | private | :: | fh | ||||
integer, | private | :: | etype | ||||
integer, | private | :: | ftype | ||||
integer, | private | :: | iostatus(MPI_STATUS_SIZE) | ||||
integer, | private | :: | iElem | ||||
integer, | private | :: | iError | ||||
integer, | private | :: | typesize | ||||
logical, | private | :: | root_not_participating | ||||
character(len=300), | private | :: | ElemFileName | ||||
character(len=4), | private | :: | EndianSuffix | ||||
integer(kind=long_k), | private | :: | file_offset | ||||
integer(kind=MPI_OFFSET_KIND), | private | :: | displacement |