env_bds Subroutine

public subroutine env_bds(ef, ptrght, ptlft, init_ic, end_ic)

Boundary conditions for the envelope field. Empirically set to be continuous with continuous first derivative.

Arguments

Type IntentOptional AttributesName
real(kind=dp), intent(inout) :: ef(:,:,:,:)
integer, intent(in) :: ptrght
integer, intent(in) :: ptlft
integer, intent(in), optional :: init_ic
integer, intent(in), optional :: end_ic

Calls

proc~~env_bds~~CallsGraph proc~env_bds env_bds loc_yg loc_yg proc~env_bds->loc_yg loc_zg loc_zg proc~env_bds->loc_zg

Called by

proc~~env_bds~~CalledByGraph proc~env_bds env_bds proc~advance_lpf_envelope advance_lpf_envelope proc~advance_lpf_envelope->proc~env_bds proc~env_lpf2_evolve env_lpf2_evolve proc~env_lpf2_evolve->proc~advance_lpf_envelope proc~env_run env_run proc~env_run->proc~env_lpf2_evolve proc~env_cycle Env_cycle proc~env_cycle->proc~env_run program~aladyn aladyn program~aladyn->proc~env_cycle

Contents

None