s_mpi_sendrecv_conservative_variables_buffers Subroutine

public subroutine s_mpi_sendrecv_conservative_variables_buffers(q_cons_vf, mpi_dir, pbc_loc)

The goal of this procedure is to populate the buffers of the cell-average conservative variables by communicating with the neighboring processors. @param q_cons_vf Cell-average conservative variables @param mpi_dir MPI communication coordinate direction @param pbc_loc Processor boundary condition (PBC) location

Arguments

TypeIntentOptionalAttributesName
type(scalar_field), intent(inout), dimension(sys_size):: q_cons_vf
integer, intent(in) :: mpi_dir
integer, intent(in) :: pbc_loc

Calls

proc~~s_mpi_sendrecv_conservative_variables_buffers~~CallsGraph proc~s_mpi_sendrecv_conservative_variables_buffers s_mpi_sendrecv_conservative_variables_buffers mpi_barrier mpi_barrier proc~s_mpi_sendrecv_conservative_variables_buffers->mpi_barrier mpi_sendrecv mpi_sendrecv proc~s_mpi_sendrecv_conservative_variables_buffers->mpi_sendrecv

Called by

proc~~s_mpi_sendrecv_conservative_variables_buffers~~CalledByGraph proc~s_mpi_sendrecv_conservative_variables_buffers s_mpi_sendrecv_conservative_variables_buffers proc~s_populate_variables_buffers s_populate_variables_buffers proc~s_populate_variables_buffers->proc~s_mpi_sendrecv_conservative_variables_buffers

Contents

None