Searched refs:gsf (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex21.c | 386 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 D | plexhdf5.c | 2908 …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 D | swarm.c | 667 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 D | pforest.h | 4416 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 D | DMPlex.pyx | 3446 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 D | plex.c | 10320 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()
|