Searched refs:polytope (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 111 int polytope; member 119 …pe, polytope, dim, order) {cellType, GMSH_##polytope, dim, order, GmshNumNodes_##polytope(1), Gmsh… argument 179 GmshCellMap[i].polytope = -1; in GmshCellInfoSetUp() 191 …PetscCheck(GmshCellMap[_ct_].polytope != -1, PETSC_COMM_SELF, PETSC_ERR_SUP, "Unsupported Gmsh ele… 1311 #define key(eid) keymap[GmshCellMap[elements[eid].cellType].polytope] in GmshReadElements() 1395 return DMPolytopeMap[GmshCellMap[cellType].polytope]; in DMPolytopeTypeFromGmsh() 1718 int ptA = elemA ? GmshCellMap[elemA->cellType].polytope : -1; in DMPlexCreateGmsh() 1719 int ptB = elemB ? GmshCellMap[elemB->cellType].polytope : -1; in DMPlexCreateGmsh()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMPlex.pyx | 730 """Set the polytope type of a given cell. 739 The polytope type of the cell. 752 """Return the polytope type of a given cell. 773 """Return the `DMLabel` recording the polytope type of each cell.
|