potentialBCs2D Subroutine

public subroutine potentialBCs2D(t, x, Vminx1, Vmaxx1, Vminx2, Vmaxx2, Vminx3, Vmaxx3, E01all, E02all, E03all, flagdirich)

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in) :: t
type(curvmesh), intent(in) :: x
real(kind=wp), intent(out), dimension(:,:), target:: Vminx1
real(kind=wp), intent(out), dimension(:,:), target:: Vmaxx1
real(kind=wp), intent(out), dimension(:,:):: Vminx2
real(kind=wp), intent(out), dimension(:,:):: Vmaxx2
real(kind=wp), intent(out), dimension(:,:):: Vminx3
real(kind=wp), intent(out), dimension(:,:):: Vmaxx3
real(kind=wp), intent(out), dimension(:,:,:):: E01all
real(kind=wp), intent(out), dimension(:,:,:):: E02all
real(kind=wp), intent(out), dimension(:,:,:):: E03all
integer, intent(out) :: flagdirich

Called by

proc~~potentialbcs2d~~CalledByGraph proc~potentialbcs2d potentialBCs2D proc~potential_root_mpi_curv potential_root_mpi_curv proc~potential_root_mpi_curv->proc~potentialbcs2d interface~potential_root_mpi_curv potential_root_mpi_curv interface~potential_root_mpi_curv->proc~potential_root_mpi_curv interface~potential_root_mpi potential_root_mpi interface~potential_root_mpi->interface~potential_root_mpi_curv proc~electrodynamics_curv electrodynamics_curv proc~electrodynamics_curv->interface~potential_root_mpi interface~electrodynamics electrodynamics interface~electrodynamics->proc~electrodynamics_curv program~gemini3d Gemini3D program~gemini3d->interface~electrodynamics

Contents

None