Lines Matching refs:uLR
289 uL = &ctx->uLR[0]; in FVRHSFunction_3WaySplit()
290 uR = &ctx->uLR[dof]; in FVRHSFunction_3WaySplit()
462 uL = &ctx->uLR[0]; in FVRHSFunctionslow_3WaySplit()
463 uR = &ctx->uLR[dof]; in FVRHSFunctionslow_3WaySplit()
592 uL = &ctx->uLR[0]; in FVRHSFunctionslowbuffer_3WaySplit()
593 uR = &ctx->uLR[dof]; in FVRHSFunctionslowbuffer_3WaySplit()
741 uL = &ctx->uLR[0]; in FVRHSFunctionmedium_3WaySplit()
742 uR = &ctx->uLR[dof]; in FVRHSFunctionmedium_3WaySplit()
889 uL = &ctx->uLR[0]; in FVRHSFunctionmediumbuffer_3WaySplit()
890 uR = &ctx->uLR[dof]; in FVRHSFunctionmediumbuffer_3WaySplit()
1036 uL = &ctx->uLR[0]; in FVRHSFunctionfast_3WaySplit()
1037 uR = &ctx->uLR[dof]; in FVRHSFunctionfast_3WaySplit()
1159 PetscCall(PetscMalloc3(2 * dof, &ctx.uLR, dof, &ctx.flux, dof, &ctx.speeds)); in main()
1339 PetscCall(PetscFree3(ctx.uLR, ctx.flux, ctx.speeds)); in main()