div3D_curv_23 Module Procedure

module procedure div3D_curv_23 module function div3D_curv_23(f1, f2, f3, x, lbnd1, ubnd1, lbnd2, ubnd2, lbnd3, ubnd3)

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in), dimension(:,:,:):: f1

regardless of what has been passed into the function here, we assume these start at 1

real(kind=wp), intent(in), dimension(:,:,:):: f2

regardless of what has been passed into the function here, we assume these start at 1

real(kind=wp), intent(in), dimension(:,:,:):: f3

regardless of what has been passed into the function here, we assume these start at 1

type(curvmesh), intent(in) :: x
integer, intent(in) :: lbnd1
integer, intent(in) :: ubnd1
integer, intent(in) :: lbnd2
integer, intent(in) :: ubnd2
integer, intent(in) :: lbnd3
integer, intent(in) :: ubnd3

Return Value real(kind=wp), dimension(1:size(f1,1),1:size(f1,2),1:size(f1,3))


Called by

proc~~div3d_curv_23~~CalledByGraph proc~div3d_curv_23 div3D_curv_23 interface~div3d_curv_23 div3D_curv_23 interface~div3d_curv_23->proc~div3d_curv_23 interface~div3d div3D interface~div3d->interface~div3d_curv_23 proc~potential_root_mpi_curv potential_root_mpi_curv proc~potential_root_mpi_curv->interface~div3d proc~potential_workers_mpi potential_workers_mpi proc~potential_workers_mpi->interface~div3d proc~fluid_adv fluid_adv proc~fluid_adv->interface~div3d interface~potential_workers_mpi potential_workers_mpi interface~potential_workers_mpi->proc~potential_workers_mpi 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_workers_mpi proc~electrodynamics_curv->interface~potential_root_mpi interface~electrodynamics electrodynamics interface~electrodynamics->proc~electrodynamics_curv program~gemini3d Gemini3D program~gemini3d->interface~electrodynamics

Contents

None