Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/multirate/
H A Dex5.c220 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionslow() local
227 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow()
234 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionslow()
240 (*ctx->limit)(&info, cjmpL, cjmpR, ctx->cslope); in FVRHSFunctionslow()
325 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionfast() local
330 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionfast()
337 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionfast()
343 (*ctx->limit)(&info, cjmpL, cjmpR, ctx->cslope); in FVRHSFunctionfast()
426 PetscScalar *cjmpL, *cjmpR; in FVRHSFunctionslow2() local
431 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow2()
[all …]
H A Dex8.c257 PetscScalar *cjmpL, *cjmpR; in FVRHSFunction_3WaySplit() local
263 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunction_3WaySplit()
270 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; 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
435 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow_3WaySplit()
442 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; 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
565 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslowbuffer_3WaySplit()
[all …]
H A Dex6.c241 PetscScalar *cjmpL, *cjmpR; in FVRHSFunction_2WaySplit() local
247 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunction_2WaySplit()
254 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; 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
396 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow_2WaySplit()
403 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; 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
523 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslowbuffer_2WaySplit()
[all …]
H A Dex4.c610 PetscScalar *cjmpL, *cjmpR; in FVRHSFunction_2WaySplit() local
616 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunction_2WaySplit()
623 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; 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
789 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslow_2WaySplit()
796 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; 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
940 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunctionslowbuffer_2WaySplit()
[all …]
H A Dfinitevolume1d.c556 PetscScalar *cjmpL, *cjmpR; in FVRHSFunction() local
562 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunction()
569 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; 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
1201 cjmpR = &ctx->cjmpLR[dof]; in FVRHSFunction()
1208 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunction()
1214 (*ctx->limit)(&info, cjmpL, cjmpR, ctx->cslope); in FVRHSFunction()