Searched refs:nonlocal (Results 1 – 4 of 4) sorted by relevance
55 …PetscInt *total, *nonlocal; /* local representation of ALL indices across the comm… member
1055 PetscCall(PetscFree((*is)->nonlocal)); in ISDestroy()1485 PetscCall(PetscMalloc1(N - n, &is->nonlocal)); in ISGetNonlocalIndices()1486 PetscCall(PetscArraycpy(is->nonlocal, is->total, is->local_offset)); in ISGetNonlocalIndices()1487 …PetscCall(PetscArraycpy(is->nonlocal + is->local_offset, is->total + is->local_offset + n, N - is-… in ISGetNonlocalIndices()1488 *indices = is->nonlocal; in ISGetNonlocalIndices()1511 …PetscCheck(is->nonlocal == *indices, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Index array pointer be… in ISRestoreNonlocalIndices()
940 nonlocal subheading1050 nonlocal subheading
107 when communication of nonlocal data is needed before certain local336 to perform any needed message passing of nonlocal components. In order