Home
last modified time | relevance | path

Searched refs:uctx (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/tests/
H A Dex49f.F908 type uctx type
10 end type uctx
16 type(uctx) :: ctx
42 type(uctx):: ctx
/petsc/src/ts/tutorials/
H A Dextchemfield.c448 static PetscErrorCode MonitorCellDestroy(UserLGCtx **uctx) in MonitorCellDestroy() argument
451 PetscCall(PetscFree(*uctx)); in MonitorCellDestroy()
462 UserLGCtx *uctx; in MonitorCell() local
476 PetscCall(PetscNew(&uctx)); in MonitorCell()
477 uctx->cell = cell; in MonitorCell()
478 uctx->user = user; in MonitorCell()
479 …rrorCode (*)(void *, Vec, Vec *))FormMoleFraction, (PetscCtxDestroyFn *)MonitorCellDestroy, uctx)); in MonitorCell()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1846 …void *uctx in PCSetUp_HPDDM() local
1855 PetscCall((*create)(dm, &uis, &uaux, &usetup, &uctx)); in PCSetUp_HPDDM()
1878 PetscCall(PCHPDDMSetAuxiliaryMat(pc, uis, uaux, usetup, uctx)); in PCSetUp_HPDDM()