Lines Matching refs:leafSectionAdj

245 …PetscSection       section, sectionGlobal, leafSectionAdj, rootSectionAdj, sectionAdj, anchorSecti…  in DMPlexCreateAdjacencySection_Static()  local
266 PetscCall(PetscSectionCreate(comm, &leafSectionAdj)); in DMPlexCreateAdjacencySection_Static()
267 PetscCall(PetscSectionSetChart(leafSectionAdj, 0, numDof)); in DMPlexCreateAdjacencySection_Static()
369 … for (d = off; d < off + dof; ++d) PetscCall(PetscSectionAddDof(leafSectionAdj, d, ndof - ncdof)); in DMPlexCreateAdjacencySection_Static()
373 for (d = off; d < off + dof; ++d) PetscCall(PetscSectionAddDof(leafSectionAdj, d, anDof)); in DMPlexCreateAdjacencySection_Static()
376 PetscCall(PetscSectionSetUp(leafSectionAdj)); in DMPlexCreateAdjacencySection_Static()
379 PetscCall(PetscSectionView(leafSectionAdj, NULL)); 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()
421 PetscCall(PetscSFCreateRemoteOffsets(sfDof, rootSectionAdj, leafSectionAdj, &remoteOffsets)); in DMPlexCreateAdjacencySection_Static()
422 PetscCall(PetscSFCreateSectionSF(sfDof, rootSectionAdj, remoteOffsets, leafSectionAdj, &sfAdj)); in DMPlexCreateAdjacencySection_Static()
429 PetscCall(PetscSectionSetUp(leafSectionAdj)); in DMPlexCreateAdjacencySection_Static()
430 PetscCall(PetscSectionGetStorageSize(leafSectionAdj, &adjSize)); in DMPlexCreateAdjacencySection_Static()
445 PetscCall(PetscSectionGetOffset(leafSectionAdj, d, &aoff)); in DMPlexCreateAdjacencySection_Static()
468 PetscCall(PetscSectionArrayView(leafSectionAdj, adj, PETSC_INT, NULL)); in DMPlexCreateAdjacencySection_Static()
585 PetscCall(PetscSectionGetDof(leafSectionAdj, off + d, &ldof)); in DMPlexCreateAdjacencySection_Static()
637 PetscCall(PetscSectionGetDof(leafSectionAdj, off + d, &ldof)); in DMPlexCreateAdjacencySection_Static()
681 PetscCall(PetscSectionDestroy(&leafSectionAdj)); in DMPlexCreateAdjacencySection_Static()