Home
last modified time | relevance | path

Searched refs:sectionAdj (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c245 …PetscSection section, sectionGlobal, leafSectionAdj, rootSectionAdj, sectionAdj, anchorSecti… in DMPlexCreateAdjacencySection_Static() local
567 PetscCall(PetscSectionCreate(comm, &sectionAdj)); in DMPlexCreateAdjacencySection_Static()
568 PetscCall(PetscSectionSetChart(sectionAdj, globalOffStart, globalOffEnd)); in DMPlexCreateAdjacencySection_Static()
590 PetscCall(PetscSectionSetDof(sectionAdj, goff + d, rdof)); in DMPlexCreateAdjacencySection_Static()
611 …for (d = goff; d < goff + dof - cdof; ++d) PetscCall(PetscSectionAddDof(sectionAdj, d, ndof - ncdo… in DMPlexCreateAdjacencySection_Static()
615 … for (d = goff; d < goff + dof - cdof; ++d) PetscCall(PetscSectionAddDof(sectionAdj, d, anDof)); in DMPlexCreateAdjacencySection_Static()
618 PetscCall(PetscSectionSetUp(sectionAdj)); in DMPlexCreateAdjacencySection_Static()
621 PetscCall(PetscSectionView(sectionAdj, NULL)); in DMPlexCreateAdjacencySection_Static()
624 PetscCall(PetscSectionGetStorageSize(sectionAdj, &numCols)); in DMPlexCreateAdjacencySection_Static()
644 PetscCall(PetscSectionGetOffset(sectionAdj, goff + d, &aoff)); in DMPlexCreateAdjacencySection_Static()
[all …]