Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex21.c386 PetscSF lsf, gsf; in main() local
416 PetscCall(DMPlexSectionLoad(dm, viewer, sdm, sfXC, &gsf, &lsf)); in main()
460 PetscCall(DMPlexGlobalVectorLoad(dm, viewer, sdm, gsf, vec)); in main()
461 PetscCall(PetscSFDestroy(&gsf)); in main()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2908 …ad_HDF5_Internal(DM dm, PetscViewer viewer, DM sectiondm, PetscSF sfXB, PetscSF *gsf, PetscSF *lsf) in DMPlexSectionLoad_HDF5_Internal() argument
3035 if (lsf || gsf) { in DMPlexSectionLoad_HDF5_Internal()
3055 if (gsf) { in DMPlexSectionLoad_HDF5_Internal()
3066 *gsf = gsfABdata; in DMPlexSectionLoad_HDF5_Internal()
/petsc/src/dm/impls/swarm/
H A Dswarm.c667 PetscSection gsf; in DMCreateMassMatrix_Swarm() local
674 PetscCall(DMGetGlobalSection(dmFine, &gsf)); in DMCreateMassMatrix_Swarm()
675 PetscCall(PetscSectionGetConstrainedStorageSize(gsf, &m)); in DMCreateMassMatrix_Swarm()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4416 PetscSection gsc, gsf; in DMCreateInterpolation_pforest() local
4421 PetscCall(DMGetGlobalSection(dmFine, &gsf)); in DMCreateInterpolation_pforest()
4422 PetscCall(PetscSectionGetConstrainedStorageSize(gsf, &m)); in DMCreateInterpolation_pforest()
4456 PetscSection gsc, gsf; in DMCreateInjection_pforest() local
4461 PetscCall(DMGetGlobalSection(dmFine, &gsf)); in DMCreateInjection_pforest()
4462 PetscCall(PetscSectionGetConstrainedStorageSize(gsf, &n)); in DMCreateInjection_pforest()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMPlex.pyx3446 gsf : SF
3462 cdef SF gsf = SF()
3464 CHKERR(DMPlexSectionLoad(self.dm, viewer.vwr, sectiondm.dm, sfxc.sf, &gsf.sf, &lsf.sf))
3465 return gsf, lsf
/petsc/src/dm/impls/plex/
H A Dplex.c10320 PetscSection gsc, gsf; in DMCreateInterpolation_Plex() local
10327 PetscCall(DMGetGlobalSection(dmFine, &gsf)); in DMCreateInterpolation_Plex()
10328 PetscCall(PetscSectionGetConstrainedStorageSize(gsf, &m)); in DMCreateInterpolation_Plex()
10415 PetscSection gsc, gsf; in DMCreateMassMatrix_Plex() local
10451 PetscCall(DMGetGlobalSection(dmFine, &gsf)); in DMCreateMassMatrix_Plex()
10452 PetscCall(PetscSectionGetConstrainedStorageSize(gsf, &m)); in DMCreateMassMatrix_Plex()
10472 PetscSection gsc, gsf; in DMCreateGradientMatrix_Plex() local
10477 PetscCall(DMGetGlobalSection(dmr, &gsf)); in DMCreateGradientMatrix_Plex()
10478 PetscCall(PetscSectionGetConstrainedStorageSize(gsf, &m)); in DMCreateGradientMatrix_Plex()