Compute the \(\mathrm{SPH}\) variables from the \(\mathrm{ID}\), and print them to a binary file to be read by \(\texttt{SPHINCS_BSSN}\), and to a formatted file
FT 18.09.2020
| 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 |
Name of the formatted file where the SPH ID is printed to |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer, | private | :: | a | ||||
| integer, | private, | SAVE | :: | call_flag | = | 0 | |
| logical, | private, | parameter | :: | debug | = | .FALSE. | |
| double precision, | private | :: | det | ||||
| character(len=:), | private, | ALLOCATABLE | :: | finalnamefile | |||
| type(timer), | private | :: | find_h_bruteforce_timer | ||||
| double precision, | private | :: | g4(n_sym4x4) | ||||
| integer, | private | :: | i_matter | ||||
| integer, | private | :: | n_problematic_h | ||||
| logical, | private | :: | tabu_eos |