Lines Matching refs:Ne
632 int id, sh, Nsh, f, Nf, l, Nl, e, Ne, v, Nv; in DMPlexGeomPrintModel_Internal() local
661 PetscCall(EGlite_getBodyTopos(body, NULL, EDGE, &Ne, &eobjs)); in DMPlexGeomPrintModel_Internal()
663 PetscCall(EG_getBodyTopos(body, NULL, EDGE, &Ne, &eobjs)); in DMPlexGeomPrintModel_Internal()
665 PetscCall(PetscPrintf(PETSC_COMM_SELF, " Number of EDGES: %d \n", Ne)); in DMPlexGeomPrintModel_Internal()
767 … PetscCall(EGlite_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &eobjs, &esenses)); in DMPlexGeomPrintModel_Internal()
769 PetscCall(EG_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &eobjs, &esenses)); in DMPlexGeomPrintModel_Internal()
772 for (e = 0; e < Ne; ++e) { in DMPlexGeomPrintModel_Internal()
920 int Ner = 0, Ne, e, Nc; in DMPlexCreateGeom_Internal() local
923 PetscCall(EGlite_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &objs, &senses)); in DMPlexCreateGeom_Internal()
925 PetscCall(EG_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &objs, &senses)); in DMPlexCreateGeom_Internal()
928 for (e = 0; e < Ne; ++e) { in DMPlexCreateGeom_Internal()
1048 int lid, Ner = 0, Ne, e; in DMPlexCreateGeom_Internal() local
1052 PetscCall(EGlite_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &objs, &senses)); in DMPlexCreateGeom_Internal()
1055 PetscCall(EG_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &objs, &senses)); in DMPlexCreateGeom_Internal()
1058 for (e = 0; e < Ne; ++e) { in DMPlexCreateGeom_Internal()
1158 int lid, Ner = 0, Ne, e, nc = 0, c, Nt, t; in DMPlexCreateGeom_Internal() local
1162 PetscCall(EGlite_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &objs, &senses)); in DMPlexCreateGeom_Internal()
1165 PetscCall(EG_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &objs, &senses)); in DMPlexCreateGeom_Internal()
1168 for (e = 0; e < Ne; ++e) { in DMPlexCreateGeom_Internal()
1360 int lid, Nf, fid, Ner = 0, Ne, e, Nt = 0, t; in DMPlexCreateGeom_Internal() local
1374 PetscCall(EGlite_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &objs, &senses)); in DMPlexCreateGeom_Internal()
1378 PetscCall(EG_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &objs, &senses)); in DMPlexCreateGeom_Internal()
1381 for (e = 0; e < Ne; ++e) { in DMPlexCreateGeom_Internal()
1511 int Nf, Ne, Nv; in DMPlexCreateGeom() local
1529 PetscCall(EGlite_getBodyTopos(body, NULL, EDGE, &Ne, &eobjs)); in DMPlexCreateGeom()
1536 PetscCall(EG_getBodyTopos(body, NULL, EDGE, &Ne, &eobjs)); in DMPlexCreateGeom()
1545 PetscCall(EGlite_getBodyTopos(body, NULL, EDGE, &Ne, &eobjs)); in DMPlexCreateGeom()
1547 PetscCall(EG_getBodyTopos(body, NULL, EDGE, &Ne, &eobjs)); in DMPlexCreateGeom()
1551 for (int e = 0; e < Ne; ++e) { in DMPlexCreateGeom()
1589 PetscCall(EGlite_getBodyTopos(body, face, EDGE, &Ne, &eobjs)); in DMPlexCreateGeom()
1591 PetscCall(EG_getBodyTopos(body, face, EDGE, &Ne, &eobjs)); in DMPlexCreateGeom()
1594 for (int e = 0; e < Ne; ++e) { in DMPlexCreateGeom()
1620 edgeCntr += Ne; in DMPlexCreateGeom()
1634 int Nf, Ne, Nv; in DMPlexCreateGeom() local
1675 PetscCall(EGlite_getBodyTopos(body, NULL, EDGE, &Ne, &eobjs)); in DMPlexCreateGeom()
1677 PetscCall(EG_getBodyTopos(body, NULL, EDGE, &Ne, &eobjs)); in DMPlexCreateGeom()
1688 for (int e = 0; e < Ne; ++e) { in DMPlexCreateGeom()
1809 … PetscCall(EGlite_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &eobjs, &eSenses)); in DMPlexCreateGeom()
1811 PetscCall(EG_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &eobjs, &eSenses)); in DMPlexCreateGeom()
1814 for (int e = 0; e < Ne; ++e) { in DMPlexCreateGeom()
1929 int Nv, Ne, Nf; in DMPlexCreateGeom() local
1981 PetscCall(EGlite_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &eobjs, &eSenses)); in DMPlexCreateGeom()
1983 PetscCall(EG_getTopology(loop, &geom, &oclass, &mtype, NULL, &Ne, &eobjs, &eSenses)); in DMPlexCreateGeom()
1986 for (int e = 0; e < Ne; ++e) { in DMPlexCreateGeom()
2999 PetscInt fid, Ne, Nn; in DMPlex_Surface_Grad() local
3020 PetscCall(EGlite_getBodyTopos(body, face, EDGE, &Ne, &eobjs)); in DMPlex_Surface_Grad()
3023 PetscCall(EG_getBodyTopos(body, face, EDGE, &Ne, &eobjs)); in DMPlex_Surface_Grad()
3060 for (int jj = 0; jj < Ne; ++jj) { in DMPlex_Surface_Grad()
3464 PetscInt Nv, Ne, wRowStart = 0; in DMPlexGeomDataAndGrads() local
3553 if (islite) PetscCallEGADS(EGlite_getBodyTopos, (body, face, EDGE, &Ne, &eobjs)); in DMPlexGeomDataAndGrads()
3554 else PetscCallEGADS(EG_getBodyTopos, (body, face, EDGE, &Ne, &eobjs)); in DMPlexGeomDataAndGrads()
3564 for (int jj = 0; jj < Ne; ++jj) { in DMPlexGeomDataAndGrads()
3603 for (int jj = 0; jj < Ne; ++jj) { in DMPlexGeomDataAndGrads()
3642 for (int jj = 0; jj < Ne; ++jj) { in DMPlexGeomDataAndGrads()
3680 for (int jj = 0; jj < Ne; ++jj) { in DMPlexGeomDataAndGrads()
3956 PetscInt fid, Ne, Nn; in DMPlexGeomDataAndGrads() local
3977 PetscCall(EGlite_getBodyTopos(body, face, EDGE, &Ne, &eobjs)); in DMPlexGeomDataAndGrads()
3980 PetscCall(EG_getBodyTopos(body, face, EDGE, &Ne, &eobjs)); in DMPlexGeomDataAndGrads()
4017 for (int jj = 0; jj < Ne; ++jj) { in DMPlexGeomDataAndGrads()