Home
last modified time | relevance | path

Searched defs:uu (Results 1 – 13 of 13) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex50.c35 PetscScalar uu, tt; member
71 PetscScalar Hx, Hy, pi, uu, tt; in ComputeRHS() local
H A Dex66.c31 PetscScalar uu, tt; member
67 PetscScalar Hx, Hy, pi, uu, tt; in ComputeRHS() local
H A Dex69.c25 PetscScalar *uu, *xx; in ComputeSolution() local
/petsc/src/ksp/ksp/impls/bcgs/qmrcgs/
H A Dqmrcgs.c18 PetscScalar eta, rho1, rho2, alpha, eta2, omega, beta, cf, cf1, uu; in KSPSolve_QMRCGS() local
/petsc/src/ksp/pc/tests/
H A Dex5.c337 PetscScalar uu; in CalculateRhs() local
353 PetscScalar uu; in CalculateSolution() local
/petsc/src/dm/impls/swarm/tests/
H A Dex7.c16 Vec uu; member
/petsc/src/ksp/ksp/impls/cg/pipecg2/
H A Dpipecg2.c8 …_Private(Vec U, Vec W, Vec R, PetscInt normtype, PetscScalar *ru, PetscScalar *wu, PetscScalar *uu) in VecMergedDot_Private()
/petsc/src/ksp/pc/impls/tfs/
H A Dxxt.c170 PetscScalar *u, *uu, *v, *z, *w, alpha, alpha_w; in xxt_generate() local
H A Dxyt.c223 PetscScalar *u, *uu, *v, *z, *w, alpha, alpha_w; in xyt_generate() local
/petsc/src/ts/tests/
H A Dex30.c28 Vec uu; member
/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu1831 const PetscScalar *u, *v, *uu, *vv; in MatH2OpusLowRankUpdate() local
/petsc/src/ts/tutorials/
H A Dex11.c478 EulerNode *uu = (EulerNode *)u; in PhysicsSolution_Euler() local
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c1014 static PetscErrorCode adapt(PetscInt grid, LandauCtx *ctx, Vec *uu) in adapt()