Lines Matching refs:vctx
46 static PetscErrorCode PhysicsRiemann_Advect(void *vctx, PetscInt m, const PetscScalar *uL, const Pe… in PhysicsRiemann_Advect() argument
48 AdvectCtx *ctx = (AdvectCtx *)vctx; in PhysicsRiemann_Advect()
61 static PetscErrorCode PhysicsCharacteristic_Advect(void *vctx, PetscInt m, const PetscScalar *u, Pe… in PhysicsCharacteristic_Advect() argument
63 AdvectCtx *ctx = (AdvectCtx *)vctx; in PhysicsCharacteristic_Advect()
73 static PetscErrorCode PhysicsSample_Advect(void *vctx, PetscInt initial, FVBCType bctype, PetscReal… in PhysicsSample_Advect() argument
75 AdvectCtx *ctx = (AdvectCtx *)vctx; in PhysicsSample_Advect()
187 PetscErrorCode FVRHSFunctionslow(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionslow() argument
189 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionslow()
292 PetscErrorCode FVRHSFunctionfast(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionfast() argument
294 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionfast()
393 PetscErrorCode FVRHSFunctionslow2(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionslow2() argument
395 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionslow2()
508 PetscErrorCode FVRHSFunctionfast2(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionfast2() argument
510 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionfast2()