Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c797 …tscSection *section, CGNS_ENUMT(ElementType_t) * cellTypes[], PetscInt *cell_ids[], PetscLayout *l… in DMPlexCGNS_CreateCornersConnectivitySection() argument
825 PetscCall(PetscMalloc1(nlocal_cells, cell_ids)); in DMPlexCGNS_CreateCornersConnectivitySection()
845 (*cell_ids)[c] = mystart + i; in DMPlexCGNS_CreateCornersConnectivitySection()
851 …element %" PetscInt_FMT " is dimension %" PetscInt_FMT, global_cell_dim, (*cell_ids)[c], cell_dim); in DMPlexCGNS_CreateCornersConnectivitySection()
872 …element %" PetscInt_FMT " is dimension %" PetscInt_FMT, global_cell_dim, (*cell_ids)[c], cell_dim); in DMPlexCGNS_CreateCornersConnectivitySection()
880 (*cell_ids)[c] = mystart + i; in DMPlexCGNS_CreateCornersConnectivitySection()