Searched refs:dmCol (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 8504 …ction sectionRow, PetscSection globalSectionRow, PetscBool useRowPerm, DM dmCol, PetscSection sect… in DMPlexMatSetClosureGeneral() argument 8519 PetscValidHeaderSpecific(dmCol, DM_CLASSID, 5); in DMPlexMatSetClosureGeneral() 8520 if (!sectionCol) PetscCall(DMGetLocalSection(dmCol, §ionCol)); in DMPlexMatSetClosureGeneral() 8522 if (!globalSectionCol) PetscCall(DMGetGlobalSection(dmCol, &globalSectionCol)); 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() 8544 if (valuesV2 != valuesV1) PetscCall(DMRestoreWorkArray(dmCol, 0, MPIU_SCALAR, &valuesV2)); in DMPlexMatSetClosureGeneral() 8548 …PetscCall(DMPlexRestoreClosureIndices(dmCol, sectionCol, globalSectionCol, point, useColPerm, &num… in DMPlexMatSetClosureGeneral() 8550 if (valuesV2 != valuesV1) PetscCall(DMRestoreWorkArray(dmCol, 0, MPIU_SCALAR, &valuesV2)); in DMPlexMatSetClosureGeneral()
|