Lines Matching refs:rootSectionAdj
245 …PetscSection section, sectionGlobal, leafSectionAdj, rootSectionAdj, sectionAdj, anchorSecti… in DMPlexCreateAdjacencySection_Static() local
268 PetscCall(PetscSectionCreate(comm, &rootSectionAdj)); in DMPlexCreateAdjacencySection_Static()
269 PetscCall(PetscSectionSetChart(rootSectionAdj, 0, numDof)); in DMPlexCreateAdjacencySection_Static()
383 …PetscCall(PetscSFReduceBegin(sfDof, MPIU_INT, leafSectionAdj->atlasDof, rootSectionAdj->atlasDof, … in DMPlexCreateAdjacencySection_Static()
384 …PetscCall(PetscSFReduceEnd(sfDof, MPIU_INT, leafSectionAdj->atlasDof, rootSectionAdj->atlasDof, MP… in DMPlexCreateAdjacencySection_Static()
385 PetscCall(PetscSectionInvalidateMaxDof_Internal(rootSectionAdj)); in DMPlexCreateAdjacencySection_Static()
389 PetscCall(PetscSectionView(rootSectionAdj, NULL)); in DMPlexCreateAdjacencySection_Static()
398 PetscCall(PetscSectionGetDof(rootSectionAdj, off, &adof)); in DMPlexCreateAdjacencySection_Static()
408 … for (d = off; d < off + dof; ++d) PetscCall(PetscSectionAddDof(rootSectionAdj, d, ndof - ncdof)); in DMPlexCreateAdjacencySection_Static()
412 for (d = off; d < off + dof; ++d) PetscCall(PetscSectionAddDof(rootSectionAdj, d, anDof)); in DMPlexCreateAdjacencySection_Static()
415 PetscCall(PetscSectionSetUp(rootSectionAdj)); in DMPlexCreateAdjacencySection_Static()
418 PetscCall(PetscSectionView(rootSectionAdj, NULL)); in DMPlexCreateAdjacencySection_Static()
421 PetscCall(PetscSFCreateRemoteOffsets(sfDof, rootSectionAdj, leafSectionAdj, &remoteOffsets)); in DMPlexCreateAdjacencySection_Static()
422 PetscCall(PetscSFCreateSectionSF(sfDof, rootSectionAdj, remoteOffsets, leafSectionAdj, &sfAdj)); in DMPlexCreateAdjacencySection_Static()
471 PetscCall(PetscSectionGetStorageSize(rootSectionAdj, &adjSize)); in DMPlexCreateAdjacencySection_Static()
497 PetscCall(PetscSectionArrayView(rootSectionAdj, rootAdj, PETSC_INT, NULL)); in DMPlexCreateAdjacencySection_Static()
506 PetscCall(PetscSectionGetDof(rootSectionAdj, off, &adof)); in DMPlexCreateAdjacencySection_Static()
514 PetscCall(PetscSectionGetDof(rootSectionAdj, d, &adof)); in DMPlexCreateAdjacencySection_Static()
515 PetscCall(PetscSectionGetOffset(rootSectionAdj, d, &aoff)); in DMPlexCreateAdjacencySection_Static()
539 PetscCall(PetscSectionArrayView(rootSectionAdj, rootAdj, PETSC_INT, NULL)); in DMPlexCreateAdjacencySection_Static()
542 PetscCall(PetscSectionSetUp(rootSectionAdj)); in DMPlexCreateAdjacencySection_Static()
551 PetscCall(PetscSectionGetDof(rootSectionAdj, off, &adof)); in DMPlexCreateAdjacencySection_Static()
554 PetscCall(PetscSectionGetDof(rootSectionAdj, d, &adof)); in DMPlexCreateAdjacencySection_Static()
555 PetscCall(PetscSectionGetOffset(rootSectionAdj, d, &aoff)); in DMPlexCreateAdjacencySection_Static()
557 PetscCall(PetscSectionSetDof(rootSectionAdj, d, adof)); in DMPlexCreateAdjacencySection_Static()
563 PetscCall(PetscSectionArrayView(rootSectionAdj, rootAdj, PETSC_INT, NULL)); in DMPlexCreateAdjacencySection_Static()
586 PetscCall(PetscSectionGetDof(rootSectionAdj, off + d, &rdof)); in DMPlexCreateAdjacencySection_Static()
638 PetscCall(PetscSectionGetDof(rootSectionAdj, off + d, &rdof)); in DMPlexCreateAdjacencySection_Static()
645 PetscCall(PetscSectionGetOffset(rootSectionAdj, off + d, &roff)); in DMPlexCreateAdjacencySection_Static()
682 PetscCall(PetscSectionDestroy(&rootSectionAdj)); in DMPlexCreateAdjacencySection_Static()