Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi126 PetscErrorCode DMPlexConstructGhostCells(PetscDM, const char[], PetscInt*, PetscDM*)
H A DDMPlex.pyx2333 DM, DMPlex, DM.create, petsc.DMPlexConstructGhostCells
2340 CHKERR(DMPlexConstructGhostCells(self.dm, cname, &numGhostCells, &dmGhosted))
/petsc/src/dm/impls/forest/tests/
H A Dex2.c194 PetscCall(DMPlexConstructGhostCells(base, NULL, NULL, &baseFV)); in main()
/petsc/src/dm/impls/plex/tests/
H A Dex8.c656 PetscCall(DMPlexConstructGhostCells(user.dm, NULL, NULL, &gdm)); in main()
H A Dex3.c637 PetscCall(DMPlexConstructGhostCells(dmRedist, NULL, NULL, &dmfv)); in TestFVGrad()
/petsc/include/
H A Dpetscdmplex.h407 PETSC_EXTERN PetscErrorCode DMPlexConstructGhostCells(DM, const char[], PetscInt *, DM *);
/petsc/src/ts/tutorials/
H A Dex18.c802 PetscCall(DMPlexConstructGhostCells(*dm, NULL, NULL, &gdm)); in CreateDM()
H A Dex11.c1394 PetscCall(DMPlexConstructGhostCells(dm, NULL, NULL, &gdm)); in main()
/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c1054 PetscErrorCode DMPlexConstructGhostCells(DM dm, const char labelName[], PetscInt *numGhostCells, DM… in DMPlexConstructGhostCells() function
H A Dplexcreate.c5570 PetscCall(DMPlexConstructGhostCells(dm, flg ? lname : NULL, NULL, &gdm)); in DMSetFromOptions_Plex()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4277 PetscCall(DMPlexConstructGhostCells(newPlex, pforest->ghostName, &numAdded, &newPlexGhosted)); in DMConvert_pforest_plex()