load bc qVal header from lua file, qVal from qVal.lsb
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(tem_BC_prop_type), | intent(inout) | :: | me | Boundary condition construct to load the data into |
||
| integer(kind=long_k), | intent(in) | :: | offset | Offset of the local set of elements in the global list |
||
| integer, | intent(in) | :: | nElems | Local number of elements that have qVal |
||
| character(len=*), | intent(in) | :: | basename | Name of the file, the data is stored in, will be appended with ".lua" for the header information and ".lsb" or ".msb" for the binary data. |
||
| integer, | intent(in) | :: | myPart | Partition to load |
||
| integer, | intent(in) | :: | comm | Communicator to use |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(flu_State), | private | :: | conf | ||||
| integer, | private | :: | i | ||||
| integer, | private | :: | root | ||||
| integer, | private | :: | qvalcomm | ||||
| integer, | private | :: | color | ||||
| integer, | private | :: | iError | ||||
| logical, | private | :: | participant | ||||
| character(len=4), | private | :: | EndianSuffix | ||||
| character(len=256), | private | :: | headerfile | ||||
| character(len=256), | private | :: | datafile | ||||
| integer, | private | :: | thandle | ||||
| real(kind=rk), | private, | allocatable | :: | buffer(:) | |||
| integer(kind=MPI_OFFSET_KIND), | private | :: | displacement | ||||
| integer, | private | :: | fh | ||||
| integer, | private | :: | etype | ||||
| integer, | private | :: | ftype | ||||
| integer, | private | :: | iostatus(MPI_STATUS_SIZE) | ||||
| integer, | private | :: | typesize |