Lines Matching refs:cindices
7576 …ndices, const PetscInt rindices[], PetscInt numCIndices, const PetscInt cindices[], const PetscSca… in DMPlexPrintMatSetValues() argument
7585 …ntf(viewer, "[%d]mat col indices[%" PetscInt_FMT "] = %" PetscInt_FMT "\n", rank, i, cindices[i])); in DMPlexPrintMatSetValues()
8560 PetscInt *findices, *cindices; in DMPlexMatSetClosureRefined() local
8659 PetscCall(DMGetWorkArray(dmc, numCIndices, MPIU_INT, &cindices)); in DMPlexMatSetClosureRefined()
8674 …lobalOff < 0 ? -(globalOff + 1) : globalOff, coffsets, PETSC_FALSE, permsC, p, cclperm, cindices)); in DMPlexMatSetClosureRefined()
8696 …2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff, &off, PETSC_FALSE, perm, cclperm, cindices)); in DMPlexMatSetClosureRefined()
8701 …tValues(PETSC_VIEWER_STDOUT_SELF, A, point, numFIndices, findices, numCIndices, cindices, values)); in DMPlexMatSetClosureRefined()
8704 ierr = MatSetValues(A, numFIndices, findices, numCIndices, cindices, values, mode); in DMPlexMatSetClosureRefined()
8710 …tValues(PETSC_VIEWER_STDERR_SELF, A, point, numFIndices, findices, numCIndices, cindices, values)); in DMPlexMatSetClosureRefined()
8712 PetscCall(DMRestoreWorkArray(dmc, numCIndices, MPIU_INT, &cindices)); in DMPlexMatSetClosureRefined()
8717 PetscCall(DMRestoreWorkArray(dmc, numCIndices, MPIU_INT, &cindices)); in DMPlexMatSetClosureRefined()
8721 …Section csection, PetscSection globalCSection, PetscInt point, PetscInt cindices[], PetscInt findi… in DMPlexMatGetClosureIndicesRefined() argument
8832 …lobalOff < 0 ? -(globalOff + 1) : globalOff, coffsets, PETSC_FALSE, permsC, p, cclperm, cindices)); in DMPlexMatGetClosureIndicesRefined()
8854 …2 * p], globalOff < 0 ? -(globalOff + 1) : globalOff, &off, PETSC_FALSE, perm, cclperm, cindices)); in DMPlexMatGetClosureIndicesRefined()