Home
last modified time | relevance | path

Searched defs:X3 (Results 1 – 4 of 4) sorted by relevance

/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/sys/classes/draw/impls/null/
H A Ddrawnull.c60 …scDraw draw, PetscReal X1, PetscReal Y_1, PetscReal X2, PetscReal Y2, PetscReal X3, PetscReal Y3, … in PetscDrawTriangle_Null()
/petsc/src/ts/tutorials/
H A Dex14.c650 static PetscErrorCode THIFixGhosts(THI thi, DM da3, DM da2, Vec X3, Vec X2) in THIFixGhosts()
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/sys/classes/draw/impls/x/
H A Dxops.c167 …scDraw draw, PetscReal X1, PetscReal Y_1, PetscReal X2, PetscReal Y2, PetscReal X3, PetscReal Y3, … in PetscDrawTriangle_X()