Home
last modified time | relevance | path

Searched refs:fobjs (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexegads.c617 ego geom, *bodies, *nobjs, *mobjs, *lobjs, *shobjs, *fobjs, *eobjs; in DMPlexGeomPrintModel_Internal() local
647 PetscCall(EGlite_getBodyTopos(body, NULL, FACE, &Nf, &fobjs)); in DMPlexGeomPrintModel_Internal()
649 PetscCall(EG_getBodyTopos(body, NULL, FACE, &Nf, &fobjs)); in DMPlexGeomPrintModel_Internal()
676 EGlite_free(fobjs); in DMPlexGeomPrintModel_Internal()
682 EG_free(fobjs); in DMPlexGeomPrintModel_Internal()
712 PetscCall(EGlite_getTopology(shell, &geom, &oclass, &mtype, NULL, &Nf, &fobjs, &fsenses)); in DMPlexGeomPrintModel_Internal()
714 PetscCall(EG_getTopology(shell, &geom, &oclass, &mtype, NULL, &Nf, &fobjs, &fsenses)); in DMPlexGeomPrintModel_Internal()
718 ego face = fobjs[f]; in DMPlexGeomPrintModel_Internal()
1106 ego *fobjs, face; in DMPlexCreateGeom_Internal() local
1111 PetscCall(EGlite_getBodyTopos(body, loop, FACE, &Nf, &fobjs)); in DMPlexCreateGeom_Internal()
[all …]
/petsc/src/dm/impls/plex/tutorials/
H A Dex19.c85 PetscGeom model, *bodies, *fobjs; in main() local
198 PetscCall(DMPlexGetGeomModelBodyFaces(dmNozzle, body, &fobjs, &Nf)); in main()
228 PetscGeom face = fobjs[jj]; in main()
285 PetscCall(DMPlexFreeGeomObject(dmNozzle, fobjs)); in main()
301 PetscCall(DMPlexGetGeomModelBodyFaces(dmNozzle, newbody, &fobjs, &Nf)); in main()
341 PetscCall(DMPlexFreeGeomObject(dmNozzle, fobjs)); in main()
H A Dex18.c69 PetscGeom model, *bodies, *fobjs; in main() local
128 PetscCall(DMPlexGetGeomModelBodyFaces(dm, body, &fobjs, &Nf)); in main()
132 PetscGeom face = fobjs[jj]; in main()
164 PetscCall(DMPlexFreeGeomObject(dm, fobjs)); in main()