Searched refs:uctx (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex49f.F90 | 8 type uctx type 10 end type uctx 16 type(uctx) :: ctx 42 type(uctx):: ctx
|
| /petsc/src/ts/tutorials/ |
| H A D | extchemfield.c | 448 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 D | pchpddm.cxx | 1846 …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()
|