Lines Matching refs:numCIndices

7576 …scInt point, PetscInt numRIndices, const PetscInt rindices[], PetscInt numCIndices, const PetscInt…  in DMPlexPrintMatSetValues()  argument
7585 …for (i = 0; i < numCIndices; i++) PetscCall(PetscViewerASCIIPrintf(viewer, "[%d]mat col indices[%"… in DMPlexPrintMatSetValues()
7586 numCIndices = numCIndices ? numCIndices : numRIndices; in DMPlexPrintMatSetValues()
7590 for (j = 0; j < numCIndices; j++) { in DMPlexPrintMatSetValues()
7592 …%g,%g)", (double)PetscRealPart(values[i * numCIndices + j]), (double)PetscImaginaryPart(values[i *… in DMPlexPrintMatSetValues()
7594 PetscCall(PetscViewerASCIIPrintf(viewer, " %g", (double)values[i * numCIndices + j])); in DMPlexPrintMatSetValues()
8564 …mFields, numSubcells, maxFPoints, numFPoints, numCPoints, numFIndices, numCIndices, dof, off, glob… in DMPlexMatSetClosureRefined() local
8597 for (p = 0, numCIndices = 0; p < numCPoints * 2; p += 2) { in DMPlexMatSetClosureRefined()
8606 numCIndices += dof; in DMPlexMatSetClosureRefined()
8657numCIndices, PetscObjectComm((PetscObject)dmc), PETSC_ERR_PLIB, "Invalid size for closure %" Petsc… in DMPlexMatSetClosureRefined()
8659 PetscCall(DMGetWorkArray(dmc, numCIndices, MPIU_INT, &cindices)); in DMPlexMatSetClosureRefined()
8701 …atSetValues(PETSC_VIEWER_STDOUT_SELF, A, point, numFIndices, findices, numCIndices, cindices, valu… in DMPlexMatSetClosureRefined()
8704 ierr = MatSetValues(A, numFIndices, findices, numCIndices, cindices, values, mode); in DMPlexMatSetClosureRefined()
8710 …atSetValues(PETSC_VIEWER_STDERR_SELF, A, point, numFIndices, findices, numCIndices, cindices, valu… in DMPlexMatSetClosureRefined()
8712 PetscCall(DMRestoreWorkArray(dmc, numCIndices, MPIU_INT, &cindices)); in DMPlexMatSetClosureRefined()
8717 PetscCall(DMRestoreWorkArray(dmc, numCIndices, MPIU_INT, &cindices)); in DMPlexMatSetClosureRefined()
8728 …mFields, numSubcells, maxFPoints, numFPoints, numCPoints, numFIndices, numCIndices, dof, off, glob… in DMPlexMatGetClosureIndicesRefined() local
8757 for (p = 0, numCIndices = 0; p < numCPoints * 2; p += 2) { in DMPlexMatGetClosureIndicesRefined()
8766 numCIndices += dof; in DMPlexMatGetClosureIndicesRefined()
8817numCIndices, PetscObjectComm((PetscObject)dmc), PETSC_ERR_PLIB, "Invalid size for closure %" Petsc… in DMPlexMatGetClosureIndicesRefined()