Home
last modified time | relevance | path

Searched refs:shobjs (Results 1 – 1 of 1) 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
640 PetscCall(EGlite_getBodyTopos(body, NULL, SHELL, &Nsh, &shobjs)); in DMPlexGeomPrintModel_Internal()
642 PetscCall(EG_getBodyTopos(body, NULL, SHELL, &Nsh, &shobjs)); in DMPlexGeomPrintModel_Internal()
675 EGlite_free(shobjs); in DMPlexGeomPrintModel_Internal()
681 EG_free(shobjs); in DMPlexGeomPrintModel_Internal()
694 PetscCall(EGlite_getTopology(body, &geom, &oclass, &mtype, NULL, &Nsh, &shobjs, &shsenses)); in DMPlexGeomPrintModel_Internal()
696 PetscCall(EG_getTopology(body, &geom, &oclass, &mtype, NULL, &Nsh, &shobjs, &shsenses)); in DMPlexGeomPrintModel_Internal()
700 ego shell = shobjs[sh]; in DMPlexGeomPrintModel_Internal()