Searched refs:tx (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ksp/ksp/interface/ |
| H A D | eige.c | 285 PetscReal px, py, tx, ty, tmod; in KSPPlotEigenContours_Private() local 287 tx = px * rscale - py * iscale; in KSPPlotEigenContours_Private() 289 tmod = PetscSqr(tx) + PetscSqr(ty); /* modulus of the complex polynomial */ in KSPPlotEigenContours_Private()
|
| /petsc/src/ksp/ksp/tests/raja/ |
| H A D | ex1.raja.cxx | 417 …stedPolicy>(RAJA::make_tuple(gridRange, gridRange), [=](RAJA::Index_type ty, RAJA::Index_type tx) { in computeErr() argument 418 int id = tx + grid.n * ty; in computeErr() 419 double x = grid.o + tx * grid.h; in computeErr()
|
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm_impl.hpp | 860 const auto tx = threadIdx.x; in MAXPY_kernel() local 866 if (tx < N) aptr_shmem[tx] = aptr[tx]; in MAXPY_kernel() 1056 const auto tx = threadIdx.x; in MDot_kernel() local 1061 const auto begin = tx + bx * worksize; in MDot_kernel() 1075 for (auto i = 0; i < N; ++i) shmem[tx + i * MDOT_WORKGROUP_SIZE] = sumlocal[i]; in MDot_kernel() 1080 if (tx < stride) { in MDot_kernel() 1082 …for (auto i = 0; i < N; ++i) shmem[tx + i * MDOT_WORKGROUP_SIZE] += shmem[tx + stride + i * MDOT_W… in MDot_kernel() 1090 if (tx < N) results[bx + tx * gdx] = shmem[tx * MDOT_WORKGROUP_SIZE]; in MDot_kernel()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vinv.c | 1511 const PetscScalar *sx, *tx; in VecDotNorm2() local 1516 PetscCall(VecGetArrayRead(t, &tx)); in VecDotNorm2() 1518 const PetscScalar txconj = PetscConj(tx[i]); in VecDotNorm2() 1521 work[1] += tx[i] * txconj; in VecDotNorm2() 1523 PetscCall(VecRestoreArrayRead(t, &tx)); in VecDotNorm2()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 6413 (dynamesh/in-cyn/output/tx (0 0 1))
|