Searched refs:rootMatricesSec (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 2070 PetscSection rootIndicesSec, rootMatricesSec; in DMPlexComputeInterpolatorTree() local 2128 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)coarse), &rootMatricesSec)); in DMPlexComputeInterpolatorTree() 2130 PetscCall(PetscSectionSetChart(rootMatricesSec, pStartC, pEndC)); in DMPlexComputeInterpolatorTree() 2225 PetscCall(PetscSectionSetDof(rootMatricesSec, p, matSize)); in DMPlexComputeInterpolatorTree() 2228 PetscCall(PetscSectionSetUp(rootMatricesSec)); in DMPlexComputeInterpolatorTree() 2233 PetscCall(PetscSectionGetStorageSize(rootMatricesSec, &numRootMatrices)); in DMPlexComputeInterpolatorTree() 2253 PetscCall(PetscSectionGetDof(rootMatricesSec, p, &matSize)); in DMPlexComputeInterpolatorTree() 2255 PetscCall(PetscSectionGetOffset(rootMatricesSec, p, &pMatOff)); in DMPlexComputeInterpolatorTree() 2465 …PetscCall(PetscSFDistributeSection(coarseToFineEmbedded, rootMatricesSec, &remoteOffsetsMatrices, … in DMPlexComputeInterpolatorTree() 2467 …PetscCall(PetscSFCreateSectionSF(coarseToFineEmbedded, rootMatricesSec, remoteOffsetsMatrices, lea… in DMPlexComputeInterpolatorTree() [all …]
|