| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pvec2.c | 7 PetscErrorCode VecDot_MPI(Vec xin, Vec yin, PetscScalar *z) in VecDot_MPI() 14 PetscErrorCode VecTDot_MPI(Vec xin, Vec yin, PetscScalar *z) in VecTDot_MPI() 21 PetscErrorCode VecMDot_MPI(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMDot_MPI() 28 PetscErrorCode VecMDot_MPI_GEMV(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMDot_MPI_GEMV() 35 PetscErrorCode VecMTDot_MPI(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMTDot_MPI() 42 PetscErrorCode VecMTDot_MPI_GEMV(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMTDot_MPI_GEMV() 49 PetscErrorCode VecNorm_MPI(Vec xin, NormType type, PetscReal *z) in VecNorm_MPI() 56 PetscErrorCode VecMax_MPI(Vec xin, PetscInt *idx, PetscReal *z) in VecMax_MPI() 65 PetscErrorCode VecMin_MPI(Vec xin, PetscInt *idx, PetscReal *z) in VecMin_MPI() 74 PetscErrorCode VecMaxPointwiseDivide_MPI(Vec xin, Vec yin, PetscReal *z) in VecMaxPointwiseDivide_MPI()
|
| /petsc/src/vec/vec/impls/mpi/kokkos/ |
| H A D | mpikok.kokkos.cxx | 20 static PetscErrorCode VecNorm_MPIKokkos(Vec xin, NormType type, PetscReal *z) in VecNorm_MPIKokkos() 35 static PetscErrorCode VecDot_MPIKokkos(Vec xin, Vec yin, PetscScalar *z) in VecDot_MPIKokkos() 43 static PetscErrorCode VecTDot_MPIKokkos(Vec xin, Vec yin, PetscScalar *z) in VecTDot_MPIKokkos() 50 static PetscErrorCode VecMDot_MPIKokkos(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMDot_MPIKokkos() 57 static PetscErrorCode VecMTDot_MPIKokkos(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMTDot_MPIKokkos() 64 static PetscErrorCode VecMDot_MPIKokkos_GEMV(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMDot_MPIKokkos_GEMV() 71 static PetscErrorCode VecMTDot_MPIKokkos_GEMV(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMTDot_MPIKokkos_GEMV() 78 static PetscErrorCode VecMax_MPIKokkos(Vec xin, PetscInt *idx, PetscReal *z) in VecMax_MPIKokkos() 87 static PetscErrorCode VecMin_MPIKokkos(Vec xin, PetscInt *idx, PetscReal *z) in VecMin_MPIKokkos()
|
| /petsc/src/benchmarks/ |
| H A D | Index.c | 21 int i, ierr, *z, *zi, intval; in test1() local 114 int i, ierr, z[20000], zi[20000], intval, tmp; in test2() local 184 PetscScalar *x, *y, *z, *a, *b; in BlastCache() local
|
| H A D | PetscMemzero.c | 6 PetscLogDouble x, y, z; in main() local
|
| H A D | PetscMemcmp.c | 6 PetscLogDouble x, y, z; in main() local
|
| /petsc/src/vec/vec/impls/mpi/mpiviennacl/ |
| H A D | mpiviennacl.cxx | 34 static PetscErrorCode VecNorm_MPIViennaCL(Vec xin, NormType type, PetscReal *z) in VecNorm_MPIViennaCL() 65 static PetscErrorCode VecDot_MPIViennaCL(Vec xin, Vec yin, PetscScalar *z) in VecDot_MPIViennaCL() 76 static PetscErrorCode VecTDot_MPIViennaCL(Vec xin, Vec yin, PetscScalar *z) in VecTDot_MPIViennaCL() 87 static PetscErrorCode VecMDot_MPIViennaCL(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMDot_MPIViennaCL()
|
| /petsc/src/vec/vec/impls/seq/ |
| H A D | dvec2.c | 10 PetscErrorCode VecMDot_Seq(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMDot_Seq() 83 PetscErrorCode VecMDot_Seq(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMDot_Seq() 301 PetscErrorCode VecMTDot_Seq(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMTDot_Seq() 515 …de VecMultiDot_Seq_GEMV(PetscBool conjugate, Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMultiDot_Seq_GEMV() 576 PetscErrorCode VecMDot_Seq_GEMV(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMDot_Seq_GEMV() 587 PetscErrorCode VecMTDot_Seq_GEMV(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMTDot_Seq_GEMV() 598 static PetscErrorCode VecMinMax_Seq(Vec xin, PetscInt *idx, PetscReal *z, PetscReal minmax, int (*c… in VecMinMax_Seq() argument 629 PetscErrorCode VecMax_Seq(Vec xin, PetscInt *idx, PetscReal *z) in VecMax_Seq() 641 PetscErrorCode VecMin_Seq(Vec xin, PetscInt *idx, PetscReal *z) in VecMin_Seq()
|
| H A D | bvec1.c | 10 static PetscErrorCode VecXDot_Seq_Private(Vec xin, Vec yin, PetscScalar *z, double (*const BLASfn)(… in VecXDot_Seq_Private() argument 33 PetscErrorCode VecDot_Seq(Vec xin, Vec yin, PetscScalar *z) in VecDot_Seq() 40 PetscErrorCode VecTDot_Seq(Vec xin, Vec yin, PetscScalar *z) in VecTDot_Seq()
|
| /petsc/src/vec/vec/impls/mpi/cupm/ |
| H A D | vecmpicupm_impl.hpp | 126 …PetscCall(Duplicate_CUPMBase(v, y, dctx, [=](Vec z) { return CreateMPICUPM_(z, dctx, PETSC_FALSE, … in Duplicate() 168 inline PetscErrorCode VecMPI_CUPM<T>::Norm(Vec v, NormType type, PetscReal *z) noexcept in Norm() 184 inline PetscErrorCode VecMPI_CUPM<T>::Dot(Vec x, Vec y, PetscScalar *z) noexcept in Dot() 192 inline PetscErrorCode VecMPI_CUPM<T>::TDot(Vec x, Vec y, PetscScalar *z) noexcept in TDot() 200 inline PetscErrorCode VecMPI_CUPM<T>::MDot(Vec x, PetscInt nv, const Vec y[], PetscScalar *z) noexc… in MDot() 216 inline PetscErrorCode VecMPI_CUPM<T>::Max(Vec x, PetscInt *idx, PetscReal *z) noexcept in Max() 226 inline PetscErrorCode VecMPI_CUPM<T>::Min(Vec x, PetscInt *idx, PetscReal *z) noexcept in Min()
|
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex3.c | 72 static PetscScalar uxRef(PetscScalar x, PetscScalar y, PetscScalar z) in uxRef() 76 static PetscScalar uyRef(PetscScalar x, PetscScalar y, PetscScalar z) in uyRef() 80 static PetscScalar uzRef(PetscScalar x, PetscScalar y, PetscScalar z) in uzRef() 84 static PetscScalar pRef(PetscScalar x, PetscScalar y, PetscScalar z) in pRef() 88 static PetscScalar fx(PetscScalar x, PetscScalar y, PetscScalar z) in fx() 92 static PetscScalar fy(PetscScalar x, PetscScalar y, PetscScalar z) in fy() 96 static PetscScalar fz(PetscScalar x, PetscScalar y, PetscScalar z) in fz() 100 static PetscScalar g(PetscScalar x, PetscScalar y, PetscScalar z) in g()
|
| /petsc/src/vec/vec/impls/seq/ftn-kernels/ |
| H A D | fxtimesy.F90 | 4 pure subroutine Fortranxtimesy(x, y, z, n) argument
|
| /petsc/src/ts/tests/ |
| H A D | ex3.c | 30 PetscScalar *z; /* array of grid points */ member 46 PetscScalar zInitial, zFinal, val, *z; in main() local 199 PetscScalar exact(PetscScalar z, PetscReal t) in exact() 337 PetscErrorCode femBg(PetscScalar btri[][3], PetscScalar *f, PetscInt nz, PetscScalar *z, PetscReal … in femBg() 417 PetscErrorCode femA(AppCtx *obj, PetscInt nz, PetscScalar *z) in femA() 496 PetscErrorCode rhs(AppCtx *obj, PetscScalar *y, PetscInt nz, PetscScalar *z, PetscReal t) in rhs()
|
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaij2.c | 290 PetscScalar *z, x1, x2, zero = 0.0; in MatMult_SeqSBAIJ_2() local 344 PetscScalar *z, x1, x2, x3, zero = 0.0; in MatMult_SeqSBAIJ_3() local 402 PetscScalar *z, x1, x2, x3, x4, zero = 0.0; in MatMult_SeqSBAIJ_4() local 464 PetscScalar *z, x1, x2, x3, x4, x5, zero = 0.0; in MatMult_SeqSBAIJ_5() local 530 PetscScalar *z, x1, x2, x3, x4, x5, x6, zero = 0.0; in MatMult_SeqSBAIJ_6() local 600 PetscScalar *z, x1, x2, x3, x4, x5, x6, x7, zero = 0.0; in MatMult_SeqSBAIJ_7() local 676 PetscScalar *z, *z_ptr, *zb, *work, *workt, zero = 0.0; in MatMult_SeqSBAIJ_N() local 749 PetscScalar *z, x1; in MatMultAdd_SeqSBAIJ_1() local 802 PetscScalar *z, x1, x2; in MatMultAdd_SeqSBAIJ_2() local 856 PetscScalar *z, x1, x2, x3; in MatMultAdd_SeqSBAIJ_3() local [all …]
|
| /petsc/src/mat/impls/aij/seq/ftn-kernels/ |
| H A D | fmultadd.F90 | 7 pure subroutine FortranMultAddAIJ(n, x, ii, jj, a, y, z) argument
|
| /petsc/src/mat/tests/ |
| H A D | ex201f.F90 | 19 subroutine mymatmultadd(A, x, y, z, ierr) argument 43 subroutine mymatmulttransposeadd(A, x, y, z, ierr) argument 51 subroutine mymatmulthermitiantransposeadd(A, x, y, z, ierr) argument
|
| /petsc/src/mat/impls/scatter/ |
| H A D | mscatter.c | 61 static PetscErrorCode MatMultAdd_Scatter(Mat A, Vec x, Vec y, Vec z) in MatMultAdd_Scatter() 85 static PetscErrorCode MatMultTransposeAdd_Scatter(Mat A, Vec x, Vec y, Vec z) in MatMultTransposeAdd_Scatter()
|
| /petsc/src/dm/impls/da/ |
| H A D | daghost.c | 37 PetscErrorCode DMDAGetGhostCorners(DM da, PeOp PetscInt *x, PeOp PetscInt *y, PeOp PetscInt *z, PeO… in DMDAGetGhostCorners()
|
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 476 const PetscScalar z[2] = {x[0 * ldx], x[1 * ldx]}; in DMPlex_Mult2D_Internal() local 483 const PetscScalar z[3] = {x[0 * ldx], x[1 * ldx], x[2 * ldx]}; in DMPlex_Mult3D_Internal() local 491 const PetscScalar z[2] = {x[0 * ldx], x[1 * ldx]}; in DMPlex_MultTranspose2D_Internal() local 498 const PetscScalar z[3] = {x[0 * ldx], x[1 * ldx], x[2 * ldx]}; in DMPlex_MultTranspose3D_Internal() local 506 const PetscScalar z[2] = {x[0 * ldx], x[1 * ldx]}; in DMPlex_Mult2DReal_Internal() local 513 const PetscScalar z[3] = {x[0 * ldx], x[1 * ldx], x[2 * ldx]}; in DMPlex_Mult3DReal_Internal() local 521 const PetscScalar z[2] = {x[0 * ldx], x[1 * ldx]}; in DMPlex_MultAdd2DReal_Internal() local 528 const PetscScalar z[3] = {x[0 * ldx], x[1 * ldx], x[2 * ldx]}; in DMPlex_MultAdd3DReal_Internal() local 545 PetscScalar z[3]; in DMPlex_MultTransposeReal_Internal() local 557 const PetscScalar z[2] = {x[0 * ldx], x[1 * ldx]}; in DMPlex_MultTranspose2DReal_Internal() local [all …]
|
| /petsc/src/snes/tutorials/ |
| H A D | ex75.h | 3 PetscErrorCode SolKxData5(PetscReal x[], PetscReal z[], PetscReal *kn, PetscReal *km, PetscReal *B,… in SolKxData5()
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex58.c | 7 Vec x, y, z; in main() local
|
| H A D | ex62.c | 13 Vec x, y, z; in main() local
|
| /petsc/src/ksp/pc/impls/is/nn/ |
| H A D | nn.c | 40 static PetscErrorCode PCApply_NN(PC pc, Vec r, Vec z) in PCApply_NN() 434 PetscErrorCode PCNNApplyInterfacePreconditioner(PC pc, Vec r, Vec z, PetscScalar *work_N, Vec vec1_… in PCNNApplyInterfacePreconditioner() 502 PetscErrorCode PCNNBalancing(PC pc, Vec r, Vec u, Vec z, Vec vec1_B, Vec vec2_B, Vec vec3_B, Vec ve… in PCNNBalancing()
|
| /petsc/src/sys/tests/ |
| H A D | ex4.c | 15 PetscScalar z; in main() local
|
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baij2.c | 239 PetscScalar *z, sum; in MatMult_SeqBAIJ_1() local 284 PetscScalar *z = NULL, sum1, sum2, *zarray; in MatMult_SeqBAIJ_2() local 337 PetscScalar *z = NULL, sum1, sum2, sum3, x1, x2, x3, *zarray; in MatMult_SeqBAIJ_3() local 398 PetscScalar *z = NULL, sum1, sum2, sum3, sum4, x1, x2, x3, x4, *zarray; in MatMult_SeqBAIJ_4() local 459 PetscScalar *z = NULL, sum1, sum2, sum3, sum4, sum5, x1, x2, x3, x4, x5, *zarray; in MatMult_SeqBAIJ_5() local 524 PetscScalar *z = NULL, sum1, sum2, sum3, sum4, sum5, sum6; in MatMult_SeqBAIJ_6() local 595 PetscScalar *z = NULL, sum1, sum2, sum3, sum4, sum5, sum6, sum7; in MatMult_SeqBAIJ_7() local 671 PetscScalar *z = NULL, *work, *workt, *zarray; in MatMult_SeqBAIJ_9_AVX2() local 822 PetscScalar *z = NULL, sum1, sum2, sum3, sum4, sum5, sum6, sum7, sum8, sum9, sum10, sum11; in MatMult_SeqBAIJ_11() local 906 …PetscScalar *z = NULL, sum1, sum2, sum3, sum4, sum5, sum6, sum7, sum8, sum9, sum10, sum11, s… in MatMult_SeqBAIJ_12_ver1() local [all …]
|
| /petsc/src/mat/impls/sell/seq/seqhip/ |
| H A D | sellhip.hip.cxx | 93 …atScalar *aval, const PetscInt *sliidx, const PetscScalar *x, const PetscScalar *y, PetscScalar *z) in matmultadd_seqsell_basic_kernel() 141 …atScalar *aval, const PetscInt *sliidx, const PetscScalar *x, const PetscScalar *y, PetscScalar *z) in matmultadd_seqsell_tiled_kernel9() 244 …atScalar *aval, const PetscInt *sliidx, const PetscScalar *x, const PetscScalar *y, PetscScalar *z) in matmultadd_seqsell_tiled_kernel8() 313 …atScalar *aval, const PetscInt *sliidx, const PetscScalar *x, const PetscScalar *y, PetscScalar *z) in matmultadd_seqsell_tiled_kernel7() 451 …atScalar *aval, const PetscInt *sliidx, const PetscScalar *x, const PetscScalar *y, PetscScalar *z) in matmultadd_seqsell_tiled_kernel6() 479 …atScalar *aval, const PetscInt *sliidx, const PetscScalar *x, const PetscScalar *y, PetscScalar *z) in matmultadd_seqsell_tiled_kernel5() 505 …atScalar *aval, const PetscInt *sliidx, const PetscScalar *x, const PetscScalar *y, PetscScalar *z) in matmultadd_seqsell_tiled_kernel4() 529 …atScalar *aval, const PetscInt *sliidx, const PetscScalar *x, const PetscScalar *y, PetscScalar *z) in matmultadd_seqsell_tiled_kernel3() 551 …atScalar *aval, const PetscInt *sliidx, const PetscScalar *x, const PetscScalar *y, PetscScalar *z) in matmultadd_seqsell_tiled_kernel2() 712 PetscScalar *z; in MatMultAdd_SeqSELLHIP() local
|