Searched refs:xf (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/stag/ |
| H A D | stagmulti.c | 24 PetscErrorCode DMStagRestrictSimple(DM dmf, Vec xf, DM dmc, Vec xc) in DMStagRestrictSimple() argument 43 PetscCall(VecGetLocalSize(xf, &size_local)); in DMStagRestrictSimple() 56 PetscCall(DMStagRestrictSimple_1d(dmf, xf, dmc, xc)); in DMStagRestrictSimple() 59 PetscCall(DMStagRestrictSimple_2d(dmf, xf, dmc, xc)); in DMStagRestrictSimple() 62 PetscCall(DMStagRestrictSimple_3d(dmf, xf, dmc, xc)); in DMStagRestrictSimple() 451 PetscInt xf, mf, nExtraxf, i, d, count; in DMStagPopulateInterpolation1d_Internal() local 467 PetscCall(DMStagGetCorners(dmf, &xf, NULL, NULL, &mf, NULL, NULL, &nExtraxf, NULL, NULL)); in DMStagPopulateInterpolation1d_Internal() 471 for (i = xf; i < xf + mf + nExtraxf; ++i) { in DMStagPopulateInterpolation1d_Internal() 492 for (i = xf; i < xf + mf; ++i) { in DMStagPopulateInterpolation1d_Internal() 510 PetscInt xf, yf, mf, nf, nExtraxf, nExtrayf, i, j, d, count; in DMStagPopulateInterpolation2d_Internal() local [all …]
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | builddist | 122 /bin/tar xf $tmpdir/petsc.tar
|
| /petsc/doc/install/ |
| H A D | download.md | 42 $ tar xf petsc-<version number>.tar.gz
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 3895 PetscScalar *xf = NULL, *xc = NULL, *x = NULL, *xf_t = NULL, *xc_t = NULL; in DMPlexGetHybridCellFields() local 3903 PetscCall(DMPlexVecGetClosure(plex, section, locX, cell, &Nxf, &xf)); in DMPlexGetHybridCellFields() 3914 for (PetscInt i = 0; i < fdofIn; ++i) ul[foffIn + i] = xf[foff + i]; in DMPlexGetHybridCellFields() 3919 PetscCall(DMPlexVecRestoreClosure(plex, section, locX, cell, &Nxf, &xf)); in DMPlexGetHybridCellFields()
|