Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Disimpl.h55 …PetscInt *total, *nonlocal; /* local representation of ALL indices across the comm… member
/petsc/src/vec/is/is/interface/
H A Dindex.c1055 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()
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section_base.py940 nonlocal subheading
1050 nonlocal subheading
/petsc/doc/manual/
H A Dvec.md107 when communication of nonlocal data is needed before certain local
336 to perform any needed message passing of nonlocal components. In order