Home
last modified time | relevance | path

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

/petsc/src/dm/impls/network/
H A Dnetworkview.c215 PetscCall(ISGetTotalIndices(network->vieweroptions.viewranks, &viewranks)); in DMView_Network_Matplotlib()
/petsc/include/
H A Dpetscis.h85 PETSC_EXTERN PetscErrorCode ISGetTotalIndices(IS, const PetscInt *[]);
/petsc/src/vec/is/is/interface/
H A Dindex.c1401 PetscErrorCode ISGetTotalIndices(IS is, const PetscInt *indices[]) in ISGetTotalIndices() function