Lines Matching refs:Em
346 PetscInt Em = A.numRows(), Fm;
360 PetscIntKokkosViewHost E_NzLeft_h(NoInit("E_NzLeft_h"), Em), E_RowLen_h(NoInit("E_RowLen_h"), Em);
362 for (PetscInt i = 0; i < Em; i++) {
426 for (PetscInt i = 0; i < Em; i++) Enz += E_RowLen[i];
624 PetscCall(MatMergeGetLaunchParameters<DefaultExecutionSpace>(Em, Enz, -1, teamSize, vectorLength, rowsPerTeam));
639 PetscInt Em = A.numRows();
643 PetscInt workSets = (Em + rowsPerTeam - 1) / rowsPerTeam;
650 if (i < Em) {
744 PetscInt Em = E->rmap->n; // #local rows
759 PetscIntKokkosViewHost E_NzLeft_h(NoInit("E_NzLeft_h"), Em), E_RowLen_h(NoInit("E_RowLen_h"), Em);
761 for (PetscInt i = 0; i < Em; i++) {