Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c8504 …tscBool useRowPerm, DM dmCol, PetscSection sectionCol, PetscSection globalSectionCol, PetscBool us… in DMPlexMatSetClosureGeneral() argument
8522 if (!globalSectionCol) PetscCall(DMGetGlobalSection(dmCol, &globalSectionCol)); in DMPlexMatSetClosureGeneral()
8523 PetscValidHeaderSpecific(globalSectionCol, PETSC_SECTION_CLASSID, 7); 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()