Lines Matching refs:FVCtx
127 static PetscErrorCode PhysicsCreate_Advect(FVCtx *ctx) in PhysicsCreate_Advect()
368 FVCtx *ctx = (FVCtx *)vctx; in PhysicsInflow_Shallow()
410 static PetscErrorCode PhysicsSetInflowType_Shallow(FVCtx *ctx) in PhysicsSetInflowType_Shallow()
434 static PetscErrorCode PhysicsCreate_Shallow(FVCtx *ctx) in PhysicsCreate_Shallow()
474 PetscErrorCode FVSample_2WaySplit(FVCtx *ctx, DM da, PetscReal time, Vec U) in FVSample_2WaySplit()
524 static PetscErrorCode SolutionErrorNorms_2WaySplit(FVCtx *ctx, DM da, PetscReal t, Vec X, PetscReal… in SolutionErrorNorms_2WaySplit()
551 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunction_2WaySplit()
727 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionslow_2WaySplit()
878 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionslowbuffer_2WaySplit()
1049 FVCtx *ctx = (FVCtx *)vctx; in FVRHSFunctionfast_2WaySplit()
1188 FVCtx ctx; in main()
1242 PetscErrorCode (*r)(FVCtx *); in main()