Lines Matching refs:numCIndices

3235         PetscInt  numFIndices, numCIndices;  in DMPlexComputeInterpolatorGeneral()  local
3273 …dmc, csection, globalCSection, coarseCells[ccell].index, PETSC_FALSE, &numCIndices, &cindices, NUL… in DMPlexComputeInterpolatorGeneral()
3296 … if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(cell, name, 1, numCIndices, elemMat)); in DMPlexComputeInterpolatorGeneral()
3299 …cCheck(numCIndices == totDim, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Number of element matrix columns %… in DMPlexComputeInterpolatorGeneral()
3301 …dmc, csection, globalCSection, coarseCells[ccell].index, PETSC_FALSE, &numCIndices, &cindices, NUL… in DMPlexComputeInterpolatorGeneral()
3402 PetscInt numFIndices, numCIndices; in DMPlexComputeMassMatrixGeneral() local
3433 …dmc, csection, globalCSection, coarseCells[ccell].index, PETSC_FALSE, &numCIndices, &cindices, NUL… in DMPlexComputeMassMatrixGeneral()
3434 for (c = 0; c < numCIndices; ++c) { in DMPlexComputeMassMatrixGeneral()
3443 …dmc, csection, globalCSection, coarseCells[ccell].index, PETSC_FALSE, &numCIndices, &cindices, NUL… in DMPlexComputeMassMatrixGeneral()
3483 PetscInt numFIndices, numCIndices; in DMPlexComputeMassMatrixGeneral() local
3509 …dmc, csection, globalCSection, coarseCells[ccell].index, PETSC_FALSE, &numCIndices, &cindices, NUL… in DMPlexComputeMassMatrixGeneral()
3528 … if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(cell, name, 1, numCIndices, elemMat)); in DMPlexComputeMassMatrixGeneral()
3529 …cCheck(numCIndices == cpdim, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Number of element matrix columns %"… in DMPlexComputeMassMatrixGeneral()
3530 … PetscCall(MatSetValues(mass, 1, &findices[i], numCIndices, cindices, elemMat, ADD_VALUES)); in DMPlexComputeMassMatrixGeneral()
3540 … if (mesh->printFEM > 1) PetscCall(DMPrintCellMatrix(cell, name, 1, numCIndices, elemMat)); in DMPlexComputeMassMatrixGeneral()
3541 …cInt_FMT " Nc: %" PetscInt_FMT " %" PetscInt_FMT "\n", ccell, Nq, i, numFIndices, j, numCIndices)); in DMPlexComputeMassMatrixGeneral()
3542 …cCheck(numCIndices == cpdim, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Number of element matrix columns %"… in DMPlexComputeMassMatrixGeneral()
3543 … PetscCall(MatSetValues(mass, 1, &findices[i], numCIndices, cindices, elemMat, ADD_VALUES)); in DMPlexComputeMassMatrixGeneral()
3546 …dmc, csection, globalCSection, coarseCells[ccell].index, PETSC_FALSE, &numCIndices, &cindices, NUL… in DMPlexComputeMassMatrixGeneral()