Searched refs:node_l2g (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | viewercgnsimpl.h | 14 const PetscInt *node_l2g; member
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1935 …cal_nodes, PetscInt *num_global_nodes, PetscInt *nStart, PetscInt *nEnd, const PetscInt **node_l2g) in DMPlexCreateNodeNumbering() argument 1948 *node_l2g = NULL; in DMPlexCreateNodeNumbering() 2005 *node_l2g = nodes; in DMPlexCreateNodeNumbering() 2016 const PetscInt *node_l2g; in DMView_PlexCGNS() local 2089 …ll(DMPlexCreateNodeNumbering(cdm, &num_local_nodes, &num_global_nodes, &nStart, &nEnd, &node_l2g)); in DMView_PlexCGNS() 2126 PetscInt gn = node_l2g[n]; 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() 2176 cgv->node_l2g = node_l2g; 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() 2399 if (!cgv->node_l2g) PetscCall(DMView(dm, viewer)); in VecView_Plex_Local_CGNS() [all …]
|
| /petsc/src/sys/classes/viewer/impls/cgns/ |
| H A D | cgnsv.c | 95 PetscCall(PetscFree(cgv->node_l2g)); in PetscViewerFileClose_CGNS()
|