Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexegads.c632 int id, sh, Nsh, f, Nf, l, Nl, e, Ne, v, Nv; 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()
644 PetscCall(PetscPrintf(PETSC_COMM_SELF, " Number of SHELLS: %d \n", Nsh)); 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()
699 for (sh = 0; sh < Nsh; ++sh) { in DMPlexGeomPrintModel_Internal()