Searched refs:sectionRow (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 8504 PetscErrorCode DMPlexMatSetClosureGeneral(DM dmRow, PetscSection sectionRow, PetscSection globalSec… in DMPlexMatSetClosureGeneral() argument 8515 if (!sectionRow) PetscCall(DMGetLocalSection(dmRow, §ionRow)); in DMPlexMatSetClosureGeneral() 8516 PetscValidHeaderSpecific(sectionRow, PETSC_SECTION_CLASSID, 2); in DMPlexMatSetClosureGeneral() 8526 PetscCall(DMPlexGetClosureIndicesSize_Internal(dmRow, sectionRow, point, &numIndicesRow)); in DMPlexMatSetClosureGeneral() 8529 …PetscCall(DMPlexGetClosureIndices_Internal(dmRow, sectionRow, globalSectionRow, point, useRowPerm,… in DMPlexMatSetClosureGeneral() 8543 …PetscCall(DMPlexRestoreClosureIndices(dmRow, sectionRow, globalSectionRow, point, PETSC_TRUE, &num… in DMPlexMatSetClosureGeneral() 8549 …PetscCall(DMPlexRestoreClosureIndices(dmRow, sectionRow, globalSectionRow, point, useRowPerm, &num… in DMPlexMatSetClosureGeneral()
|