Searched refs:nzLeft (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/kokkos/ |
| H A D | mpiaijkok.kokkos.cxx | 450 PetscInt nzLeft = E_NzLeft[i]; in MatMPIAIJKokkosReduceBegin() local 453 if (j < nzLeft) { in MatMPIAIJKokkosReduceBegin() 455 } else if (j < nzLeft + alen) { in MatMPIAIJKokkosReduceBegin() 456 buf[j] = Aj[Ai[i] + j - nzLeft] + cstart; // diag A, also in global in MatMPIAIJKokkosReduceBegin() 845 PetscInt nzLeft = E_NzLeft[i]; in MatMPIAIJKokkosBcastBegin() local 848 if (j < nzLeft) { in MatMPIAIJKokkosBcastBegin() 850 } else if (j < nzLeft + alen) { in MatMPIAIJKokkosBcastBegin() 851 buf[j] = Aj[Ai[i] + j - nzLeft] + cstart; // diag A, also in global in MatMPIAIJKokkosBcastBegin() 889 PetscInt nzLeft = F_NzLeft[i]; in MatMPIAIJKokkosBcastBegin() local 893 if (j < nzLeft) { // left, in global in MatMPIAIJKokkosBcastBegin() [all …]
|
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | aijhipsparse.hip.cxx | 1524 PetscInt *Ai, nzRow, nzLeft; in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0() local 1533 nzLeft = Adiag[i] - Ai[i]; in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0() 1537 nzLeft = (nzRow - 1) / 2; in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0() 1538 flops += nzLeft * (2.0 * nzRow - nzLeft + 1); in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0() 1759 PetscInt *Ai, nzRow, nzLeft; in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0() local 1769 nzLeft = (nzRow - 1) / 2; in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0() 1770 flops += nzLeft * (2.0 * nzRow - nzLeft + 1); in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 1892 PetscInt *Ai, nzRow, nzLeft; in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0() local 1901 nzLeft = adiag[i] - Ai[i]; in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0() 1905 nzLeft = (nzRow - 1) / 2; in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0() 1906 flops += nzLeft * (2.0 * nzRow - nzLeft + 1); in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0() 2129 PetscInt *Ai, nzRow, nzLeft; in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0() local 2139 nzLeft = (nzRow - 1) / 2; in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0() 2140 flops += nzLeft * (2.0 * nzRow - nzLeft + 1); in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
|