Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/multirate/
H A Dex5.c229 PetscScalar jmpL, jmpR; in FVRHSFunctionslow() local
231 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionslow()
234 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionslow()
332 PetscScalar jmpL, jmpR; in FVRHSFunctionfast() local
334 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionfast()
337 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionfast()
433 PetscScalar jmpL, jmpR; in FVRHSFunctionslow2() local
435 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionslow2()
438 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionslow2()
549 PetscScalar jmpL, jmpR; in FVRHSFunctionfast2() local
[all …]
H A Dex8.c265 PetscScalar jmpL, jmpR; in FVRHSFunction_3WaySplit() local
267 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunction_3WaySplit()
270 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunction_3WaySplit()
437 PetscScalar jmpL, jmpR; in FVRHSFunctionslow_3WaySplit() local
439 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionslow_3WaySplit()
442 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionslow_3WaySplit()
567 PetscScalar jmpL, jmpR; in FVRHSFunctionslowbuffer_3WaySplit() local
569 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionslowbuffer_3WaySplit()
572 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionslowbuffer_3WaySplit()
716 PetscScalar jmpL, jmpR; in FVRHSFunctionmedium_3WaySplit() local
[all …]
H A Dex6.c249 PetscScalar jmpL, jmpR; in FVRHSFunction_2WaySplit() local
251 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunction_2WaySplit()
254 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunction_2WaySplit()
398 PetscScalar jmpL, jmpR; in FVRHSFunctionslow_2WaySplit() local
400 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionslow_2WaySplit()
403 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionslow_2WaySplit()
525 PetscScalar jmpL, jmpR; in FVRHSFunctionslowbuffer_2WaySplit() local
527 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionslowbuffer_2WaySplit()
530 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionslowbuffer_2WaySplit()
670 PetscScalar jmpL, jmpR; in FVRHSFunctionfast_2WaySplit() local
[all …]
H A Dex4.c618 PetscScalar jmpL, jmpR; in FVRHSFunction_2WaySplit() local
620 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunction_2WaySplit()
623 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunction_2WaySplit()
791 PetscScalar jmpL, jmpR; in FVRHSFunctionslow_2WaySplit() local
793 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionslow_2WaySplit()
796 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionslow_2WaySplit()
942 PetscScalar jmpL, jmpR; in FVRHSFunctionslowbuffer_2WaySplit() local
944 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunctionslowbuffer_2WaySplit()
947 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunctionslowbuffer_2WaySplit()
1111 PetscScalar jmpL, jmpR; in FVRHSFunctionfast_2WaySplit() local
[all …]
H A Dfinitevolume1d.c564 PetscScalar jmpL, jmpR; in FVRHSFunction() local
566 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunction()
569 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunction()
/petsc/src/ts/tutorials/
H A Dex9.c1203 PetscScalar jmpL, jmpR; in FVRHSFunction() local
1205 jmpR = x[(i + 1) * dof + j] - x[(i + 0) * dof + j]; in FVRHSFunction()
1208 cjmpR[k] += ctx->Rinv[k + j * dof] * jmpR; in FVRHSFunction()