Searched refs:octx (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/utils/ |
| H A D | dmdasnes.c | 122 void *x, *octx; in SNESComputeObjective_DMDA() local 134 octx = dmdasnes->objectivelocalctx ? dmdasnes->objectivelocalctx : snes->ctx; in SNESComputeObjective_DMDA() 135 …lBack("SNES DMDA local callback objective", (*dmdasnes->objectivelocalvec)(&info, Xloc, ob, octx)); in SNESComputeObjective_DMDA() 138 …tscCallBack("SNES DMDA local callback objective", (*dmdasnes->objectivelocal)(&info, x, ob, octx)); in SNESComputeObjective_DMDA()
|
| /petsc/src/sys/webclient/ |
| H A D | client.c | 38 PetscErrorCode PetscSSLInitializeContext(SSL_CTX **octx) in PetscSSLInitializeContext() argument 83 *octx = ctx; in PetscSSLInitializeContext()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Device.pyx | 358 cdef DeviceContext octx = type(self)() 360 CHKERR(PetscDeviceContextDuplicate(self.dctx, &octx.dctx)) 361 return octx
|