Lines Matching refs:findices

3234         PetscInt *findices, *cindices;  in DMPlexComputeInterpolatorGeneral()  local
3237 …ureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NULL, NULL)); in DMPlexComputeInterpolatorGeneral()
3245 PetscInt numCoarseCells, cpdim, row = findices[i + off], q, c, j; in DMPlexComputeInterpolatorGeneral()
3307 …ureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NULL, NULL)); in DMPlexComputeInterpolatorGeneral()
3401 PetscInt *findices, *cindices; in DMPlexComputeMassMatrixGeneral() local
3404 …ureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NULL, NULL)); in DMPlexComputeMassMatrixGeneral()
3429 key.i = findices[i]; in DMPlexComputeMassMatrixGeneral()
3450 …ureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NULL, NULL)); in DMPlexComputeMassMatrixGeneral()
3482 PetscInt *findices, *cindices; in DMPlexComputeMassMatrixGeneral() local
3485 …ureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NULL, NULL)); in DMPlexComputeMassMatrixGeneral()
3530 … PetscCall(MatSetValues(mass, 1, &findices[i], numCIndices, cindices, elemMat, ADD_VALUES)); in DMPlexComputeMassMatrixGeneral()
3543 … PetscCall(MatSetValues(mass, 1, &findices[i], numCIndices, cindices, elemMat, ADD_VALUES)); in DMPlexComputeMassMatrixGeneral()
3551 …ureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NULL, NULL)); in DMPlexComputeMassMatrixGeneral()
3586 PetscInt *cmap, *cellCIndices, *cellFIndices, *cindices, *findices; in DMPlexComputeInjectorFEM() local
3707 PetscCall(PetscMalloc1(m, &findices)); in DMPlexComputeInjectorFEM()
3708 for (d = 0; d < m; ++d) cindices[d] = findices[d] = -1; in DMPlexComputeInjectorFEM()
3713findices[cellCIndices[d] - startC] >= 0) || !(findices[cellCIndices[d] - startC] != cellFIndices[c… in DMPlexComputeInjectorFEM()
3715 findices[cellCIndices[d] - startC] = cellFIndices[cmap[d]]; in DMPlexComputeInjectorFEM()
3722 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, m, findices, PETSC_OWN_POINTER, &fis)); in DMPlexComputeInjectorFEM()