switch2d_u Interface

public interface switch2d_u

Called by

interface~~switch2d_u~~CalledByGraph interface~switch2d_u switch2d_u proc~groupe_switch_caldyn groupe_switch_caldyn proc~groupe_switch_caldyn->interface~switch2d_u proc~caladvtrac_switch_caldyn caladvtrac_switch_caldyn proc~caladvtrac_switch_caldyn->proc~groupe_switch_caldyn proc~leapfrog_switch_caldyn leapfrog_switch_caldyn proc~leapfrog_switch_caldyn->proc~caladvtrac_switch_caldyn proc~leapfrog_loc leapfrog_loc proc~leapfrog_loc->proc~leapfrog_switch_caldyn program~gcm gcm program~gcm->proc~leapfrog_loc

Contents


Module Procedures

private subroutine switch1d_u2d(field, old_dist, new_dist, up, down)

Arguments

Type IntentOptional Attributes Name
real, POINTER :: field(:,:)
type(distrib), intent(in) :: old_dist
type(distrib), intent(in) :: new_dist
integer, intent(in), optional :: up
integer, intent(in), optional :: down

private subroutine switch2d_u2d(field, old_dist, new_dist, up, down)

Arguments

Type IntentOptional Attributes Name
real, POINTER :: field(:,:,:)
type(distrib), intent(in) :: old_dist
type(distrib), intent(in) :: new_dist
integer, intent(in), optional :: up
integer, intent(in), optional :: down

private subroutine switch3d_u2d(field, old_dist, new_dist, up, down)

Arguments

Type IntentOptional Attributes Name
real, POINTER :: field(:,:,:,:)
type(distrib), intent(in) :: old_dist
type(distrib), intent(in) :: new_dist
integer, intent(in), optional :: up
integer, intent(in), optional :: down