Lines Matching refs:vctx
31 static PetscErrorCode PhysicsRiemann_Advect(void *vctx, PetscInt m, const PetscScalar *uL, const Pe… in PhysicsRiemann_Advect() argument
33 AdvectCtx *ctx = (AdvectCtx *)vctx; in PhysicsRiemann_Advect()
43 static PetscErrorCode PhysicsCharacteristic_Advect(void *vctx, PetscInt m, const PetscScalar *u, Pe… in PhysicsCharacteristic_Advect() argument
45 AdvectCtx *ctx = (AdvectCtx *)vctx; in PhysicsCharacteristic_Advect()
54 static PetscErrorCode PhysicsSample_Advect(void *vctx, PetscInt initial, FVBCType bctype, PetscReal… in PhysicsSample_Advect() argument
56 AdvectCtx *ctx = (AdvectCtx *)vctx; in PhysicsSample_Advect()
220 PetscErrorCode FVRHSFunction_3WaySplit(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunction_3WaySplit() argument
222 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunction_3WaySplit()
394 PetscErrorCode FVRHSFunctionslow_3WaySplit(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionslow_3WaySplit() argument
396 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionslow_3WaySplit()
524 PetscErrorCode FVRHSFunctionslowbuffer_3WaySplit(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionslowbuffer_3WaySplit() argument
526 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionslowbuffer_3WaySplit()
673 PetscErrorCode FVRHSFunctionmedium_3WaySplit(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionmedium_3WaySplit() argument
675 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionmedium_3WaySplit()
821 PetscErrorCode FVRHSFunctionmediumbuffer_3WaySplit(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionmediumbuffer_3WaySplit() argument
823 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionmediumbuffer_3WaySplit()
970 PetscErrorCode FVRHSFunctionfast_3WaySplit(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionfast_3WaySplit() argument
972 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionfast_3WaySplit()