Searched refs:DMPlexCGNSGetPermutation_Internal (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 16 static PetscErrorCode DMPlexCGNSGetPermutation_Internal(DMPolytopeType cell_type, PetscInt closure_… in DMPlexCGNSGetPermutation_Internal() function 854 PetscCall(DMPlexCGNSGetPermutation_Internal(dm_cell_type, numCorners, NULL, &perm)); in DMPlexCGNS_CreateCornersConnectivitySection() 877 PetscCall(DMPlexCGNSGetPermutation_Internal(dm_cell_type, numCorners, NULL, &perm)); in DMPlexCGNS_CreateCornersConnectivitySection() 1630 PetscCall(DMPlexCGNSGetPermutation_Internal(dm_cell_type, numCorners, NULL, &perm)); in DMPlexCreateCGNS_Internal_Parallel() 1677 PetscCall(DMPlexCGNSGetPermutation_Internal(dm_cell_type, numClosure, NULL, &perm)); in DMPlexCreateCGNS_Internal_Parallel() 2149 …PetscCall(DMPlexCGNSGetPermutation_Internal(cell_type, closure_dof / coord_dim, &element_type, &pe… in DMView_PlexCGNS() 2277 PetscCall(DMPlexCGNSGetPermutation_Internal(cell_type, elem_size, &element_type, &perm)); in DMView_PlexCGNS()
|