Searched refs:gsc (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4416 PetscSection gsc, gsf; in DMCreateInterpolation_pforest() local 4423 PetscCall(DMGetGlobalSection(dmCoarse, &gsc)); in DMCreateInterpolation_pforest() 4424 PetscCall(PetscSectionGetConstrainedStorageSize(gsc, &n)); in DMCreateInterpolation_pforest() 4456 PetscSection gsc, gsf; in DMCreateInjection_pforest() local 4463 PetscCall(DMGetGlobalSection(dmCoarse, &gsc)); in DMCreateInjection_pforest() 4464 PetscCall(PetscSectionGetConstrainedStorageSize(gsc, &m)); in DMCreateInjection_pforest()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 10320 PetscSection gsc, gsf; in DMCreateInterpolation_Plex() local 10329 PetscCall(DMGetGlobalSection(dmCoarse, &gsc)); in DMCreateInterpolation_Plex() 10330 PetscCall(PetscSectionGetConstrainedStorageSize(gsc, &n)); in DMCreateInterpolation_Plex() 10415 PetscSection gsc, gsf; in DMCreateMassMatrix_Plex() local 10453 PetscCall(DMGetGlobalSection(dmCoarse, &gsc)); in DMCreateMassMatrix_Plex() 10454 PetscCall(PetscSectionGetConstrainedStorageSize(gsc, &n)); in DMCreateMassMatrix_Plex() 10472 PetscSection gsc, gsf; in DMCreateGradientMatrix_Plex() local 10479 PetscCall(DMGetGlobalSection(dmc, &gsc)); in DMCreateGradientMatrix_Plex() 10480 PetscCall(PetscSectionGetConstrainedStorageSize(gsc, &n)); in DMCreateGradientMatrix_Plex()
|