Searched refs:uLR (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex5.c | 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() [all …]
|
| H A D | ex6.c | 272 uL = &ctx->uLR[0]; in FVRHSFunction_2WaySplit() 273 uR = &ctx->uLR[dof]; in FVRHSFunction_2WaySplit() 422 uL = &ctx->uLR[0]; in FVRHSFunctionslow_2WaySplit() 423 uR = &ctx->uLR[dof]; in FVRHSFunctionslow_2WaySplit() 549 uL = &ctx->uLR[0]; in FVRHSFunctionslowbuffer_2WaySplit() 550 uR = &ctx->uLR[dof]; in FVRHSFunctionslowbuffer_2WaySplit() 694 uL = &ctx->uLR[0]; in FVRHSFunctionfast_2WaySplit() 695 uR = &ctx->uLR[dof]; in FVRHSFunctionfast_2WaySplit() 817 PetscCall(PetscMalloc3(2 * dof, &ctx.uLR, dof, &ctx.flux, dof, &ctx.speeds)); in main() 969 PetscCall(PetscFree3(ctx.uLR, ctx.flux, ctx.speeds)); in main()
|
| H A D | ex8.c | 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() [all …]
|
| H A D | ex4.c | 641 uL = &ctx->uLR[0]; in FVRHSFunction_2WaySplit() 642 uR = &ctx->uLR[dof]; in FVRHSFunction_2WaySplit() 815 uL = &ctx->uLR[0]; in FVRHSFunctionslow_2WaySplit() 816 uR = &ctx->uLR[dof]; in FVRHSFunctionslow_2WaySplit() 966 uL = &ctx->uLR[0]; in FVRHSFunctionslowbuffer_2WaySplit() 967 uR = &ctx->uLR[dof]; in FVRHSFunctionslowbuffer_2WaySplit() 1135 uL = &ctx->uLR[0]; in FVRHSFunctionfast_2WaySplit() 1136 uR = &ctx->uLR[dof]; in FVRHSFunctionfast_2WaySplit() 1264 PetscCall(PetscMalloc3(2 * dof, &ctx.uLR, dof, &ctx.flux, dof, &ctx.speeds)); in main() 1414 PetscCall(PetscFree3(ctx.uLR, ctx.flux, ctx.speeds)); in main()
|
| H A D | finitevolume1d.h | 109 …PetscScalar *uLR; /* Solution at left and right of interface, conservative variables, len=2*d… member
|
| H A D | finitevolume1d.c | 587 uL = &ctx->uLR[0]; in FVRHSFunction() 588 uR = &ctx->uLR[dof]; in FVRHSFunction()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex9.c | 215 …PetscScalar *uLR; /* Solution at left and right of interface, conservative variables, len=2*d… member 1226 uL = &ctx->uLR[0]; in FVRHSFunction() 1227 uR = &ctx->uLR[dof]; in FVRHSFunction() 1480 PetscCall(PetscMalloc3(2 * dof, &ctx.uLR, dof, &ctx.flux, dof, &ctx.speeds)); in main() 1545 PetscCall(PetscFree3(ctx.uLR, ctx.flux, ctx.speeds)); in main()
|