Lines Matching refs:cindices
3234 PetscInt *findices, *cindices; in DMPlexComputeInterpolatorGeneral() local
3273 …tion, globalCSection, coarseCells[ccell].index, PETSC_FALSE, &numCIndices, &cindices, NULL, NULL)); in DMPlexComputeInterpolatorGeneral()
3300 PetscCall(MatSetValues(interp, 1, &row, cpdim, &cindices[off], elemMat, INSERT_VALUES)); in DMPlexComputeInterpolatorGeneral()
3301 …tion, globalCSection, coarseCells[ccell].index, PETSC_FALSE, &numCIndices, &cindices, NULL, NULL)); in DMPlexComputeInterpolatorGeneral()
3401 PetscInt *findices, *cindices; in DMPlexComputeMassMatrixGeneral() local
3433 …tion, globalCSection, coarseCells[ccell].index, PETSC_FALSE, &numCIndices, &cindices, NULL, NULL)); in DMPlexComputeMassMatrixGeneral()
3435 key.j = cindices[c]; in DMPlexComputeMassMatrixGeneral()
3443 …tion, globalCSection, coarseCells[ccell].index, PETSC_FALSE, &numCIndices, &cindices, NULL, NULL)); in DMPlexComputeMassMatrixGeneral()
3482 PetscInt *findices, *cindices; in DMPlexComputeMassMatrixGeneral() local
3509 …tion, globalCSection, coarseCells[ccell].index, PETSC_FALSE, &numCIndices, &cindices, 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()
3546 …tion, globalCSection, coarseCells[ccell].index, PETSC_FALSE, &numCIndices, &cindices, NULL, NULL)); in DMPlexComputeMassMatrixGeneral()
3586 PetscInt *cmap, *cellCIndices, *cellFIndices, *cindices, *findices; in DMPlexComputeInjectorFEM() local
3706 PetscCall(PetscMalloc1(m, &cindices)); in DMPlexComputeInjectorFEM()
3708 for (d = 0; d < m; ++d) cindices[d] = findices[d] = -1; in DMPlexComputeInjectorFEM()
3713 …" PetscInt_FMT " maps to both %" PetscInt_FMT " and %" PetscInt_FMT, c, cindices[cellCIndices[d] -… in DMPlexComputeInjectorFEM()
3714 cindices[cellCIndices[d] - startC] = cellCIndices[d]; in DMPlexComputeInjectorFEM()
3721 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, m, cindices, PETSC_OWN_POINTER, &cis)); in DMPlexComputeInjectorFEM()