Searched refs:cglobalSection (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 2939 PetscSection csection, cglobalSection; in DMPlexComputeInterpolatorNested() local 2950 PetscCall(DMGetGlobalSection(dmc, &cglobalSection)); in DMPlexComputeInterpolatorNested() 3115 …tClosureIndicesRefined(dmf, fsection, fglobalSection, dmc, csection, cglobalSection, cell, cellCIn… in DMPlexComputeInterpolatorNested() 3118 …reGeneral(dmf, fsection, fglobalSection, PETSC_FALSE, dmc, csection, cglobalSection, PETSC_FALSE, … in DMPlexComputeInterpolatorNested() 3132 …exMatSetClosureRefined(dmf, fsection, fglobalSection, dmc, csection, cglobalSection, In, c, elemMa… in DMPlexComputeInterpolatorNested() 3134 …reGeneral(dmf, fsection, fglobalSection, PETSC_FALSE, dmc, csection, cglobalSection, PETSC_FALSE, … in DMPlexComputeInterpolatorNested() 3585 PetscSection fsection, fglobalSection, csection, cglobalSection; in DMPlexComputeInjectorFEM() local 3596 PetscCall(DMGetGlobalSection(dmc, &cglobalSection)); in DMPlexComputeInjectorFEM() 3704 PetscCall(PetscSectionGetConstrainedStorageSize(cglobalSection, &m)); in DMPlexComputeInjectorFEM() 3710 …tClosureIndicesRefined(dmf, fsection, fglobalSection, dmc, csection, cglobalSection, c, cellCIndic… in DMPlexComputeInjectorFEM() [all …]
|