read_id_spacetime Module Procedure

module procedure read_id_spacetime module subroutine read_id_spacetime(this, nx, ny, nz, pos, lapse, shift, g, ek)

Uses

    • tensor
  • proc~~read_id_spacetime~2~~UsesGraph proc~read_id_spacetime~2 read_id_spacetime tensor tensor proc~read_id_spacetime~2->tensor

Stores the spacetime ID in multi-dimensional arrays needed to compute the BSSN variables and constraints

FT 22.11.2020


Arguments

Type IntentOptional Attributes Name
class(diffstarlorene), intent(inout) :: this

diffstarlorene 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

Calls

proc~~read_id_spacetime~2~~CallsGraph proc~read_id_spacetime~2 read_id_spacetime interface~get_diffstar_spacetime get_diffstar_spacetime proc~read_id_spacetime~2->interface~get_diffstar_spacetime proc~compute_g4 compute_g4 proc~read_id_spacetime~2->proc~compute_g4 proc~determinant_sym4x4 determinant_sym4x4 proc~read_id_spacetime~2->proc~determinant_sym4x4

Called by

proc~~read_id_spacetime~2~~CalledByGraph proc~read_id_spacetime~2 read_id_spacetime interface~read_id_spacetime~2 read_id_spacetime interface~read_id_spacetime~2->proc~read_id_spacetime~2

Contents


Variables

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