Searched refs:qAdj (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 85 PetscInt iNew = 0, qAdj, qAdjDof, qAdjCDof, numAdjQ = PETSC_DETERMINE; in DMPlexComputeAnchorAdjacencies() local 90 qAdj = tmpAdjQ[r]; in DMPlexComputeAnchorAdjacencies() 91 if ((qAdj < pStart) || (qAdj >= pEnd)) continue; in DMPlexComputeAnchorAdjacencies() 93 if (qAdj == tmpAdjP[s]) break; in DMPlexComputeAnchorAdjacencies() 96 PetscCall(PetscSectionGetDof(section, qAdj, &qAdjDof)); in DMPlexComputeAnchorAdjacencies() 97 PetscCall(PetscSectionGetConstraintDof(section, qAdj, &qAdjCDof)); in DMPlexComputeAnchorAdjacencies() 119 PetscInt qAdj, qAdjDof, qAdjCDof, qAdjOff, nd, numAdjQ = PETSC_DETERMINE; in DMPlexComputeAnchorAdjacencies() local 124 qAdj = tmpAdjQ[r]; in DMPlexComputeAnchorAdjacencies() 125 if ((qAdj < pStart) || (qAdj >= pEnd)) continue; in DMPlexComputeAnchorAdjacencies() 127 if (qAdj == tmpAdjP[s]) break; in DMPlexComputeAnchorAdjacencies() [all …]
|