Searched refs:rp1 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex5.c | 1052 static PetscErrorCode rp1(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, PetscScal… in rp1() function 1164 initialGuess[0] = rp1; in TestAssembly()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 409 if (rp1[t] > col) high1 = t; \ 413 if (rp1[_i] > col) break; \ 414 if (rp1[_i] == col) { \ 434 …MatSeqXAIJReallocateAIJ(A, am, 1, nrow1, row, col, rmax1, aa, ai, aj, rp1, ap1, aimax, nonew, MatS… 439 PetscCall(PetscArraymove(rp1 + _i + 1, rp1 + _i, N - _i + 1)); \ 441 rp1[_i] = col; \ 546 …PetscInt *rp1, *rp2, ii, nrow1, nrow2, _i, rmax1, rmax2, N, low1, high1, low2, high2, t, lastcol… in MatSetValues_MPIAIJ() local 559 rp1 = PetscSafePointerPlusOffset(aj, ai[row]); in MatSetValues_MPIAIJ() 8087 …PetscInt *rp1, *rp2, ii, nrow1, nrow2, _i, rmax1, rmax2, N, low1, high1, low2, high2, t, lastcol1… in matsetvaluesmpiaij_() local 8100 rp1 = aj + ai[row]; in matsetvaluesmpiaij_()
|