Lines Matching refs:uLR
254 uL = &ctx->uLR[0]; in FVRHSFunctionslow()
255 uR = &ctx->uLR[dof]; in FVRHSFunctionslow()
270 uL = &ctx->uLR[0]; in FVRHSFunctionslow()
271 uR = &ctx->uLR[dof]; in FVRHSFunctionslow()
357 uL = &ctx->uLR[0]; in FVRHSFunctionfast()
358 uR = &ctx->uLR[dof]; in FVRHSFunctionfast()
373 uL = &ctx->uLR[0]; in FVRHSFunctionfast()
374 uR = &ctx->uLR[dof]; in FVRHSFunctionfast()
458 uL = &ctx->uLR[0]; in FVRHSFunctionslow2()
459 uR = &ctx->uLR[dof]; in FVRHSFunctionslow2()
474 uL = &ctx->uLR[0]; in FVRHSFunctionslow2()
475 uR = &ctx->uLR[dof]; in FVRHSFunctionslow2()
487 uL = &ctx->uLR[0]; in FVRHSFunctionslow2()
488 uR = &ctx->uLR[dof]; in FVRHSFunctionslow2()
574 uL = &ctx->uLR[0]; in FVRHSFunctionfast2()
575 uR = &ctx->uLR[dof]; in FVRHSFunctionfast2()
590 uL = &ctx->uLR[0]; in FVRHSFunctionfast2()
591 uR = &ctx->uLR[dof]; in FVRHSFunctionfast2()
697 PetscCall(PetscMalloc3(2 * dof, &ctx.uLR, dof, &ctx.flux, dof, &ctx.speeds)); in main()
820 PetscCall(PetscFree3(ctx.uLR, ctx.flux, ctx.speeds)); in main()