Searched refs:lrmap (Results 1 – 1 of 1) sorted by relevance
1620 ISLocalToGlobalMapping lrmap, lcmap; in MatISSetAllowRepeated_IS() local1639 PetscCall(MatGetLocalToGlobalMapping(nA, &lrmap, &lcmap)); in MatISSetAllowRepeated_IS()1640 if (!lrmap && !lcmap) { in MatISSetAllowRepeated_IS()1646 if (lrmap == lcmap) { in MatISSetAllowRepeated_IS()1652 …if (lrmap) PetscCall(MatCreateFromISLocalToGlobalMapping(lrmap, nA, PETSC_FALSE, PETSC_TRUE, NULL,… in MatISSetAllowRepeated_IS()