Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c842 PetscInt numCorners, cell_dim, *conn_sb_seg; in DMPlexCGNS_CreateCornersConnectivitySection() local
848 … PetscCall(CGNSElementTypeGetTopologyInfo(cellTypes_[c], &dm_cell_type, &numCorners, &cell_dim)); in DMPlexCGNS_CreateCornersConnectivitySection()
849 if (global_cell_dim == -1) global_cell_dim = cell_dim; in DMPlexCGNS_CreateCornersConnectivitySection()
851cell_dim == global_cell_dim, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Can only combine cells of… in DMPlexCGNS_CreateCornersConnectivitySection()
862 PetscInt numCorners, cell_dim; in DMPlexCGNS_CreateCornersConnectivitySection() local
869 …scCall(CGNSElementTypeGetTopologyInfo(sectionCellTypes[s], &dm_cell_type, &numCorners, &cell_dim)); in DMPlexCGNS_CreateCornersConnectivitySection()
870 if (global_cell_dim == -1) global_cell_dim = cell_dim; in DMPlexCGNS_CreateCornersConnectivitySection()
872cell_dim == global_cell_dim, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Can only combine cells of… in DMPlexCGNS_CreateCornersConnectivitySection()
1605 PetscInt cell_dim; in DMPlexCreateCGNS_Internal_Parallel() local
1610 PetscCall(CGNSElementTypeGetTopologyInfo(cellType, &dm_cell_type, &numCorners, &cell_dim)); in DMPlexCreateCGNS_Internal_Parallel()
[all …]