Constructs a particles object from an \(\mathrm{ID}\) binary file
FT 01.03.2022
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(idbase), | intent(inout) | :: | id |
idbase object representing the BNS for which we want to place particles |
||
character(len=*), | intent(inout) | :: | namefile |
Name of the \(\mathrm{ID}\) binary file |
Constructed particles object
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | a | ||||
double precision, | private | :: | det | ||||
double precision, | private | :: | g4(n_sym4x4) | ||||
double precision, | private, | DIMENSION(:), ALLOCATABLE | :: | sq_detg4 | |||
double precision, | private, | DIMENSION(:), ALLOCATABLE | :: | tmp1 | |||
double precision, | private, | DIMENSION(:), ALLOCATABLE | :: | tmp10 | |||
double precision, | private, | DIMENSION(:), ALLOCATABLE | :: | tmp2 | |||
double precision, | private, | DIMENSION(:), ALLOCATABLE | :: | tmp3 | |||
double precision, | private, | DIMENSION(:), ALLOCATABLE | :: | tmp4 | |||
double precision, | private, | DIMENSION(:), ALLOCATABLE | :: | tmp5 | |||
double precision, | private, | DIMENSION(:), ALLOCATABLE | :: | tmp6 | |||
double precision, | private, | DIMENSION(:), ALLOCATABLE | :: | tmp7 | |||
double precision, | private, | DIMENSION(:), ALLOCATABLE | :: | tmp8 | |||
double precision, | private, | DIMENSION(:), ALLOCATABLE | :: | tmp9 | |||
double precision, | private | :: | v_norm |