Read the \(\mathrm{SPH}\) \(\mathrm{ID}\) from the binary file output by write_SPHINCS_dump, and print it to a formatted file
FT 12.02.2021
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(particles), | intent(inout) | :: | this |
particles object which this PROCEDURE is a member of |
||
| character(len=*), | intent(inout), | optional | :: | namefile_bin |
Name of the binary file to be read |
|
| character(len=*), | intent(inout), | optional | :: | namefile |
Name of the formatted file to be printed |
|
| logical, | intent(in), | optional | :: | save_data |
If |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | a | ||||
| logical, | private | :: | exist | ||||
| logical, | private | :: | final_save_data | ||||
| character(len=:), | private, | ALLOCATABLE | :: | finalnamefile | |||
| integer, | private, | parameter | :: | max_npart | = | 5.D+7 |