Home
last modified time | relevance | path

Searched refs:cjmpL (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ts/tutorials/multirate/
H A Dex5.c220 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionslow() local
226 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow()
233 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslow()
240 (*ctx->limit)(&info, cjmpL, cjmpR, ctx->cslope); in FVRHSFunctionslow()
325 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionfast() local
329 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionfast()
336 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionfast()
343 (*ctx->limit)(&info, cjmpL, cjmpR, ctx->cslope); in FVRHSFunctionfast()
426 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionslow2() local
430 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow2()
[all …]
H A Dex8.c257 PetscScalar *cjmpL, *cjmpR; in FVRHSFunction_3WaySplit() local
262 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunction_3WaySplit()
269 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunction_3WaySplit()
278 (*ctx->limit3)(&info, cjmpL, cjmpR, ctx->sm, ctx->mf, ctx->fm, ctx->ms, i, ctx->cslope); in FVRHSFunction_3WaySplit()
428 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionslow_3WaySplit() local
434 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow_3WaySplit()
441 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslow_3WaySplit()
450 (*ctx->limit3)(&info, cjmpL, cjmpR, ctx->sm, ctx->mf, ctx->fm, ctx->ms, i, ctx->cslope); in FVRHSFunctionslow_3WaySplit()
558 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionslowbuffer_3WaySplit() local
564 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslowbuffer_3WaySplit()
[all …]
H A Dex6.c241 PetscScalar *cjmpL, *cjmpR; in FVRHSFunction_2WaySplit() local
246 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunction_2WaySplit()
253 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunction_2WaySplit()
261 (*ctx->limit2)(&info, cjmpL, cjmpR, ctx->sf, ctx->fs, i, ctx->cslope); in FVRHSFunction_2WaySplit()
389 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionslow_2WaySplit() local
395 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow_2WaySplit()
402 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslow_2WaySplit()
410 (*ctx->limit2)(&info, cjmpL, cjmpR, ctx->sf, ctx->fs, i, ctx->cslope); in FVRHSFunctionslow_2WaySplit()
516 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionslowbuffer_2WaySplit() local
522 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslowbuffer_2WaySplit()
[all …]
H A Dex4.c610 PetscScalar *cjmpL, *cjmpR; in FVRHSFunction_2WaySplit() local
615 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunction_2WaySplit()
622 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunction_2WaySplit()
630 (*ctx->limit2)(&info, cjmpL, cjmpR, ctx->sf, ctx->fs, i, ctx->cslope); in FVRHSFunction_2WaySplit()
782 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionslow_2WaySplit() local
788 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslow_2WaySplit()
795 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslow_2WaySplit()
803 (*ctx->limit2)(&info, cjmpL, cjmpR, ctx->sf, ctx->fs, i, ctx->cslope); in FVRHSFunctionslow_2WaySplit()
933 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionslowbuffer_2WaySplit() local
939 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunctionslowbuffer_2WaySplit()
[all …]
H A Dfinitevolume1d.c556 PetscScalar *cjmpL, *cjmpR; in FVRHSFunction() local
561 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunction()
568 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunction()
575 (*ctx->limit)(&info, cjmpL, cjmpR, ctx->cslope); in FVRHSFunction()
/petsc/src/ts/tutorials/
H A Dex9.c1195 PetscScalar *cjmpL, *cjmpR; in FVRHSFunction() local
1200 cjmpL = &ctx->cjmpLR[0]; in FVRHSFunction()
1207 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunction()
1214 (*ctx->limit)(&info, cjmpL, cjmpR, ctx->cslope); in FVRHSFunction()