Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/multirate/
H A Dex7.c550 PetscInt i, j, k, dof, xs, xm, Mx, count_slow, count_fast; in FVSample() local
562 count_fast = Mx - count_slow; in FVSample()
583 …xi = ctx->xmin + (ctx->xmax - ctx->xmin) * 0.75 + 0.5 * hs + (i - count_slow / 2 - count_fast) * h… in FVSample()
635 PetscInt i, Mx, count_slow = 0, count_fast = 0; in SolutionErrorNorms() local
645 count_fast = Mx - count_slow; in SolutionErrorNorms()
649 …if (i < count_slow / 2 || i > count_slow / 2 + count_fast - 1) *nrm1 += hs * PetscAbs(ptr_X[i] - p… in SolutionErrorNorms()
667 …PetscInt i, k, dof, xs, xm, Mx, draw = 0, count_slow, count_fast, islow = 0, ifast = 0, *… in main() local
730 count_fast = Mx - count_slow; in main()
732 ctx.fs = ctx.sf + count_fast; in main()
736 if (i < count_slow / 2 || i > count_slow / 2 + count_fast - 1) in main()
[all …]
H A Dex6.c748 …PetscInt i, k, dof, xs, xm, Mx, draw = 0, count_slow, count_fast, islow = 0, ifast = 0, i… in main() local
828 count_fast = Mx - count_slow; in main()
830 ctx.fs = ctx.sf + count_fast; in main()
881 const PetscReal hf = (ctx.xmax - ctx.xmin) / 4.0 / count_fast; in main()
H A Dex4.c1189 …PetscInt i, k, dof, xs, xm, Mx, draw = 0, count_slow, count_fast, islow = 0, ifast = 0, i… in main() local
1276 count_fast = Mx - count_slow; in main()
1278 ctx.fs = ctx.sf + count_fast; in main()
1324 const PetscReal hf = (ctx.xmax - ctx.xmin) / 4.0 / count_fast; in main()
H A Dex8.c1090 …PetscInt i, k, dof, xs, xm, Mx, draw = 0, count_slow, count_medium, count_fast, islow = 0… in main() local
1171 count_fast = ctx.hratio * ctx.hratio * count_slow; in main()
1174 ctx.fm = ctx.mf + count_fast; in main()
1244 const PetscReal hf = (ctx.xmax - ctx.xmin) / 4.0 / count_fast; in main()