Searched refs:globsection (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 147 PetscSection section[LANDAU_MAX_GRIDS], globsection[LANDAU_MAX_GRIDS]; in LandauFormJacobian_Internal() local 150 PetscCall(DMGetGlobalSection(ctx->plex[grid], &globsection[grid])); in LandauFormJacobian_Internal() 214 PetscSection section[LANDAU_MAX_GRIDS], globsection[LANDAU_MAX_GRIDS]; in LandauFormJacobian_Internal() local 218 PetscCall(DMGetGlobalSection(ctx->plex[grid], &globsection[grid])); in LandauFormJacobian_Internal() 479 …PetscCall(DMPlexMatSetClosure(ctx->plex[grid], section[grid], globsection[grid], subJ[LAND_PACK_ID… in LandauFormJacobian_Internal() 1405 PetscSection section[LANDAU_MAX_GRIDS], globsection[LANDAU_MAX_GRIDS]; in CreateStaticData() local 1471 PetscCall(DMGetGlobalSection(ctx->plex[grid], &globsection[grid])); in CreateStaticData() 1525 …PetscCall(DMPlexGetClosureIndices(ctx->plex[grid], section[grid], globsection[grid], ej, PETSC_TRU… in CreateStaticData() 1590 …PetscCall(DMPlexRestoreClosureIndices(ctx->plex[grid], section[grid], globsection[grid], ej, PETSC… in CreateStaticData()
|