Home
last modified time | relevance | path

Searched refs:dm_cell_type (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c841 DMPolytopeType dm_cell_type = DM_POLYTOPE_UNKNOWN; in DMPlexCGNS_CreateCornersConnectivitySection() local
848 … PetscCall(CGNSElementTypeGetTopologyInfo(cellTypes_[c], &dm_cell_type, &numCorners, &cell_dim)); in DMPlexCGNS_CreateCornersConnectivitySection()
854 PetscCall(DMPlexCGNSGetPermutation_Internal(dm_cell_type, numCorners, NULL, &perm)); in DMPlexCGNS_CreateCornersConnectivitySection()
864 DMPolytopeType dm_cell_type = DM_POLYTOPE_UNKNOWN; in DMPlexCGNS_CreateCornersConnectivitySection() local
869 …PetscCall(CGNSElementTypeGetTopologyInfo(sectionCellTypes[s], &dm_cell_type, &numCorners, &cell_di… in DMPlexCGNS_CreateCornersConnectivitySection()
877 PetscCall(DMPlexCGNSGetPermutation_Internal(dm_cell_type, numCorners, NULL, &perm)); in DMPlexCGNS_CreateCornersConnectivitySection()
1589 DMPolytopeType dm_cell_type = DM_POLYTOPE_UNKNOWN; in DMPlexCreateCGNS_Internal_Parallel() local
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()
1630 PetscCall(DMPlexCGNSGetPermutation_Internal(dm_cell_type, numCorners, NULL, &perm)); in DMPlexCreateCGNS_Internal_Parallel()
[all …]