Searched refs:ISLocalToGlobalMappingRestoreInfo (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/vec/is/is/tests/ |
| H A D | ex5.c | 37 PetscCall(ISLocalToGlobalMappingRestoreInfo(mapping, &nneigh, &neigh, &numneigh, &ineigh)); in main()
|
| /petsc/src/vec/is/utils/ftn-custom/ |
| H A D | zisltogf.c | 43 *ierr = ISLocalToGlobalMappingRestoreInfo(*mapping, size, &sprocs, &snumprocs, &sindices); in islocaltoglobalmappinggetinfo_()
|
| /petsc/src/vec/is/tests/ |
| H A D | ex7.c | 101 PetscCall(ISLocalToGlobalMappingRestoreInfo(ltog, &np, &p, &ns, &ids)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscis.pxi | 88 …PetscErrorCode ISLocalToGlobalMappingRestoreInfo(PetscLGMap, PetscInt*, PetscInt*[], PetscInt*[], …
|
| H A D | IS.pyx | 1436 ISLocalToGlobalMappingRestoreInfo(
|
| /petsc/include/ |
| H A D | petscis.h | 220 PETSC_EXTERN PetscErrorCode ISLocalToGlobalMappingRestoreInfo(ISLocalToGlobalMapping, PetscInt *, P…
|
| /petsc/src/ksp/pc/impls/is/ |
| H A D | pcis.c | 451 …if (pcis->n_neigh > -1) PetscCall(ISLocalToGlobalMappingRestoreInfo(pcis->mapping, &pcis->n_neigh,… in PCISReset()
|
| /petsc/src/vec/is/utils/ |
| H A D | isltog.c | 1489 PetscErrorCode ISLocalToGlobalMappingRestoreInfo(ISLocalToGlobalMapping mapping, PetscInt *nproc, P… in ISLocalToGlobalMappingRestoreInfo() function
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcgraph.c | 426 … PetscCall(ISLocalToGlobalMappingRestoreInfo(graph->l2gmap, &n_neigh, &neigh, &n_shared, &shared)); in PCBDDCGraphComputeConnectedComponents()
|
| H A D | bddcprivate.c | 7818 PetscCall(ISLocalToGlobalMappingRestoreInfo(mapping, &n_neighs, &neighs, &n_shared, &shared)); in PCBDDCMatISGetSubassemblingPattern()
|
| /petsc/src/ksp/ksp/impls/fetidp/ |
| H A D | fetidp.c | 608 PetscCall(ISLocalToGlobalMappingRestoreInfo(l2g, &n_neigh, &neigh, &n_shared, &shared)); in KSPFETIDPSetUpOperators()
|