Searched refs:num_sections (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 797 …onnectivitySection(DM dm, PetscInt cgid, int base, int zone, PetscInt num_sections, const int sect… in DMPlexCGNS_CreateCornersConnectivitySection() argument 809 PetscCall(PetscMalloc2(num_sections, &ranges, num_sections, §ionCellTypes)); in DMPlexCGNS_CreateCornersConnectivitySection() 810 PetscCall(PetscMalloc1(num_sections, &layouts_)); in DMPlexCGNS_CreateCornersConnectivitySection() 811 for (PetscInt s = 0; s < num_sections; s++) { in DMPlexCGNS_CreateCornersConnectivitySection() 828 for (PetscInt s = 0, c = 0; s < num_sections; s++) { in DMPlexCGNS_CreateCornersConnectivitySection()
|