Searched refs:leafMatricesSec (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 2463 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)fine), &leafMatricesSec)); in DMPlexComputeInterpolatorTree() 2465 …DistributeSection(coarseToFineEmbedded, rootMatricesSec, &remoteOffsetsMatrices, leafMatricesSec)); in DMPlexComputeInterpolatorTree() 2467 …tionSF(coarseToFineEmbedded, rootMatricesSec, remoteOffsetsMatrices, leafMatricesSec, &matricesSF)… in DMPlexComputeInterpolatorTree() 2472 PetscCall(PetscSectionGetStorageSize(leafMatricesSec, &numLeafMatrices)); in DMPlexComputeInterpolatorTree() 2572 PetscCall(PetscSectionGetDof(leafMatricesSec, p, &matSize)); in DMPlexComputeInterpolatorTree() 2714 PetscCall(PetscSectionGetDof(leafMatricesSec, p, &matSize)); in DMPlexComputeInterpolatorTree() 2743 PetscCall(PetscSectionGetOffset(leafMatricesSec, p, &pMatOff)); in DMPlexComputeInterpolatorTree() 2805 PetscCall(PetscSectionDestroy(&leafMatricesSec)); in DMPlexComputeInterpolatorTree()
|