Searched refs:DMPlexConstructGhostCells (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 126 PetscErrorCode DMPlexConstructGhostCells(PetscDM, const char[], PetscInt*, PetscDM*)
|
| H A D | DMPlex.pyx | 2333 DM, DMPlex, DM.create, petsc.DMPlexConstructGhostCells 2340 CHKERR(DMPlexConstructGhostCells(self.dm, cname, &numGhostCells, &dmGhosted))
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex2.c | 194 PetscCall(DMPlexConstructGhostCells(base, NULL, NULL, &baseFV)); in main()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex8.c | 656 PetscCall(DMPlexConstructGhostCells(user.dm, NULL, NULL, &gdm)); in main()
|
| H A D | ex3.c | 637 PetscCall(DMPlexConstructGhostCells(dmRedist, NULL, NULL, &dmfv)); in TestFVGrad()
|
| /petsc/include/ |
| H A D | petscdmplex.h | 407 PETSC_EXTERN PetscErrorCode DMPlexConstructGhostCells(DM, const char[], PetscInt *, DM *);
|
| /petsc/src/ts/tutorials/ |
| H A D | ex18.c | 802 PetscCall(DMPlexConstructGhostCells(*dm, NULL, NULL, &gdm)); in CreateDM()
|
| H A D | ex11.c | 1394 PetscCall(DMPlexConstructGhostCells(dm, NULL, NULL, &gdm)); in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 1054 PetscErrorCode DMPlexConstructGhostCells(DM dm, const char labelName[], PetscInt *numGhostCells, DM… in DMPlexConstructGhostCells() function
|
| H A D | plexcreate.c | 5570 PetscCall(DMPlexConstructGhostCells(dm, flg ? lname : NULL, NULL, &gdm)); in DMSetFromOptions_Plex()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4277 PetscCall(DMPlexConstructGhostCells(newPlex, pforest->ghostName, &numAdded, &newPlexGhosted)); in DMConvert_pforest_plex()
|