Searched refs:dmplex (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/ |
| H A D | __main__.py | 79 dmplex = PETSc.DMPlex().create(comm=COMM) 80 dmplex.setFromOptions() 81 dmplex.destroy()
|
| /petsc/src/dm/impls/forest/tests/ |
| H A D | ex2.c | 80 DM dmplex; in IdentifyBadPoints() local 90 PetscCall(DMConvert(dm, DMPLEX, &dmplex)); in IdentifyBadPoints() 91 PetscCall(DMPlexGetChart(dmplex, &pStart, &pEnd)); in IdentifyBadPoints() 92 PetscCall(DMPlexGetDepthLabel(dmplex, &depthLabel)); in IdentifyBadPoints() 93 PetscCall(DMGetLocalSection(dmplex, §ion)); in IdentifyBadPoints() 114 PetscCall(DMPlexGetTransitiveClosure(dmplex, p, PETSC_TRUE, &closureSize, &closure)); in IdentifyBadPoints() 117 PetscCall(DMPlexGetTreeParent(dmplex, cp, &parent, &childID)); in IdentifyBadPoints() 119 PetscCall(DMPlexGetTreeChildren(dmplex, cp, &numChildren, NULL)); in IdentifyBadPoints() 122 PetscCall(DMPlexRestoreTransitiveClosure(dmplex, p, PETSC_TRUE, &closureSize, &closure)); in IdentifyBadPoints() 128 PetscCall(DMDestroy(&dmplex)); in IdentifyBadPoints()
|
| /petsc/doc/manual/ |
| H A D | dm.md | 10 dmplex
|
| H A D | dmstag.md | 18 from {doc}`DMPLEX <dmplex>`.
|