Home
last modified time | relevance | path

Searched refs:anOff (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c433 PetscInt dof, off, d, q, anDof, anOff; in DMPlexCreateAdjacencySection_Static() local
441 PetscCall(PetscSectionGetOffset(anchorSectionAdj, p, &anOff)); in DMPlexCreateAdjacencySection_Static()
460 adj[aoff + i] = anchorAdj[anOff + q]; in DMPlexCreateAdjacencySection_Static()
501 PetscInt numAdj = PETSC_DETERMINE, adof, dof, off, d, q, anDof, anOff; in DMPlexCreateAdjacencySection_Static() local
510 PetscCall(PetscSectionGetOffset(anchorSectionAdj, p, &anOff)); in DMPlexCreateAdjacencySection_Static()
518 rootAdj[aoff + i] = anchorAdj[anOff + q]; in DMPlexCreateAdjacencySection_Static()
627 PetscInt numAdj = PETSC_DETERMINE, dof, cdof, off, goff, d, q, anDof, anOff; in DMPlexCreateAdjacencySection_Static() local
655 PetscCall(PetscSectionGetOffset(anchorSectionAdj, p, &anOff)); in DMPlexCreateAdjacencySection_Static()
676 for (q = 0; q < anDof; q++, i++) cols[aoff + i] = anchorAdj[anOff + q]; in DMPlexCreateAdjacencySection_Static()