Home
last modified time | relevance | path

Searched refs:cjmpLR (Results 1 – 7 of 7) sorted by relevance

/petsc/src/ts/tutorials/multirate/
H A Dex5.c225 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionslow()
226 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow()
227 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow()
328 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionfast()
329 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionfast()
330 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionfast()
429 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionslow2()
430 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow2()
431 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow2()
545 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionfast2()
[all …]
H A Dex6.c245 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunction_2WaySplit()
246 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunction_2WaySplit()
247 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunction_2WaySplit()
394 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionslow_2WaySplit()
395 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow_2WaySplit()
396 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow_2WaySplit()
521 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionslowbuffer_2WaySplit()
522 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslowbuffer_2WaySplit()
523 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslowbuffer_2WaySplit()
666 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionfast_2WaySplit()
[all …]
H A Dex8.c261 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunction_3WaySplit()
262 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunction_3WaySplit()
263 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunction_3WaySplit()
433 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionslow_3WaySplit()
434 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow_3WaySplit()
435 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow_3WaySplit()
563 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionslowbuffer_3WaySplit()
564 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslowbuffer_3WaySplit()
565 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslowbuffer_3WaySplit()
712 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionmedium_3WaySplit()
[all …]
H A Dex4.c614 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunction_2WaySplit()
615 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunction_2WaySplit()
616 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunction_2WaySplit()
787 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionslow_2WaySplit()
788 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow_2WaySplit()
789 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow_2WaySplit()
938 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionslowbuffer_2WaySplit()
939 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslowbuffer_2WaySplit()
940 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslowbuffer_2WaySplit()
1107 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunctionfast_2WaySplit()
[all …]
H A Dfinitevolume1d.h107 …PetscScalar *cjmpLR; /* Jumps at left and right edge of cell, in characteristic basis, len=2*dof… member
H A Dfinitevolume1d.c560 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunction()
561 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunction()
562 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunction()
/petsc/src/ts/tutorials/
H A Dex9.c213 …PetscScalar *cjmpLR; /* Jumps at left and right edge of cell, in characteristic basis, len=2*dof… member
1199 PetscCall(PetscArrayzero(ctx->cjmpLR, 2 * dof)); in FVRHSFunction()
1200 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunction()
1201 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunction()
1479 …PetscCall(PetscMalloc4(dof * dof, &ctx.R, dof * dof, &ctx.Rinv, 2 * dof, &ctx.cjmpLR, 1 * dof, &ct… in main()
1544 PetscCall(PetscFree4(ctx.R, ctx.Rinv, ctx.cjmpLR, ctx.cslope)); in main()