Lines Matching refs:numFIndices

8564 …PetscInt        numFields, numSubcells, maxFPoints, numFPoints, numCPoints, numFIndices, numCIndic…  in DMPlexMatSetClosureRefined()  local
8643 for (p = 0, numFIndices = 0; p < numFPoints * 2; p += 2) { in DMPlexMatSetClosureRefined()
8652 numFIndices += dof; in DMPlexMatSetClosureRefined()
8656numFIndices, PetscObjectComm((PetscObject)dmf), PETSC_ERR_PLIB, "Invalid size for closure %" Petsc… in DMPlexMatSetClosureRefined()
8658 PetscCall(DMGetWorkArray(dmf, numFIndices, MPIU_INT, &findices)); in DMPlexMatSetClosureRefined()
8701 … PetscCall(DMPlexPrintMatSetValues(PETSC_VIEWER_STDOUT_SELF, A, point, numFIndices, findices, numC… in DMPlexMatSetClosureRefined()
8704 ierr = MatSetValues(A, numFIndices, findices, numCIndices, cindices, values, mode); in DMPlexMatSetClosureRefined()
8710 …PetscCall(DMPlexPrintMatSetValues(PETSC_VIEWER_STDERR_SELF, A, point, numFIndices, findices, numCI… in DMPlexMatSetClosureRefined()
8711 PetscCall(DMRestoreWorkArray(dmf, numFIndices, MPIU_INT, &findices)); in DMPlexMatSetClosureRefined()
8716 PetscCall(DMRestoreWorkArray(dmf, numFIndices, MPIU_INT, &findices)); in DMPlexMatSetClosureRefined()
8728 …PetscInt numFields, numSubcells, maxFPoints, numFPoints, numCPoints, numFIndices, numCIndic… in DMPlexMatGetClosureIndicesRefined() local
8803 for (p = 0, numFIndices = 0; p < numFPoints * 2; p += 2) { in DMPlexMatGetClosureIndicesRefined()
8812 numFIndices += dof; in DMPlexMatGetClosureIndicesRefined()
8816numFIndices, PetscObjectComm((PetscObject)dmf), PETSC_ERR_PLIB, "Invalid size for closure %" Petsc… in DMPlexMatGetClosureIndicesRefined()