Lines Matching refs:CGNS_ENUMT

9 #if !defined(CGNS_ENUMT)
10 #define CGNS_ENUMT(a) a macro
16 …tPermutation_Internal(DMPolytopeType cell_type, PetscInt closure_size, CGNS_ENUMT(ElementType_t) *… in DMPlexCGNSGetPermutation_Internal()
18 CGNS_ENUMT(ElementType_t) element_type_tmp; in DMPlexCGNSGetPermutation_Internal()
196 static inline PetscErrorCode CGNSElementTypeGetTopologyInfo(CGNS_ENUMT(ElementType_t) cellType, DMP… in CGNSElementTypeGetTopologyInfo()
291 static inline PetscErrorCode CGNSElementTypeGetDiscretizationInfo(CGNS_ENUMT(ElementType_t) cellTyp… in CGNSElementTypeGetDiscretizationInfo()
419 static PetscErrorCode PetscCGNSDataType(PetscDataType pd, CGNS_ENUMT(DataType_t) * cd) in PetscCGNSDataType()
525 CGNS_ENUMT(ZoneType_t) zonetype; in DMPlexCreateCGNS_Internal_Serial()
527 CGNS_ENUMT(ElementType_t) cellType; in DMPlexCreateCGNS_Internal_Serial()
547 …PetscCall(CGNSElementTypeGetTopologyInfo((CGNS_ENUMT(ElementType_t))elements[off], &ctype, &numCor… in DMPlexCreateCGNS_Internal_Serial()
548 …PetscCall(CGNSElementTypeGetDiscretizationInfo((CGNS_ENUMT(ElementType_t))elements[off], NULL, &pO… in DMPlexCreateCGNS_Internal_Serial()
576 CGNS_ENUMT(ElementType_t) cellType; in DMPlexCreateCGNS_Internal_Serial()
590 …PetscCall(CGNSElementTypeGetTopologyInfo((CGNS_ENUMT(ElementType_t))elements[v], NULL, &numCorners… in DMPlexCreateCGNS_Internal_Serial()
591 …PetscCall(CGNSElementTypeGetDiscretizationInfo((CGNS_ENUMT(ElementType_t))elements[v], NULL, &pOrd… in DMPlexCreateCGNS_Internal_Serial()
641 CGNS_ENUMT(DataType_t) datatype; in DMPlexCreateCGNS_Internal_Serial()
680 CGNS_ENUMT(BCType_t) bctype; in DMPlexCreateCGNS_Internal_Serial()
681 CGNS_ENUMT(DataType_t) datatype; in DMPlexCreateCGNS_Internal_Serial()
682 CGNS_ENUMT(PointSetType_t) pointtype; in DMPlexCreateCGNS_Internal_Serial()
705 CGNS_ENUMT(GridLocation_t) gridloc; in DMPlexCreateCGNS_Internal_Serial()
716 CGNS_ENUMT(GridLocation_t) gridloc; in DMPlexCreateCGNS_Internal_Serial()
797 …PetscInt num_sections, const int section_ids[], PetscSection *section, CGNS_ENUMT(ElementType_t) *… in DMPlexCGNS_CreateCornersConnectivitySection()
802 CGNS_ENUMT(ElementType_t) * sectionCellTypes, *cellTypes_; in DMPlexCGNS_CreateCornersConnectivitySection()
847 cellTypes_[c] = (CGNS_ENUMT(ElementType_t))conn_cg[offsets[i]]; in DMPlexCGNS_CreateCornersConnectivitySection()
1535 CGNS_ENUMT(BCType_t) bctype;
1536 CGNS_ENUMT(DataType_t) normal_datatype;
1537 CGNS_ENUMT(PointSetType_t) pointtype;
1606 CGNS_ENUMT(ElementType_t) cellType; in DMPlexCreateCGNS_Internal_Parallel()
1619 CGNS_ENUMT(ElementType_t) cellType; in DMPlexCreateCGNS_Internal_Parallel()
1729 CGNS_ENUMT(DataType_t) datatype; in DMPlexCreateCGNS_Internal_Parallel()
2121 CGNS_ENUMT(ElementType_t) element_type = CGNS_ENUMV(ElementTypeNull); in DMView_PlexCGNS()
2162 element_type = (CGNS_ENUMT(ElementType_t))global_element_type; in DMView_PlexCGNS()
2216 CGNS_ENUMT(ElementType_t) element_type = CGNS_ENUMV(ElementTypeNull); in DMView_PlexCGNS()
2292 element_type = (CGNS_ENUMT(ElementType_t))global_element_type; in DMView_PlexCGNS()
2361 CGNS_ENUMT(GridLocation_t) grid_loc = CGNS_ENUMV(GridLocationNull); in DMView_PlexCGNS()
2414 cgv->grid_loc = (CGNS_ENUMT(GridLocation_t))global_grid_loc; in VecView_Plex_Local_CGNS()
2457 CGNS_ENUMT(DataType_t) datatype; in VecView_Plex_Local_CGNS()
2569 CGNS_ENUMT(DataType_t) datatype; in VecLoad_Plex_CGNS_Internal()