Searched refs:aoff (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 443 PetscInt aoff, i = 0; in DMPlexCreateAdjacencySection_Static() local 445 PetscCall(PetscSectionGetOffset(leafSectionAdj, d, &aoff)); in DMPlexCreateAdjacencySection_Static() 455 adj[aoff + i] = (ngoff < 0 ? -(ngoff + 1) : ngoff) + nd; in DMPlexCreateAdjacencySection_Static() 460 adj[aoff + i] = anchorAdj[anOff + q]; in DMPlexCreateAdjacencySection_Static() 512 PetscInt adof, aoff, i; in DMPlexCreateAdjacencySection_Static() local 515 PetscCall(PetscSectionGetOffset(rootSectionAdj, d, &aoff)); in DMPlexCreateAdjacencySection_Static() 518 rootAdj[aoff + i] = anchorAdj[anOff + q]; in DMPlexCreateAdjacencySection_Static() 530 rootAdj[aoff + i] = ngoff < 0 ? -(ngoff + 1) + nd : ngoff + nd; in DMPlexCreateAdjacencySection_Static() 545 PetscInt adof, aoff; in DMPlexCreateAdjacencySection_Static() local 555 PetscCall(PetscSectionGetOffset(rootSectionAdj, d, &aoff)); in DMPlexCreateAdjacencySection_Static() [all …]
|