Searched refs:jmpL (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex5.c | 229 PetscScalar jmpL, jmpR; in FVRHSFunctionslow() local 230 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunctionslow() 233 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslow() 332 PetscScalar jmpL, jmpR; in FVRHSFunctionfast() local 333 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunctionfast() 336 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionfast() 433 PetscScalar jmpL, jmpR; in FVRHSFunctionslow2() local 434 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunctionslow2() 437 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslow2() 549 PetscScalar jmpL, jmpR; in FVRHSFunctionfast2() local [all …]
|
| H A D | ex8.c | 265 PetscScalar jmpL, jmpR; in FVRHSFunction_3WaySplit() local 266 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunction_3WaySplit() 269 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunction_3WaySplit() 437 PetscScalar jmpL, jmpR; in FVRHSFunctionslow_3WaySplit() local 438 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunctionslow_3WaySplit() 441 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslow_3WaySplit() 567 PetscScalar jmpL, jmpR; in FVRHSFunctionslowbuffer_3WaySplit() local 568 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunctionslowbuffer_3WaySplit() 571 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslowbuffer_3WaySplit() 716 PetscScalar jmpL, jmpR; in FVRHSFunctionmedium_3WaySplit() local [all …]
|
| H A D | ex6.c | 249 PetscScalar jmpL, jmpR; in FVRHSFunction_2WaySplit() local 250 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunction_2WaySplit() 253 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunction_2WaySplit() 398 PetscScalar jmpL, jmpR; in FVRHSFunctionslow_2WaySplit() local 399 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunctionslow_2WaySplit() 402 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslow_2WaySplit() 525 PetscScalar jmpL, jmpR; in FVRHSFunctionslowbuffer_2WaySplit() local 526 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunctionslowbuffer_2WaySplit() 529 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslowbuffer_2WaySplit() 670 PetscScalar jmpL, jmpR; in FVRHSFunctionfast_2WaySplit() local [all …]
|
| H A D | ex4.c | 618 PetscScalar jmpL, jmpR; in FVRHSFunction_2WaySplit() local 619 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunction_2WaySplit() 622 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunction_2WaySplit() 791 PetscScalar jmpL, jmpR; in FVRHSFunctionslow_2WaySplit() local 792 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunctionslow_2WaySplit() 795 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslow_2WaySplit() 942 PetscScalar jmpL, jmpR; in FVRHSFunctionslowbuffer_2WaySplit() local 943 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunctionslowbuffer_2WaySplit() 946 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunctionslowbuffer_2WaySplit() 1111 PetscScalar jmpL, jmpR; in FVRHSFunctionfast_2WaySplit() local [all …]
|
| H A D | finitevolume1d.c | 564 PetscScalar jmpL, jmpR; in FVRHSFunction() local 565 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunction() 568 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunction()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex9.c | 1203 PetscScalar jmpL, jmpR; in FVRHSFunction() local 1204 jmpL = x[(i + 0) * dof + j] - x[(i - 1) * dof + j]; in FVRHSFunction() 1207 cjmpL[k] += ctx->Rinv[k + j * dof] * jmpL; in FVRHSFunction()
|