Stores the spacetime ID in multi-dimensional arrays needed to compute the BSSN variables and constraints
FT 22.11.2020
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(bnslorene), | intent(inout) | :: | this |
bnslorene object which this PROCEDURE is a member of |
||
integer, | intent(in) | :: | nx | |||
integer, | intent(in) | :: | ny | |||
integer, | intent(in) | :: | nz | |||
double precision, | intent(in), | DIMENSION(:,:,:,:) | :: | pos | ||
double precision, | intent(inout), | DIMENSION(:,:,:) | :: | lapse | ||
double precision, | intent(inout), | DIMENSION(:,:,:,:) | :: | shift | ||
double precision, | intent(inout), | DIMENSION(:,:,:,:) | :: | g | ||
double precision, | intent(inout), | DIMENSION(:,:,:,:) | :: | ek |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
double precision, | private | :: | detg | ||||
double precision, | private | :: | detg4 | ||||
double precision, | private, | DIMENSION( :, :, :, : ), ALLOCATABLE | :: | g4 | |||
integer, | private | :: | i | ||||
integer, | private | :: | j | ||||
integer, | private | :: | k |