Home
last modified time | relevance | path

Searched defs:sy (Results 1 – 15 of 15) sorted by relevance

/petsc/src/ts/tutorials/advection-diffusion-reaction/
H A Dreaction_diffusion.c32 PetscReal hx, hy, sx, sy; in RHSFunction() local
97 PetscReal hx, hy, sx, sy; in RHSJacobian() local
240 PetscReal hx, hy, sx, sy; in IFunction() local
307 PetscReal hx, hy, sx, sy; in IJacobian() local
H A Dex5adj_mf.c64 PetscReal hx, hy, sx, sy; in MyRHSMatMultTranspose() local
123 PetscReal hx, hy, sx, sy; in MyIMatMultTranspose() local
184 PetscReal hx, hy, sx, sy; in MyIMatMult() local
/petsc/src/ts/tutorials/autodiff/
H A Dadr_ex5adj.cxx364 PetscReal hx, hy, sx, sy; in IFunctionLocalPassive() local
404 PetscReal hx, hy, sx, sy; in IFunctionActive() local
531 PetscReal hx, hy, sx, sy; in RHSFunctionPassive() local
611 PetscReal hx, hy, sx, sy; in RHSFunctionActive() local
791 PetscReal hx, hy, sx, sy; in IJacobianByHand() local
921 PetscReal hx, hy, sx, sy; in RHSJacobianByHand() local
H A Dadr_ex5adj_mf.cxx252 PetscReal hx, hy, sx, sy; in IFunctionLocalPassive() local
292 PetscReal hx, hy, sx, sy; in IFunctionActive() local
/petsc/src/dm/tests/
H A Dex36.c58 PetscInt sx, nx, sy, ny, sz, nz, dim; in DAApplyConformalMapping() local
198 PetscInt sx, nx, sy, ny, sz, nz; in DAApplyTrilinearMapping() local
253 PetscInt sx, nx, sy, ny; in DADefineXLinearField2D() local
280 PetscInt sx, nx, sy, ny, sz, nz; in DADefineXLinearField3D() local
/petsc/src/ts/tutorials/
H A Dex13.c121 PetscReal two = 2.0, hx, hy, sx, sy; in RHSFunction() local
193 PetscReal hx, hy, sx, sy; in RHSJacobian() local
H A Dex15.c160 PetscReal hx, hy, sx, sy; in FormIFunction() local
252 PetscScalar vals[5], hx, hy, sx, sy; in FormIJacobian() local
H A Dex7.c128 PetscReal two = 2.0, hx, hy, sx, sy; in FormFunction() local
H A Dex12.c135 PetscReal hx, hy, /*hxdhy,hydhx,*/ sx, sy; in FormFunction() local
/petsc/src/dm/impls/da/
H A Dgrglvis.c38 PetscInt sx, sy, sz, ien, jen, ken; in DMDAGetNumElementsGhosted() local
97 PetscInt sx, sy, sz, gsx, gsy, gsz, ist, jst, kst, gm, gn, gp; in DMDASampleGLVisFields_Private() local
343 PetscInt sx, sy, sz, ie, je, ke, ien, jen, ken, nel; in DMDAView_GLVis_ASCII() local
/petsc/src/ts/tests/
H A Dex24.c21 PetscReal hx, hy, sx, sy; in RHSJacobian() local
/petsc/src/sys/classes/draw/impls/image/
H A Ddrawimage.h57 int dy = PetscAbs(y_2 - y_1), sy = (y_2 - y_1) >= 0 ? +1 : -1; in PetscImageDrawLine() local
/petsc/include/
H A Dpetscblaslapack.h166 …Int *n, const PetscScalar *x, const PetscBLASInt *sx, const PetscScalar *y, const PetscBLASInt *sy) in BLASdot_()
177 …Int *n, const PetscScalar *x, const PetscBLASInt *sx, const PetscScalar *y, const PetscBLASInt *sy) in BLASdotu_()
/petsc/src/ksp/ksp/utils/lmvm/symbrdn/
H A Dsymbrdn.c621 Vec sy[2] = {lmvm->Xprev, lmvm->Fprev}; in MatUpdate_LMVMSymBrdn() local
/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu516 static PetscErrorCode MatMultKernel_H2OPUS(Mat A, Vec x, PetscScalar sy, Vec y, PetscBool trans) in MatMultKernel_H2OPUS()