Home
last modified time | relevance | path

Searched refs:rp2 (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/utils/dmplexlandau/
H A Dland_tensors.h73 …PetscReal l, s, r = x[0], z = x[1], i1func, i2func, i3func, ks, es, pi4pow, sqrt_1s, r2, rp2, r2pr… in LandauTensor2D() local
78 rp2 = PetscSqr(rp); in LandauTensor2D()
80 r2prp2 = r2 + rp2; in LandauTensor2D()
81 l = r2 + rp2 + zmzp2; in LandauTensor2D()
98 Ud[0][0] = -pi4pow * (rp2 * i1func + PetscSqr(zmzp) * i2func); in LandauTensor2D()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c454 if (rp2[t] > col) high2 = t; \
458 if (rp2[_i] > col) break; \
459 if (rp2[_i] == col) { \
478 …MatSeqXAIJReallocateAIJ(B, bm, 1, nrow2, row, col, rmax2, ba, bi, bj, rp2, ap2, bimax, nonew, MatS…
483 PetscCall(PetscArraymove(rp2 + _i + 1, rp2 + _i, N - _i + 1)); \
485 rp2[_i] = col; \
546 …PetscInt *rp1, *rp2, ii, nrow1, nrow2, _i, rmax1, rmax2, N, low1, high1, low2, high2, t, lastcol… in MatSetValues_MPIAIJ() local
566 rp2 = PetscSafePointerPlusOffset(bj, bi[row]); in MatSetValues_MPIAIJ()
603 rp2 = PetscSafePointerPlusOffset(bj, bi[row]); in MatSetValues_MPIAIJ()
8087 …PetscInt *rp1, *rp2, ii, nrow1, nrow2, _i, rmax1, rmax2, N, low1, high1, low2, high2, t, lastcol1… in matsetvaluesmpiaij_() local
[all …]