Register_SwapField_u Interface

public interface Register_SwapField_u

Calls

interface~~register_swapfield_u~~CallsGraph interface~register_swapfield_u Register_SwapField_u proc~register_swapfield1d_u Register_SwapField1d_u interface~register_swapfield_u->proc~register_swapfield1d_u proc~register_swapfield1d_u_bis Register_SwapField1d_u_bis interface~register_swapfield_u->proc~register_swapfield1d_u_bis proc~register_swapfield3d_u Register_SwapField3d_u interface~register_swapfield_u->proc~register_swapfield3d_u proc~register_swapfield2d_u1d_bis Register_SwapField2d_u1d_bis interface~register_swapfield_u->proc~register_swapfield2d_u1d_bis proc~register_swapfield2d_u1d Register_SwapField2d_u1d interface~register_swapfield_u->proc~register_swapfield2d_u1d proc~register_swapfield3d_u_bis Register_SwapField3d_u_bis interface~register_swapfield_u->proc~register_swapfield3d_u_bis proc~register_swapfield_gen_u Register_SwapField_gen_u proc~register_swapfield1d_u->proc~register_swapfield_gen_u proc~register_swapfield1d_u_bis->proc~register_swapfield_gen_u proc~register_swapfield3d_u->proc~register_swapfield_gen_u proc~register_swapfield2d_u1d_bis->proc~register_swapfield_gen_u proc~register_swapfield2d_u1d->proc~register_swapfield_gen_u proc~register_swapfield3d_u_bis->proc~register_swapfield_gen_u proc~register_sendfield Register_SendField proc~register_swapfield_gen_u->proc~register_sendfield proc~register_recvfield Register_RecvField proc~register_swapfield_gen_u->proc~register_recvfield proc~new_hallo New_Hallo proc~register_sendfield->proc~new_hallo proc~register_recvfield->proc~new_hallo

Called by

interface~~register_swapfield_u~~CalledByGraph interface~register_swapfield_u Register_SwapField_u proc~caladvtrac_loc caladvtrac_loc proc~caladvtrac_loc->interface~register_swapfield_u proc~call_dissip call_dissip proc~call_dissip->interface~register_swapfield_u proc~call_calfis call_calfis proc~call_calfis->interface~register_swapfield_u proc~leapfrog_loc leapfrog_loc proc~leapfrog_loc->proc~caladvtrac_loc proc~leapfrog_loc->proc~call_dissip proc~leapfrog_loc->proc~call_calfis program~gcm gcm program~gcm->proc~leapfrog_loc

Contents


Module Procedures

public subroutine Register_SwapField1d_u(FieldS, FieldR, new_dist, a_request, up, down)

Arguments

Type IntentOptional Attributes Name
real, intent(in), DIMENSION(current_dist%ijb_u:) :: FieldS
real, intent(out), DIMENSION(new_dist%ijb_u:) :: FieldR
type(distrib), intent(in) :: new_dist
type(request), intent(inout) :: a_request
integer, intent(in), optional :: up
integer, intent(in), optional :: down

public subroutine Register_SwapField2d_u1d(FieldS, FieldR, new_dist, a_request, up, down)

Arguments

Type IntentOptional Attributes Name
real, intent(in), DIMENSION(current_dist%ijb_u:,:) :: FieldS
real, intent(out), DIMENSION(new_dist%ijb_u:,:) :: FieldR
type(distrib), intent(in) :: new_dist
type(request), intent(inout) :: a_request
integer, intent(in), optional :: up
integer, intent(in), optional :: down

public subroutine Register_SwapField3d_u(FieldS, FieldR, new_dist, a_request, up, down)

Arguments

Type IntentOptional Attributes Name
real, intent(in), DIMENSION(current_dist%ijb_u:,:,:) :: FieldS
real, intent(out), DIMENSION(new_dist%ijb_u:,:,:) :: FieldR
type(distrib), intent(in) :: new_dist
type(request), intent(inout) :: a_request
integer, intent(in), optional :: up
integer, intent(in), optional :: down

public subroutine Register_SwapField1d_u_bis(FieldS, FieldR, new_dist, a_request, old_dist, up, down)

Arguments

Type IntentOptional Attributes Name
real, intent(in), DIMENSION(old_dist%ijb_u:) :: FieldS
real, intent(out), DIMENSION(new_dist%ijb_u:) :: FieldR
type(distrib), intent(in) :: new_dist
type(request), intent(inout) :: a_request
type(distrib), intent(in) :: old_dist
integer, intent(in), optional :: up
integer, intent(in), optional :: down

public subroutine Register_SwapField2d_u1d_bis(FieldS, FieldR, new_dist, a_request, old_dist, up, down)

Arguments

Type IntentOptional Attributes Name
real, intent(in), DIMENSION(old_dist%ijb_u:,:) :: FieldS
real, intent(out), DIMENSION(new_dist%ijb_u:,:) :: FieldR
type(distrib), intent(in) :: new_dist
type(request), intent(inout) :: a_request
type(distrib), intent(in) :: old_dist
integer, intent(in), optional :: up
integer, intent(in), optional :: down

public subroutine Register_SwapField3d_u_bis(FieldS, FieldR, new_dist, a_request, old_dist, up, down)

Arguments

Type IntentOptional Attributes Name
real, intent(in), DIMENSION(old_dist%ijb_u:,:,:) :: FieldS
real, intent(out), DIMENSION(new_dist%ijb_u:,:,:) :: FieldR
type(distrib), intent(in) :: new_dist
type(request), intent(inout) :: a_request
type(distrib), intent(in) :: old_dist
integer, intent(in), optional :: up
integer, intent(in), optional :: down