get_Efield Module Procedure

module procedure get_Efield module subroutine get_Efield(path, flagdirich, E0xp, E0yp, Vminx1p, Vmaxx1p, Vminx2pslice, Vmaxx2pslice, Vminx3pslice, Vmaxx3pslice)

"Operating system error: Cannot allocate memory Memory allocation failed"

background fields and top/bottom boundary conditions these only used for 3D simulations

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: path
integer, intent(out) :: flagdirich
real(kind=wp), intent(out), dimension(:,:):: E0xp
real(kind=wp), intent(out), dimension(:,:):: E0yp
real(kind=wp), intent(out), dimension(:,:):: Vminx1p
real(kind=wp), intent(out), dimension(:,:):: Vmaxx1p
real(kind=wp), intent(out), dimension(:):: Vminx2pslice
real(kind=wp), intent(out), dimension(:):: Vmaxx2pslice
real(kind=wp), intent(out), dimension(:):: Vminx3pslice
real(kind=wp), intent(out), dimension(:):: Vmaxx3pslice

Called by

proc~~get_efield~~CalledByGraph proc~get_efield get_Efield interface~get_efield get_Efield interface~get_efield->proc~get_efield

Contents

None