Searched refs:idx_I_global (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/is/ |
| H A D | pcis.c | 156 PetscInt *idx_I_local, *idx_B_local, *idx_I_global, *idx_B_global, *count; in PCISSetUp() local 183 idx_I_global = PetscSafePointerPlusOffset(idx_B_local, pcis->n_B); in PCISSetUp() 185 PetscCall(ISLocalToGlobalMappingApply(pcis->mapping, n_I, idx_I_local, idx_I_global)); in PCISSetUp() 191 …PetscCall(ISCreateGeneral(PetscObjectComm((PetscObject)pc), n_I, idx_I_global, PETSC_COPY_VALUES, … in PCISSetUp()
|