Searched refs:sfDof (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ ! |
| H A D | plexpreallocate.c | 239 static PetscErrorCode DMPlexCreateAdjacencySection_Static(DM dm, PetscInt bs, PetscSF sfDof, PetscB… in DMPlexCreateAdjacencySection_Static() argument 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() 828 PetscSF sf, sfDof; in DMPlexPreallocateOperator() local 866 PetscCall(PetscSFCreateSectionSF(sf, section, remoteOffsets, section, &sfDof)); in DMPlexPreallocateOperator() 870 PetscCall(PetscSFView(sfDof, NULL)); in DMPlexPreallocateOperator() 883 …PetscCall(DMPlexCreateAdjacencySection_Static(dm, bs, sfDof, useCone, useClosure, PETSC_TRUE, &sec… in DMPlexPreallocateOperator() 889 …if (!sectionAdj[idx]) PetscCall(DMPlexCreateAdjacencySection_Static(dm, bs, sfDof, useCone, useClo… in DMPlexPreallocateOperator() [all …]
|