| /petsc/src/dm/tutorials/ |
| H A D | ex10.c | 24 PetscScalar xm = -1.0, xp = 1.0; in main() local
|
| H A D | swarm_ex1.c | 224 PetscReal xp, yp; in ex1_3() local 390 PetscReal xp, yp; in ex1_4() local
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | land_tensors.h | 111 static PETSC_DEVICE_FUNC_DECL void LandauTensor3D(const PetscReal x1[], const PetscReal xp, const P… in LandauTensor3D() 129 …_FUNC_DECL void LandauTensor3DRelativistic(const PetscReal a_x1[], const PetscReal xp, const Petsc… in LandauTensor3DRelativistic()
|
| /petsc/include/petsc/private/ |
| H A D | cupmatomics.hpp | 65 double *xp = (double *)&x, *yp = (double *)&y; in operator ()() local 77 double *xp = (double *)&x, *yp = (double *)&y; in operator ()() local 165 PetscReal *xp = (PetscReal *)&x, *yp = (PetscReal *)&y; in operator ()() local
|
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope_coarsedm.c | 34 Vec xp; member 43 Vec xred, yred, xtmp, x, xp; in PCTelescopeSetUp_scatters_CoarseDM() local
|
| H A D | telescope.h | 35 Vec xp; member
|
| H A D | telescope_dmda.c | 628 Vec xred, yred, xtmp, x, xp; in PCTelescopeSetUp_dmda_scatters() local 873 Vec xtmp, xp, xred, yred; in PCApply_Telescope_dmda() local 936 Vec xtmp, xp, yred; in PCApplyRichardson_Telescope_dmda() local
|
| /petsc/src/ksp/pc/impls/pbjacobi/cuda/ |
| H A D | pbjacobi_cuda.cu | 14 const PetscScalar *Ap, *xp; in MatMultBatched() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex59.c | 32 PetscReal h, xp = 0.0; in main() local
|
| H A D | ex2.c | 40 PetscScalar h, xp, v, none = -1.0; in main() local
|
| H A D | ex6.c | 31 PetscScalar h, xp, v; in main() local
|
| H A D | ex3.c | 85 PetscScalar xp, *FF, *UU, none = -1.0; in main() local
|
| /petsc/src/snes/tests/ |
| H A D | ex5.c | 30 PetscScalar h, xp, v, none = -1.0; in main() local
|
| H A D | ex7.c | 29 PetscScalar h, xp = 0.0, v; in main() local
|
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex1.c | 248 PetscScalar val[3], xp[2]; in main() local
|
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaijfact2.c | 339 PetscScalar *xp, x0, x1, x2, x3, x4, x5, x6; in MatForwardSolve_SeqSBAIJ_7_NaturalOrdering() local 388 PetscScalar *xp, x0, x1, x2, x3, x4, x5, x6; in MatBackwardSolve_SeqSBAIJ_7_NaturalOrdering() local 611 PetscScalar *xp, x0, x1, x2, x3, x4, x5; in MatForwardSolve_SeqSBAIJ_6_NaturalOrdering() local 656 PetscScalar *xp, x0, x1, x2, x3, x4, x5; in MatBackwardSolve_SeqSBAIJ_6_NaturalOrdering() local 870 PetscScalar *xp, x0, x1, x2, x3, x4; in MatForwardSolve_SeqSBAIJ_5_NaturalOrdering() local 913 PetscScalar *xp, x0, x1, x2, x3, x4; in MatBackwardSolve_SeqSBAIJ_5_NaturalOrdering() local 1116 PetscScalar *xp, x0, x1, x2, x3; in MatForwardSolve_SeqSBAIJ_4_NaturalOrdering() local 1156 PetscScalar *xp, x0, x1, x2, x3; in MatBackwardSolve_SeqSBAIJ_4_NaturalOrdering() local 1348 PetscScalar *xp, x0, x1, x2; in MatForwardSolve_SeqSBAIJ_3_NaturalOrdering() local 1385 PetscScalar *xp, x0, x1, x2; in MatBackwardSolve_SeqSBAIJ_3_NaturalOrdering() local
|
| /petsc/src/snes/interface/noise/ |
| H A D | snesnoise.c | 80 Vec w, xp, fvec; /* work vectors to use in computing h */ in SNESDiffParameterCompute_More() local
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex73.c | 279 Vec xred, yred, xtmp, x, xp; in PCTelescopeSetUp_dmda_scatters() local 435 Vec xp = NULL, xtmp = NULL; in DMShellDAFieldScatter_Forward() local 473 Vec xp = NULL, xtmp = NULL; in DMShellDAFieldScatter_Reverse() local
|
| H A D | ex42.c | 1947 PetscReal xp = PetscRealPart(cell->gp_coords[NSD * p]); in solve_stokes_3d_coupled() local 1990 PetscReal xp = PetscRealPart(cell->gp_coords[NSD * p]); in solve_stokes_3d_coupled() local
|
| /petsc/src/snes/impls/al/ |
| H A D | al.c | 55 …nline void PetscQuadraticRoots(PetscReal a, PetscReal b, PetscReal c, PetscReal *xm, PetscReal *xp) in PetscQuadraticRoots()
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic.c | 386 PetscReal xp[] = {0.0, 0.0, 0.0}; in DMSwarmSetPointsUniformCoordinates() local 414 PetscReal xp[] = {0.0, 0.0, 0.0}; in DMSwarmSetPointsUniformCoordinates() local
|
| /petsc/src/ts/tutorials/ |
| H A D | ex11.h | 582 static int riemannsolver(PetscScalar *xcen, PetscScalar *xp, PetscScalar *dtt, PetscScalar *rl, Pet… in riemannsolver() 683 …static PetscScalar bn[3], fn, ft, tg[3], pl, rl, pm, pr, rr, xp, ubl, ubm, ubr, dtt, unm, tmp, utl… in godunovflux() local
|
| H A D | ex77.c | 765 const PetscScalar *xp0, *xp; in ComputeParticleError() local 802 const PetscScalar *xp0, *xp; in MonitorParticleError() local
|
| /petsc/src/vec/vec/impls/seq/kokkos/ |
| H A D | veckok.kokkos.cxx | 977 const PetscScalar *xp, *yp; in VecPointwiseMult_SeqKokkos() local 1015 const PetscScalar *xp, *yp; in VecPointwiseDivide_SeqKokkos() local
|
| /petsc/src/snes/impls/tr/ |
| H A D | tr.c | 387 …nline void PetscQuadraticRoots(PetscReal a, PetscReal b, PetscReal c, PetscReal *xm, PetscReal *xp) in PetscQuadraticRoots()
|