Searched refs:globalSectionRow (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 8504 …atSetClosureGeneral(DM dmRow, PetscSection sectionRow, PetscSection globalSectionRow, PetscBool us… in DMPlexMatSetClosureGeneral() argument 8517 if (!globalSectionRow) PetscCall(DMGetGlobalSection(dmRow, &globalSectionRow)); in DMPlexMatSetClosureGeneral() 8518 PetscValidHeaderSpecific(globalSectionRow, PETSC_SECTION_CLASSID, 3); 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()
|