Home
last modified time | relevance | path

Searched refs:len_loc (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/network/
H A Dnetworkcreate.c82 PetscInt i, e, v, eStart, eEnd, vStart, vEnd, offset, nvar, len_loc, k; in VecView_Network_MPI() local
102 PetscCall(VecGetLocalSize(localX, &len_loc)); in VecView_Network_MPI()
106 len_loc += 2 * (1 + eEnd - eStart + vEnd - vStart); in VecView_Network_MPI()
109 PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &len_loc, 1, MPIU_INT, MPI_MAX, comm)); in VecView_Network_MPI()
110 PetscCall(PetscMPIIntCast(len_loc, &len)); in VecView_Network_MPI()