Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c804 PetscInt nlocal_cells = 0, global_cell_dim = -1; in DMPlexCGNS_CreateCornersConnectivitySection() local
849 if (global_cell_dim == -1) global_cell_dim = cell_dim; in DMPlexCGNS_CreateCornersConnectivitySection()
851global_cell_dim, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Can only combine cells of the same di… in DMPlexCGNS_CreateCornersConnectivitySection()
870 if (global_cell_dim == -1) global_cell_dim = cell_dim; in DMPlexCGNS_CreateCornersConnectivitySection()
872global_cell_dim, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Can only combine cells of the same di… in DMPlexCGNS_CreateCornersConnectivitySection()