Lines Matching refs:vctx
75 static PetscErrorCode PhysicsDestroy_SimpleFree(void *vctx) in PhysicsDestroy_SimpleFree() argument
78 PetscCall(PetscFree(vctx)); in PhysicsDestroy_SimpleFree()
87 static PetscErrorCode PhysicsFlux_Advect(void *vctx, const PetscScalar *u, PetscScalar *flux, Petsc… in PhysicsFlux_Advect() argument
89 AdvectCtx *ctx = (AdvectCtx *)vctx; in PhysicsFlux_Advect()
99 static PetscErrorCode PhysicsSample_Advect(void *vctx, PetscInt initial, FVBCType bctype, PetscReal… in PhysicsSample_Advect() argument
101 AdvectCtx *ctx = (AdvectCtx *)vctx; in PhysicsSample_Advect()
169 static PetscErrorCode FVRHSFunction(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunction() argument
171 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunction()
318 static PetscErrorCode FVRHSFunctionslow(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionslow() argument
320 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionslow()
440 static PetscErrorCode FVRHSFunctionfast(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionfast() argument
442 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionfast()