Home
last modified time | relevance | path

Searched defs:X2 (Results 1 – 14 of 14) sorted by relevance

/petsc/src/vec/vec/tests/ !
H A Dex39.c16 Vec X, Y, F, X1, Y1, X2, Y2, F1, F2; in main() local
H A Dex37.c120 Vec X2, A, R, E, vX, vX2, vA, vR, vE; in test_view() local
/petsc/src/mat/tutorials/ !
H A Dex2.c14 Vec X, X1, X2, Y, Z, Z1, Z2; in main() local
/petsc/src/ksp/pc/impls/mat/tests/ !
H A Dex1.c42 Mat B, X, X2; in TestPCMatVersusMat() local
/petsc/src/ksp/ksp/impls/bcgs/qmrcgs/ !
H A Dqmrcgs.c19 Vec X, B, R, P, PH, V, D2, X2, S, SH, T, D, S2, RP, AX, Z; in KSPSolve_QMRCGS() local
/petsc/src/ksp/ksp/impls/gmres/dgmres/ !
H A Ddgmresimpl.h80 #define X2 dgmres->x2 macro
/petsc/src/tao/constrained/impls/ipm/ !
H A Dipm.c971 static PetscErrorCode IPMGatherRHS(Tao tao, Vec RHS, Vec X1, Vec X2, Vec X3, Vec X4) in IPMGatherRHS()
1001 static PetscErrorCode IPMScatterStep(Tao tao, Vec STEP, Vec X1, Vec X2, Vec X3, Vec X4) in IPMScatterStep()
/petsc/src/ts/tutorials/ !
H A Dex14.c650 static PetscErrorCode THIFixGhosts(THI thi, DM da3, DM da2, Vec X3, Vec X2) in THIFixGhosts()
692 Vec X3g, X2g, X2; in THIInitial() local
898 Vec X3, X2, Xdot3, Xdot2, F3, F2, F3g, F2g; in THIFunction() local
989 Vec X3, X2; in THISurfaceStatistics() local
1024 Vec X, X3, X2; in THISolveStatistics() local
1275 Vec X3, X2, Xdot2; in THIJacobian() local
1351 Vec X3, X2; in THIDAVecView_VTK_XML() local
/petsc/src/dm/tests/ !
H A Dex2k.kokkos.cxx64 #define X2(k, j, i) x2[(k - gzs) * gym * gxm + (j - gys) * gxm + (i - gxs)] in Update2() macro
/petsc/src/sys/classes/draw/impls/null/ !
H A Ddrawnull.c60 …e PetscDrawTriangle_Null(PetscDraw draw, PetscReal X1, PetscReal Y_1, PetscReal X2, PetscReal Y2, … in PetscDrawTriangle_Null()
/petsc/src/ts/impls/implicit/alpha/ !
H A Dalpha1.c118 Vec X0 = ts->vec_sol, X1, X2 = th->X1; in TSAlpha_Restart() local
H A Dalpha2.c160 Vec X0 = ts->vec_sol, X1, X2 = th->X1; in TSAlpha_Restart() local
/petsc/src/sys/classes/draw/impls/x/ !
H A Dxops.c167 static PetscErrorCode PetscDrawTriangle_X(PetscDraw draw, PetscReal X1, PetscReal Y_1, PetscReal X2 in PetscDrawTriangle_X()
/petsc/src/ts/utils/dmplexlandau/tutorials/ !
H A Dex2.c271 Vec X2; in testStable() local