Lines Matching refs:numFIndices

3235         PetscInt  numFIndices, numCIndices;  in DMPlexComputeInterpolatorGeneral()  local
3237 …exGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NUL… in DMPlexComputeInterpolatorGeneral()
3239numFIndices == totDim, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, "Number of fine indices %" PetscInt_F… in DMPlexComputeInterpolatorGeneral()
3307 …storeClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NUL… in DMPlexComputeInterpolatorGeneral()
3402 PetscInt numFIndices, numCIndices; in DMPlexComputeMassMatrixGeneral() local
3404 …exGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NUL… in DMPlexComputeMassMatrixGeneral()
3428 for (i = 0; i < numFIndices; ++i) { in DMPlexComputeMassMatrixGeneral()
3450 …storeClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NUL… in DMPlexComputeMassMatrixGeneral()
3483 PetscInt numFIndices, numCIndices; in DMPlexComputeMassMatrixGeneral() local
3485 …exGetClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NUL… in DMPlexComputeMassMatrixGeneral()
3522 for (i = 0; i < numFIndices; ++i) { in DMPlexComputeMassMatrixGeneral()
3525 … c < Nc; ++c) elemMat[j] += T->T[0][j * Nc + c] * Tfine->T[0][(ccell * numFIndices + i) * Nc + c] … in DMPlexComputeMassMatrixGeneral()
3534 for (i = 0; i < numFIndices; ++i) { in DMPlexComputeMassMatrixGeneral()
3541 …tscInt_FMT " Nc: %" PetscInt_FMT " %" PetscInt_FMT "\n", ccell, Nq, i, numFIndices, j, numCIndices… in DMPlexComputeMassMatrixGeneral()
3551 …storeClosureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NUL… in DMPlexComputeMassMatrixGeneral()