Searched refs:closure_indices (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 2144 PetscInt closure_dof, *closure_indices, elem_size; in DMView_PlexCGNS() local 2146 …cdm->localSection, cdm->localSection, i, PETSC_FALSE, &closure_dof, &closure_indices, NULL, NULL)); in DMView_PlexCGNS() 2150 …for (PetscInt j = 0; j < elem_size; j++) conn[c++] = node_l2g[closure_indices[perm[j] * coord_dim]… in DMView_PlexCGNS() 2151 …cdm->localSection, cdm->localSection, i, PETSC_FALSE, &closure_dof, &closure_indices, NULL, NULL)); in DMView_PlexCGNS() 2263 PetscInt *closure_indices, elem_size; in DMView_PlexCGNS() local 2270 …localSection, cdm->localSection, face, PETSC_FALSE, &closure_dof_f, &closure_indices, NULL, NULL)); in DMView_PlexCGNS() 2278 …for (PetscInt j = 0; j < elem_size; j++) conn[c++] = node_l2g[closure_indices[perm[j] * coord_dim]… in DMView_PlexCGNS() 2279 …localSection, cdm->localSection, face, PETSC_FALSE, &closure_dof_f, &closure_indices, NULL, NULL)); in DMView_PlexCGNS()
|