Print the \(\mathrm{BSSNOK}\) \(\mathrm{ID}\), computed on the gravity grid, to a formatted file
FT 26.10.2020
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(bssn), | intent(inout) | :: | this |
bssn object to which this PROCEDURE is bound |
||
double precision, | intent(in), | optional, | DIMENSION(:,:,:,:) | :: | points | |
character(len=*), | intent(inout), | optional | :: | namefile |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | private | :: | exist | ||||
character(len=:), | private, | ALLOCATABLE | :: | finalnamefile | |||
integer, | private | :: | i | ||||
integer, | private | :: | j | ||||
integer, | private | :: | k | ||||
integer, | private | :: | l | ||||
double precision, | private | :: | min_abs_y | ||||
double precision, | private | :: | min_abs_z | ||||
integer, | private | :: | min_ix_y | ||||
integer, | private | :: | min_ix_z | ||||
integer, | private | :: | min_iy_y | ||||
integer, | private | :: | min_iy_z | ||||
integer, | private | :: | min_iz_y | ||||
integer, | private | :: | min_iz_z |