Searched refs:rootIndicesSec (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 2127 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)coarse), &rootIndicesSec)); in DMPlexComputeInterpolatorTree() 2129 PetscCall(PetscSectionSetChart(rootIndicesSec, pStartC, pEndC)); in DMPlexComputeInterpolatorTree() 2224 …PetscCall(PetscSectionSetDof(rootIndicesSec, p, numColIndices ? numColIndices + 2 * numFields : 0)… in DMPlexComputeInterpolatorTree() 2227 PetscCall(PetscSectionSetUp(rootIndicesSec)); in DMPlexComputeInterpolatorTree() 2232 PetscCall(PetscSectionGetStorageSize(rootIndicesSec, &numRootIndices)); in DMPlexComputeInterpolatorTree() 2242 PetscCall(PetscSectionGetDof(rootIndicesSec, p, &numColIndices)); in DMPlexComputeInterpolatorTree() 2251 PetscCall(PetscSectionGetOffset(rootIndicesSec, p, &pIndOff)); in DMPlexComputeInterpolatorTree() 2464 …PetscCall(PetscSFDistributeSection(coarseToFineEmbedded, rootIndicesSec, &remoteOffsetsIndices, le… in DMPlexComputeInterpolatorTree() 2466 …PetscCall(PetscSFCreateSectionSF(coarseToFineEmbedded, rootIndicesSec, remoteOffsetsIndices, leafI… in DMPlexComputeInterpolatorTree() [all …]
|