Home
last modified time | relevance | path

Searched refs:lsbwidth (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/tutorials/multirate/
H A Dex6.c359 …, j, k, Mx, dof, xs, xm, islow = 0, sf = ctx->sf, fs = ctx->fs, lsbwidth = ctx->lsbwidth, 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()
424 if (i < sf - lsbwidth) { /* slow region */ in FVRHSFunctionslow_2WaySplit()
439 if (i == sf - lsbwidth) { /* interface between the slow region and the fast region */ in FVRHSFunctionslow_2WaySplit()
486 …, j, k, Mx, dof, xs, xm, islow = 0, sf = ctx->sf, fs = ctx->fs, lsbwidth = ctx->lsbwidth, rsbwidth… in FVRHSFunctionslowbuffer_2WaySplit() local
517 if ((i > sf - lsbwidth - 2 && i < sf + 1) || (i > fs - 2 && i < fs + rsbwidth + 1)) { in FVRHSFunctionslowbuffer_2WaySplit()
551 if (i == sf - lsbwidth) { in FVRHSFunctionslowbuffer_2WaySplit()
562 if (i > sf - lsbwidth && i < sf) { in FVRHSFunctionslowbuffer_2WaySplit()
835 ctx.lsbwidth = 2; in main()
838 ctx.lsbwidth = 4; in main()
[all …]
H A Dex4.c728 …, j, k, Mx, dof, xs, xm, islow = 0, sf = ctx->sf, fs = ctx->fs, lsbwidth = ctx->lsbwidth, 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()
817 if (i < sf - lsbwidth) { /* slow region */ in FVRHSFunctionslow_2WaySplit()
832 if (i == sf - lsbwidth) { /* interface between the slow region and the fast region */ in FVRHSFunctionslow_2WaySplit()
879 …, j, k, Mx, dof, xs, xm, islow = 0, sf = ctx->sf, fs = ctx->fs, lsbwidth = ctx->lsbwidth, rsbwidth… in FVRHSFunctionslowbuffer_2WaySplit() local
934 if ((i > sf - lsbwidth - 2 && i < sf + 1) || (i > fs - 2 && i < fs + rsbwidth + 1)) { in FVRHSFunctionslowbuffer_2WaySplit()
968 if (i == sf - lsbwidth) { in FVRHSFunctionslowbuffer_2WaySplit()
979 if (i > sf - lsbwidth && i < sf) { in FVRHSFunctionslowbuffer_2WaySplit()
1282 ctx.lsbwidth = 4; in main()
1286 if (i < ctx.sf - ctx.lsbwidth || i > ctx.fs + ctx.rsbwidth - 1) in main()
[all …]
H A Dex8.c397 …, j, k, Mx, dof, xs, xm, islow = 0, sm = ctx->sm, ms = ctx->ms, lsbwidth = ctx->lsbwidth, 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()
464 if (i < sm - lsbwidth) { /* slow region */ in FVRHSFunctionslow_3WaySplit()
479 if (i == sm - lsbwidth) { /* interface between slow and medium regions */ in FVRHSFunctionslow_3WaySplit()
527 …, Mx, dof, xs, xm, islowbuffer = 0, sm = ctx->sm, ms = ctx->ms, lsbwidth = ctx->lsbwidth, rsbwidth… in FVRHSFunctionslowbuffer_3WaySplit() local
559 if ((i > sm - lsbwidth - 2 && i < sm + 1) || (i > ms - 2 && i < ms + rsbwidth + 1)) { in FVRHSFunctionslowbuffer_3WaySplit()
594 if (i == sm - lsbwidth) { in FVRHSFunctionslowbuffer_3WaySplit()
605 if (i > sm - lsbwidth && i < sm) { in FVRHSFunctionslowbuffer_3WaySplit()
1182 ctx.lsbwidth = 2; in main()
1187 ctx.lsbwidth = 4; in main()
[all …]
H A Dfinitevolume1d.h131 PetscInt lsbwidth, rsbwidth; /* left slow buffer width and right slow buffer width */ member