Lines Matching refs:FVCtx
101 static PetscErrorCode PhysicsCreate_Advect(FVCtx *ctx) in PhysicsCreate_Advect()
123 PetscErrorCode FVSample_3WaySplit(FVCtx *ctx, DM da, PetscReal time, Vec U) in FVSample_3WaySplit()
193 static PetscErrorCode SolutionErrorNorms_3WaySplit(FVCtx *ctx, DM da, PetscReal t, Vec X, PetscReal… in SolutionErrorNorms_3WaySplit()
222 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunction_3WaySplit()
396 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionslow_3WaySplit()
526 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionslowbuffer_3WaySplit()
675 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionmedium_3WaySplit()
823 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionmediumbuffer_3WaySplit()
972 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionfast_3WaySplit()
1089 FVCtx ctx; in main()
1137 PetscErrorCode (*r)(FVCtx *); in main()