switch2d_v Interface

public interface switch2d_v

Contents


Module Procedures

private subroutine switch1d_v2d(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_v2d(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_v2d(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