Lines Matching refs:locRows
476 PetscInt locRows, locCols, rStart, colStart, colEnd, *rowIDXs; in DMSwarmComputeMassMatrix_Private() local
494 PetscCall(MatGetLocalSize(mass, &locRows, &locCols)); in DMSwarmComputeMassMatrix_Private()
508 PetscCall(PetscLayoutSetLocalSize(rLayout, locRows)); in DMSwarmComputeMassMatrix_Private()
514 PetscCall(PetscCalloc2(locRows, &dnz, locRows, &onz)); in DMSwarmComputeMassMatrix_Private()
699 PetscInt locRows, locCols, rStart, colStart, colEnd, *rowIDXs; in DMSwarmComputeMassMatrixSquare_Private() local
717 PetscCall(MatGetLocalSize(mass, &locRows, &locCols)); in DMSwarmComputeMassMatrixSquare_Private()
731 PetscCall(PetscLayoutSetLocalSize(rLayout, locRows)); in DMSwarmComputeMassMatrixSquare_Private()
742 PetscCall(PetscCalloc2(locRows, &dnz, locRows, &onz)); in DMSwarmComputeMassMatrixSquare_Private()
950 PetscInt locRows, rStart, *rowIDXs; in DMSwarmComputeGradientMatrix_Private() local
969 PetscCall(MatGetLocalSize(derv, &locRows, NULL)); in DMSwarmComputeGradientMatrix_Private()
977 PetscCall(PetscLayoutSetLocalSize(rLayout, locRows)); in DMSwarmComputeGradientMatrix_Private()