Home
last modified time | relevance | path

Searched refs:sectionCol (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplex.c8504 …Section globalSectionRow, PetscBool useRowPerm, DM dmCol, PetscSection sectionCol, PetscSection gl… in DMPlexMatSetClosureGeneral() argument
8520 if (!sectionCol) PetscCall(DMGetLocalSection(dmCol, &sectionCol)); in DMPlexMatSetClosureGeneral()
8521 PetscValidHeaderSpecific(sectionCol, PETSC_SECTION_CLASSID, 6); in DMPlexMatSetClosureGeneral()
8527 PetscCall(DMPlexGetClosureIndicesSize_Internal(dmCol, sectionCol, point, &numIndicesCol)); in DMPlexMatSetClosureGeneral()
8531 …PetscCall(DMPlexGetClosureIndices_Internal(dmCol, sectionCol, globalSectionCol, point, useColPerm,… in DMPlexMatSetClosureGeneral()
8542 …PetscCall(DMPlexRestoreClosureIndices(dmCol, sectionCol, globalSectionCol, point, PETSC_TRUE, &num… in DMPlexMatSetClosureGeneral()
8548 …PetscCall(DMPlexRestoreClosureIndices(dmCol, sectionCol, globalSectionCol, point, useColPerm, &num… in DMPlexMatSetClosureGeneral()