Searched refs:gridx (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/ksp/tests/raja/ |
| H A D | ex1.raja.cxx | 119 grid_s gridx; in main() local 120 gridx.o = 0.0; in main() 121 gridx.h = 1.0 / (N + 1.0); in main() 122 gridx.n = N + 2; in main() 143 double x = gridx.o + m * gridx.h; in main() 144 double y = gridx.o + n * gridx.h; in main() 146 double f = gridx.h * gridx.h * (2 * x * (y - 1) * (y - 2 * x + x * y + 2) * exp(x - y)); in main() 169 computeErr(I, gridx); in main() 196 double x = gridx.o + m * gridx.h; in main() 197 double y = gridx.o + n * gridx.h; in main() [all …]
|
| /petsc/src/mat/impls/hypre/ |
| H A D | mhypre_kernels.hpp | 10 PetscInt gridx = gridDim.x * blockDim.x; in ZeroRows() local 12 for (; k < n; k += gridx) { in ZeroRows()
|
| /petsc/src/mat/impls/scalapack/ |
| H A D | matscalapack.c | 117 PetscBLASInt gridx, gcidx, lridx, lcidx, rsrc, csrc; in MatSetValues_ScaLAPACK() local 124 PetscCall(PetscBLASIntCast(rows[i] + 1, &gridx)); in MatSetValues_ScaLAPACK() 128 …PetscCallBLAS("SCALAPACKinfog2l", SCALAPACKinfog2l_(&gridx, &gcidx, a->desc, &a->grid->nprow, &a->… in MatSetValues_ScaLAPACK() 1325 PetscBLASInt gridx, gcidx, lridx, lcidx, rsrc, csrc; in MatAssemblyEnd_ScaLAPACK() local 1333 PetscCall(PetscBLASIntCast(row[i] + 1, &gridx)); in MatAssemblyEnd_ScaLAPACK() 1335 …PetscCallBLAS("SCALAPACKinfog2l", SCALAPACKinfog2l_(&gridx, &gcidx, a->desc, &a->grid->nprow, &a->… in MatAssemblyEnd_ScaLAPACK() 1526 PetscBLASInt gridx, gcidx, lridx, lcidx, rsrc, csrc; in MatStashScatterBegin_ScaLAPACK() local 1548 PetscCall(PetscBLASIntCast(space->idx[l] + 1, &gridx)); in MatStashScatterBegin_ScaLAPACK() 1550 …PetscCallBLAS("SCALAPACKinfog2l", SCALAPACKinfog2l_(&gridx, &gcidx, a->desc, &a->grid->nprow, &a->… in MatStashScatterBegin_ScaLAPACK()
|