Searched refs:rootSectionAdj (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 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() [all …]
|