Searched refs:inverseSec (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 25 PetscSection inverseSec; in DMPlexComputeAnchorAdjacencies() local 28 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)aSec), &inverseSec)); in DMPlexComputeAnchorAdjacencies() 29 PetscCall(PetscSectionSetChart(inverseSec, pStart, pEnd)); in DMPlexComputeAnchorAdjacencies() 36 PetscCall(PetscSectionAddDof(inverseSec, a, 1)); in DMPlexComputeAnchorAdjacencies() 38 PetscCall(PetscSectionSetUp(inverseSec)); in DMPlexComputeAnchorAdjacencies() 39 PetscCall(PetscSectionGetStorageSize(inverseSec, &iSize)); in DMPlexComputeAnchorAdjacencies() 53 PetscCall(PetscSectionGetOffset(inverseSec, a, &iOff)); in DMPlexComputeAnchorAdjacencies() 80 PetscCall(PetscSectionGetDof(inverseSec, p, &iDof)); in DMPlexComputeAnchorAdjacencies() 82 PetscCall(PetscSectionGetOffset(inverseSec, p, &iOff)); in DMPlexComputeAnchorAdjacencies() 111 PetscCall(PetscSectionGetDof(inverseSec, p, &iDof)); in DMPlexComputeAnchorAdjacencies() [all …]
|