Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/
H A Dstagmulti.c510 PetscInt xf, yf, mf, nf, nExtraxf, nExtrayf, i, j, d, count; in DMStagPopulateInterpolation2d_Internal() local
527 PetscCall(DMStagGetCorners(dmf, &xf, &yf, NULL, &mf, &nf, NULL, &nExtraxf, &nExtrayf, NULL)); in DMStagPopulateInterpolation2d_Internal()
531 for (j = yf; j < yf + nf + nExtrayf; ++j) in DMStagPopulateInterpolation2d_Internal()
558 for (j = yf; j < yf + nf; ++j) in DMStagPopulateInterpolation2d_Internal()
592 for (j = yf; j < yf + nf + nExtrayf; ++j) in DMStagPopulateInterpolation2d_Internal()
626 for (j = yf; j < yf + nf; ++j) in DMStagPopulateInterpolation2d_Internal()
647 PetscInt xf, yf, zf, mf, nf, pf, nExtraxf, nExtrayf, nExtrazf, i, j, k, d, count; in DMStagPopulateInterpolation3d_Internal() local
665 PetscCall(DMStagGetCorners(dmf, &xf, &yf, &zf, &mf, &nf, &pf, &nExtraxf, &nExtrayf, &nExtrazf)); in DMStagPopulateInterpolation3d_Internal()
670 for (j = yf; j < yf + nf + nExtrayf; ++j) in DMStagPopulateInterpolation3d_Internal()
705 for (j = yf; j < yf + nf + nExtrayf; ++j) in DMStagPopulateInterpolation3d_Internal()
[all …]