Searched refs:leafIndicesSec (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2071 PetscSection leafIndicesSec, leafMatricesSec; in DMPlexComputeInterpolatorTree() local 2462 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)fine), &leafIndicesSec)); in DMPlexComputeInterpolatorTree() 2464 …cSFDistributeSection(coarseToFineEmbedded, rootIndicesSec, &remoteOffsetsIndices, leafIndicesSec)); in DMPlexComputeInterpolatorTree() 2466 …SectionSF(coarseToFineEmbedded, rootIndicesSec, remoteOffsetsIndices, leafIndicesSec, &indicesSF)); in DMPlexComputeInterpolatorTree() 2471 PetscCall(PetscSectionGetStorageSize(leafIndicesSec, &numLeafIndices)); in DMPlexComputeInterpolatorTree() 2508 PetscCall(PetscSectionGetChart(leafIndicesSec, &leafStart, &leafEnd)); in DMPlexComputeInterpolatorTree() 2522 PetscCall(PetscSectionGetDof(leafIndicesSec, p, &numColIndices)); in DMPlexComputeInterpolatorTree() 2523 PetscCall(PetscSectionGetOffset(leafIndicesSec, p, &pIndOff)); in DMPlexComputeInterpolatorTree() 2677 PetscCall(PetscSectionGetMaxDof(leafIndicesSec, &maxColumns)); in DMPlexComputeInterpolatorTree() 2690 PetscCall(PetscSectionGetDof(leafIndicesSec, p, &numColIndices)); in DMPlexComputeInterpolatorTree() [all …]
|