Read the gravity grid parameters, computes gravity grid coordinates, imports the spacetime ID on the gravity grid, and performs some checks on it.
FT 22.10.2020 Last updated: FT 05.07.2022
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(tpo), | intent(inout) | :: | tpof | |||
class(idbase), | intent(inout) | :: | id | |||
double precision, | intent(in), | optional | :: | dx | ||
double precision, | intent(in), | optional | :: | dy | ||
double precision, | intent(in), | optional | :: | dz |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
double precision, | private | :: | detg | ||||
integer, | private | :: | i | ||||
integer, | private | :: | i_matter | ||||
integer, | private | :: | j | ||||
integer, | private | :: | k | ||||
integer, | private | :: | l | ||||
double precision, | private, | DIMENSION(id% get_n_matter(),6) | :: | sizes | |||
double precision, | private, | DIMENSION(6) | :: | system_size | |||
integer, | private, | SAVE | :: | tpo_id_number | = | -1 |
Negative integer that identifies the tpo object |