Searched refs:globalCSection (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 8555 …cSection globalFSection, DM dmc, PetscSection csection, PetscSection globalCSection, Mat A, PetscI… in DMPlexMatSetClosureRefined() argument 8576 if (!globalCSection) PetscCall(DMGetGlobalSection(dmc, &globalCSection)); in DMPlexMatSetClosureRefined() 8577 PetscValidHeaderSpecific(globalCSection, PETSC_SECTION_CLASSID, 6); in DMPlexMatSetClosureRefined() 8673 PetscCall(PetscSectionGetOffset(globalCSection, cpoints[2 * p], &globalOff)); in DMPlexMatSetClosureRefined() 8695 PetscCall(PetscSectionGetOffset(globalCSection, cpoints[2 * p], &globalOff)); in DMPlexMatSetClosureRefined() 8721 …cSection globalFSection, DM dmc, PetscSection csection, PetscSection globalCSection, PetscInt poin… in DMPlexMatGetClosureIndicesRefined() argument 8739 if (!globalCSection) PetscCall(DMGetGlobalSection(dmc, &globalCSection)); in DMPlexMatGetClosureIndicesRefined() 8740 PetscValidHeaderSpecific(globalCSection, PETSC_SECTION_CLASSID, 6); in DMPlexMatGetClosureIndicesRefined() 8831 PetscCall(PetscSectionGetOffset(globalCSection, cpoints[2 * p], &globalOff)); in DMPlexMatGetClosureIndicesRefined() 8853 PetscCall(PetscSectionGetOffset(globalCSection, cpoints[2 * p], &globalOff)); in DMPlexMatGetClosureIndicesRefined()
|
| H A D | plexfem.c | 3178 PetscSection csection, globalCSection; in DMPlexComputeInterpolatorGeneral() local 3196 PetscCall(DMGetGlobalSection(dmc, &globalCSection)); in DMPlexComputeInterpolatorGeneral() 3273 …PetscCall(DMPlexGetClosureIndices(dmc, csection, globalCSection, coarseCells[ccell].index, PETSC_F… in DMPlexComputeInterpolatorGeneral() 3301 …PetscCall(DMPlexRestoreClosureIndices(dmc, csection, globalCSection, coarseCells[ccell].index, PET… in DMPlexComputeInterpolatorGeneral() 3348 PetscSection fsection, csection, globalFSection, globalCSection; in DMPlexComputeMassMatrixGeneral() local 3368 PetscCall(DMGetGlobalSection(dmc, &globalCSection)); in DMPlexComputeMassMatrixGeneral() 3433 …PetscCall(DMPlexGetClosureIndices(dmc, csection, globalCSection, coarseCells[ccell].index, PETSC_F… in DMPlexComputeMassMatrixGeneral() 3443 …PetscCall(DMPlexRestoreClosureIndices(dmc, csection, globalCSection, coarseCells[ccell].index, PET… in DMPlexComputeMassMatrixGeneral() 3509 …PetscCall(DMPlexGetClosureIndices(dmc, csection, globalCSection, coarseCells[ccell].index, PETSC_F… in DMPlexComputeMassMatrixGeneral() 3546 …PetscCall(DMPlexRestoreClosureIndices(dmc, csection, globalCSection, coarseCells[ccell].index, PET… in DMPlexComputeMassMatrixGeneral()
|