Lines Matching refs:st

265   DMDAStencilType  st;  in DMCreateColoring_DA_2d_MPIAIJ()  local
275 PetscCall(DMDAGetInfo(da, &dim, &m, &n, NULL, &M, &N, NULL, &nc, &s, &bx, &by, NULL, &st)); in DMCreateColoring_DA_2d_MPIAIJ()
282 if (st == DMDA_STENCIL_STAR && s == 1) { in DMCreateColoring_DA_2d_MPIAIJ()
329 DMDAStencilType st; in DMCreateColoring_DA_3d_MPIAIJ() local
338 PetscCall(DMDAGetInfo(da, &dim, &m, &n, &p, &M, &N, &P, &nc, &s, &bx, &by, &bz, &st)); in DMCreateColoring_DA_3d_MPIAIJ()
830 DMDAStencilType st; in DMCreateMatrix_DA_2d_MPISELL() local
837 PetscCall(DMDAGetInfo(da, &dim, &m, &n, NULL, NULL, NULL, NULL, &nc, &s, &bx, &by, NULL, &st)); in DMCreateMatrix_DA_2d_MPISELL()
863 … if (st == DMDA_STENCIL_BOX || !l || !p) { /* entries on star have either l = 0 or p = 0 */ in DMCreateMatrix_DA_2d_MPISELL()
901 … if (st == DMDA_STENCIL_BOX || !l || !p) { /* entries on star have either l = 0 or p = 0 */ in DMCreateMatrix_DA_2d_MPISELL()
932 DMDAStencilType st; in DMCreateMatrix_DA_3d_MPISELL() local
939 PetscCall(DMDAGetInfo(da, &dim, &m, &n, &p, &M, &N, &P, &nc, &s, &bx, &by, &bz, &st)); in DMCreateMatrix_DA_3d_MPISELL()
968 …if (st == DMDA_STENCIL_BOX || ((!ii && !jj) || (!jj && !kk) || (!ii && !kk))) { /* entries on star… in DMCreateMatrix_DA_3d_MPISELL()
1010 …if (st == DMDA_STENCIL_BOX || ((!ii && !jj) || (!jj && !kk) || (!ii && !kk))) { /* entries on star… in DMCreateMatrix_DA_3d_MPISELL()
1041 DMDAStencilType st; in DMCreateMatrix_DA_2d_MPIAIJ() local
1049 PetscCall(DMDAGetInfo(da, &dim, &m, &n, NULL, &M, &N, NULL, &nc, &s, &bx, &by, NULL, &st)); in DMCreateMatrix_DA_2d_MPIAIJ()
1082 … if (st == DMDA_STENCIL_BOX || !l || !p) { /* entries on star have either l = 0 or p = 0 */ in DMCreateMatrix_DA_2d_MPIAIJ()
1119 … if (st == DMDA_STENCIL_BOX || !l || !p) { /* entries on star have either l = 0 or p = 0 */ in DMCreateMatrix_DA_2d_MPIAIJ()
1155 DMDAStencilType st; in DMCreateMatrix_DA_2d_MPIAIJ_Fill() local
1163 PetscCall(DMDAGetInfo(da, &dim, &m, &n, NULL, &M, &N, NULL, &nc, &s, &bx, &by, NULL, &st)); in DMCreateMatrix_DA_2d_MPIAIJ_Fill()
1196 if (st == DMDA_STENCIL_BOX || !l || !p) { /* entries on star */ in DMCreateMatrix_DA_2d_MPIAIJ_Fill()
1241 if (st == DMDA_STENCIL_BOX || !l || !p) { /* entries on star */ in DMCreateMatrix_DA_2d_MPIAIJ_Fill()
1277 DMDAStencilType st; in DMCreateMatrix_DA_3d_MPIAIJ() local
1285 PetscCall(DMDAGetInfo(da, &dim, &m, &n, &p, &M, &N, &P, &nc, &s, &bx, &by, &bz, &st)); in DMCreateMatrix_DA_3d_MPIAIJ()
1324 …if (st == DMDA_STENCIL_BOX || ((!ii && !jj) || (!jj && !kk) || (!ii && !kk))) { /* entries on star… in DMCreateMatrix_DA_3d_MPIAIJ()
1366 …if (st == DMDA_STENCIL_BOX || ((!ii && !jj) || (!jj && !kk) || (!ii && !kk))) { /* entries on star… in DMCreateMatrix_DA_3d_MPIAIJ()
1689 DMDAStencilType st; in DMCreateMatrix_DA_2d_MPIBAIJ() local
1697 PetscCall(DMDAGetInfo(da, &dim, &m, &n, NULL, NULL, NULL, NULL, &nc, &s, &bx, &by, NULL, &st)); in DMCreateMatrix_DA_2d_MPIBAIJ()
1722 if (st == DMDA_STENCIL_BOX || !ii || !jj) { /* BOX or on the STAR */ in DMCreateMatrix_DA_2d_MPIBAIJ()
1753 if (st == DMDA_STENCIL_BOX || !ii || !jj) { /* BOX or on the STAR */ in DMCreateMatrix_DA_2d_MPIBAIJ()
1781 DMDAStencilType st; in DMCreateMatrix_DA_3d_MPIBAIJ() local
1789 PetscCall(DMDAGetInfo(da, &dim, &m, &n, &p, NULL, NULL, NULL, &nc, &s, &bx, &by, &bz, &st)); in DMCreateMatrix_DA_3d_MPIBAIJ()
1819 …if (st == DMDA_STENCIL_BOX || ((!ii && !jj) || (!jj && !kk) || (!ii && !kk))) { /* entries on star… in DMCreateMatrix_DA_3d_MPIBAIJ()
1858 …if (st == DMDA_STENCIL_BOX || ((!ii && !jj) || (!jj && !kk) || (!ii && !kk))) { /* entries on star… in DMCreateMatrix_DA_3d_MPIBAIJ()
1906 DMDAStencilType st; in DMCreateMatrix_DA_2d_MPISBAIJ() local
1914 PetscCall(DMDAGetInfo(da, &dim, &m, &n, NULL, NULL, NULL, NULL, &nc, &s, &bx, &by, NULL, &st)); in DMCreateMatrix_DA_2d_MPISBAIJ()
1939 if (st == DMDA_STENCIL_BOX || !ii || !jj) cols[cnt++] = slot + ii + gnx * jj; in DMCreateMatrix_DA_2d_MPISBAIJ()
1971 if (st == DMDA_STENCIL_BOX || !ii || !jj) cols[cnt++] = slot + ii + gnx * jj; in DMCreateMatrix_DA_2d_MPISBAIJ()
1998 DMDAStencilType st; in DMCreateMatrix_DA_3d_MPISBAIJ() local
2006 PetscCall(DMDAGetInfo(da, &dim, &m, &n, &p, NULL, NULL, NULL, &nc, &s, &bx, &by, &bz, &st)); in DMCreateMatrix_DA_3d_MPISBAIJ()
2037 …if (st == DMDA_STENCIL_BOX || (!ii && !jj) || (!jj && !kk) || (!ii && !kk)) cols[cnt++] = slot + i… in DMCreateMatrix_DA_3d_MPISBAIJ()
2075 …if (st == DMDA_STENCIL_BOX || (!ii && !jj) || (!jj && !kk) || (!ii && !kk)) cols[cnt++] = slot + i… in DMCreateMatrix_DA_3d_MPISBAIJ()
2107 DMDAStencilType st; in DMCreateMatrix_DA_3d_MPIAIJ_Fill() local
2115 PetscCall(DMDAGetInfo(da, &dim, &m, &n, &p, &M, &N, &P, &nc, &s, &bx, &by, &bz, &st)); in DMCreateMatrix_DA_3d_MPIAIJ_Fill()
2155 …if (st == DMDA_STENCIL_BOX || ((!ii && !jj) || (!jj && !kk) || (!ii && !kk))) { /* entries on star… in DMCreateMatrix_DA_3d_MPIAIJ_Fill()
2206 …if (st == DMDA_STENCIL_BOX || ((!ii && !jj) || (!jj && !kk) || (!ii && !kk))) { /* entries on star… in DMCreateMatrix_DA_3d_MPIAIJ_Fill()