Searched refs:element_type (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 16 …opeType cell_type, PetscInt closure_size, CGNS_ENUMT(ElementType_t) * element_type, const int **pe… in DMPlexCGNSGetPermutation_Internal() argument 181 if (element_type) *element_type = element_type_tmp; in DMPlexCGNSGetPermutation_Internal() 2121 CGNS_ENUMT(ElementType_t) element_type = CGNS_ENUMV(ElementTypeNull); in DMView_PlexCGNS() 2149 …cCall(DMPlexCGNSGetPermutation_Internal(cell_type, closure_dof / coord_dim, &element_type, &perm)); in DMView_PlexCGNS() 2158 local_element_type = e_owned > 0 ? (PetscInt)element_type : -1; in DMView_PlexCGNS() 2162 element_type = (CGNS_ENUMT(ElementType_t))global_element_type; in DMView_PlexCGNS() 2169 …PetscCallCGNSWrite(cgp_section_write(cgv->file_num, base, zone, "Elem", element_type, 1, e_global,… in DMView_PlexCGNS() 2216 CGNS_ENUMT(ElementType_t) element_type = CGNS_ENUMV(ElementTypeNull); in DMView_PlexCGNS() 2277 PetscCall(DMPlexCGNSGetPermutation_Internal(cell_type, elem_size, &element_type, &perm)); in DMView_PlexCGNS() 2288 local_element_type = f_owned > 0 ? (PetscInt)element_type : -1; in DMView_PlexCGNS() [all …]
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/checks/ |
| H A D | _util.py | 732 obj_type = cycle_type(obj_type, lambda otype: otype.element_type)
|