Searched refs:CGNSElementTypeGetTopologyInfo (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 196 static inline PetscErrorCode CGNSElementTypeGetTopologyInfo(CGNS_ENUMT(ElementType_t) cellType, DMP… in CGNSElementTypeGetTopologyInfo() function 547 …PetscCall(CGNSElementTypeGetTopologyInfo((CGNS_ENUMT(ElementType_t))elements[off], &ctype, &numCor… in DMPlexCreateCGNS_Internal_Serial() 556 PetscCall(CGNSElementTypeGetTopologyInfo(cellType, &ctype, &numCorners, NULL)); in DMPlexCreateCGNS_Internal_Serial() 590 …PetscCall(CGNSElementTypeGetTopologyInfo((CGNS_ENUMT(ElementType_t))elements[v], NULL, &numCorners… in DMPlexCreateCGNS_Internal_Serial() 600 PetscCall(CGNSElementTypeGetTopologyInfo(cellType, NULL, &numCorners, NULL)); in DMPlexCreateCGNS_Internal_Serial() 848 … PetscCall(CGNSElementTypeGetTopologyInfo(cellTypes_[c], &dm_cell_type, &numCorners, &cell_dim)); in DMPlexCGNS_CreateCornersConnectivitySection() 869 …PetscCall(CGNSElementTypeGetTopologyInfo(sectionCellTypes[s], &dm_cell_type, &numCorners, &cell_di… in DMPlexCGNS_CreateCornersConnectivitySection() 1610 PetscCall(CGNSElementTypeGetTopologyInfo(cellType, &dm_cell_type, &numCorners, &cell_dim)); in DMPlexCreateCGNS_Internal_Parallel() 1628 PetscCall(CGNSElementTypeGetTopologyInfo(cellType, &dm_cell_type, &numCorners, NULL)); in DMPlexCreateCGNS_Internal_Parallel()
|