Searched refs:rsbwidth (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/tutorials/multirate/ |
| H A D | ex6.c | 359 … xs, xm, islow = 0, sf = ctx->sf, fs = ctx->fs, lsbwidth = ctx->lsbwidth, rsbwidth = ctx->rsbwidth; in FVRHSFunctionslow_2WaySplit() local 390 …if (i < sf - lsbwidth + 1 || i > fs + rsbwidth - 2) { /* slow components and the first and last fa… in FVRHSFunctionslow_2WaySplit() 449 if (i == fs + rsbwidth) { /* slow region */ in FVRHSFunctionslow_2WaySplit() 460 if (i > fs + rsbwidth) { /* slow region */ in FVRHSFunctionslow_2WaySplit() 486 … xs, xm, islow = 0, sf = ctx->sf, fs = ctx->fs, lsbwidth = ctx->lsbwidth, rsbwidth = ctx->rsbwidth; in FVRHSFunctionslowbuffer_2WaySplit() local 517 if ((i > sf - lsbwidth - 2 && i < sf + 1) || (i > fs - 2 && i < fs + rsbwidth + 1)) { in FVRHSFunctionslowbuffer_2WaySplit() 597 if (i > fs && i < fs + rsbwidth) { in FVRHSFunctionslowbuffer_2WaySplit() 611 if (i == fs + rsbwidth) { in FVRHSFunctionslowbuffer_2WaySplit() 836 ctx.rsbwidth = 4; in main() 839 ctx.rsbwidth = 2; in main() [all …]
|
| H A D | ex4.c | 728 … xs, xm, islow = 0, sf = ctx->sf, fs = ctx->fs, lsbwidth = ctx->lsbwidth, rsbwidth = ctx->rsbwidth; in FVRHSFunctionslow_2WaySplit() local 783 …if (i < sf - lsbwidth + 1 || i > fs + rsbwidth - 2) { /* slow components and the first and last fa… in FVRHSFunctionslow_2WaySplit() 842 if (i == fs + rsbwidth) { /* slow region */ in FVRHSFunctionslow_2WaySplit() 853 if (i > fs + rsbwidth) { /* slow region */ in FVRHSFunctionslow_2WaySplit() 879 … xs, xm, islow = 0, sf = ctx->sf, fs = ctx->fs, lsbwidth = ctx->lsbwidth, rsbwidth = ctx->rsbwidth; in FVRHSFunctionslowbuffer_2WaySplit() local 934 if ((i > sf - lsbwidth - 2 && i < sf + 1) || (i > fs - 2 && i < fs + rsbwidth + 1)) { in FVRHSFunctionslowbuffer_2WaySplit() 1014 if (i > fs && i < fs + rsbwidth) { in FVRHSFunctionslowbuffer_2WaySplit() 1028 if (i == fs + rsbwidth) { in FVRHSFunctionslowbuffer_2WaySplit() 1283 ctx.rsbwidth = 4; in main() 1286 if (i < ctx.sf - ctx.lsbwidth || i > ctx.fs + ctx.rsbwidth - 1) in main() [all …]
|
| H A D | ex8.c | 397 … xs, xm, islow = 0, sm = ctx->sm, ms = ctx->ms, lsbwidth = ctx->lsbwidth, rsbwidth = ctx->rsbwidth; in FVRHSFunctionslow_3WaySplit() local 429 …if (i < sm - lsbwidth + 1 || i > ms + rsbwidth - 2) { /* slow components and the first and last fa… in FVRHSFunctionslow_3WaySplit() 489 if (i == ms + rsbwidth) { /* interface between medium and slow regions */ in FVRHSFunctionslow_3WaySplit() 500 if (i > ms + rsbwidth) { /* slow region */ in FVRHSFunctionslow_3WaySplit() 527 …m, islowbuffer = 0, sm = ctx->sm, ms = ctx->ms, lsbwidth = ctx->lsbwidth, rsbwidth = ctx->rsbwidth; in FVRHSFunctionslowbuffer_3WaySplit() local 559 if ((i > sm - lsbwidth - 2 && i < sm + 1) || (i > ms - 2 && i < ms + rsbwidth + 1)) { in FVRHSFunctionslowbuffer_3WaySplit() 640 if (i > ms && i < ms + rsbwidth) { in FVRHSFunctionslowbuffer_3WaySplit() 654 if (i == ms + rsbwidth) { in FVRHSFunctionslowbuffer_3WaySplit() 1183 ctx.rsbwidth = 4; in main() 1188 ctx.rsbwidth = 2; in main() [all …]
|
| H A D | finitevolume1d.h | 131 PetscInt lsbwidth, rsbwidth; /* left slow buffer width and right slow buffer width */ member
|