Lines Matching refs:vctx
38 static PetscErrorCode PhysicsRiemann_Advect(void *vctx, PetscInt m, const PetscScalar *uL, const Pe… in PhysicsRiemann_Advect() argument
40 AdvectCtx *ctx = (AdvectCtx *)vctx; in PhysicsRiemann_Advect()
50 static PetscErrorCode PhysicsCharacteristic_Advect(void *vctx, PetscInt m, const PetscScalar *u, Pe… in PhysicsCharacteristic_Advect() argument
52 AdvectCtx *ctx = (AdvectCtx *)vctx; in PhysicsCharacteristic_Advect()
61 static PetscErrorCode PhysicsSample_Advect(void *vctx, PetscInt initial, FVBCType bctype, PetscReal… in PhysicsSample_Advect() argument
63 AdvectCtx *ctx = (AdvectCtx *)vctx; in PhysicsSample_Advect()
205 PetscErrorCode FVRHSFunction_2WaySplit(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunction_2WaySplit() argument
207 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunction_2WaySplit()
356 PetscErrorCode FVRHSFunctionslow_2WaySplit(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionslow_2WaySplit() argument
358 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionslow_2WaySplit()
483 PetscErrorCode FVRHSFunctionslowbuffer_2WaySplit(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionslowbuffer_2WaySplit() argument
485 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionslowbuffer_2WaySplit()
630 PetscErrorCode FVRHSFunctionfast_2WaySplit(TS ts, PetscReal time, Vec X, Vec F, void *vctx) in FVRHSFunctionfast_2WaySplit() argument
632 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionfast_2WaySplit()