Lines Matching refs:findices

542       PetscInt *findices, *cindices; /* fine is vertices, coarse is particles */  in DMSwarmComputeMassMatrix_Private()  local
545 …ureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NULL, NULL)); in DMSwarmComputeMassMatrix_Private()
552 key.j = findices[i]; /* global column (from Plex) */ in DMSwarmComputeMassMatrix_Private()
570 …ureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NULL, NULL)); in DMSwarmComputeMassMatrix_Private()
591 PetscInt *findices, *cindices; in DMSwarmComputeMassMatrix_Private() local
596 …ureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NULL, NULL)); in DMSwarmComputeMassMatrix_Private()
625 …PetscCall(MatSetValues(mass, numCIndices * Nc, rowIDXs, numFIndices, findices, elemMat, ADD_VALUES… in DMSwarmComputeMassMatrix_Private()
627 …ureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NULL, NULL)); in DMSwarmComputeMassMatrix_Private()
817 PetscInt *findices, *cindices; in DMSwarmComputeMassMatrixSquare_Private() local
822 …ureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NULL, NULL)); in DMSwarmComputeMassMatrixSquare_Private()
860 …ureIndices(dmf, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NULL, NULL)); in DMSwarmComputeMassMatrixSquare_Private()
1017 PetscInt *findices, *pind; in DMSwarmComputeGradientMatrix_Private() local
1022 …sureIndices(dm, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NULL, NULL)); in DMSwarmComputeGradientMatrix_Private()
1050 … PetscCall(MatSetValues(derv, Npc * cdim, rowIDXs, numFIndices, findices, elemMat, ADD_VALUES)); in DMSwarmComputeGradientMatrix_Private()
1052 …sureIndices(dm, fsection, globalFSection, cell, PETSC_FALSE, &numFIndices, &findices, NULL, NULL)); in DMSwarmComputeGradientMatrix_Private()