Searched refs:rowf (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stagmulti.c | 452 DMStagStencil rowf, colc[2]; in DMStagPopulateInterpolation1d_Internal() local 472 rowf.i = i; in DMStagPopulateInterpolation1d_Internal() 473 rowf.c = d; in DMStagPopulateInterpolation1d_Internal() 474 rowf.loc = DMSTAG_LEFT; in DMStagPopulateInterpolation1d_Internal() 485 PetscCall(DMStagStencilToIndexLocal(dmf, dim, 1, &rowf, &ir)); in DMStagPopulateInterpolation1d_Internal() 493 rowf.i = i; in DMStagPopulateInterpolation1d_Internal() 494 rowf.c = d; in DMStagPopulateInterpolation1d_Internal() 495 rowf.loc = DMSTAG_ELEMENT; in DMStagPopulateInterpolation1d_Internal() 500 PetscCall(DMStagStencilToIndexLocal(dmf, dim, 1, &rowf, &ir)); in DMStagPopulateInterpolation1d_Internal() 511 DMStagStencil rowf, colc[4]; in DMStagPopulateInterpolation2d_Internal() local [all …]
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex14f.F90 | 150 PetscInt rowf 185 rowf = 0 191 rowf = rowf + 1 194 ff(rowf) = xx(row) 200 ff(rowf) = uxx + uyy - sc*exp(u)
|