Searched refs:oldSection (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 3850 …, PetscInt cDim, Vec cVecOld, DM_Forest_pforest *pforest, PetscSection oldSection, PetscSection ne… in PforestCheckLocalizeCell() argument 3864 PetscCall(DMPlexVecGetClosure(plex, oldSection, cVecOld, cell, &cSize, &values)); in PforestCheckLocalizeCell() 3900 PetscCall(DMPlexVecRestoreClosure(plex, oldSection, cVecOld, cell, &cSize, &values)); in PforestCheckLocalizeCell() 3943 PetscSection oldSection, newSection; in DMPforestLocalizeCoordinates() local 3968 PetscCall(DMGetCoordinateSection(plex, &oldSection)); in DMPforestLocalizeCoordinates() 3992 …PetscCall(PforestCheckLocalizeCell(plex, cDim, cVecOld, pforest, oldSection, newSection, cell, coa… in DMPforestLocalizeCoordinates() 4008 …PetscCall(PforestCheckLocalizeCell(plex, cDim, cVecOld, pforest, oldSection, newSection, cell, coa… in DMPforestLocalizeCoordinates() 4021 …PetscCall(PforestCheckLocalizeCell(plex, cDim, cVecOld, pforest, oldSection, newSection, cell, coa… in DMPforestLocalizeCoordinates()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexdistribute.c | 1782 PetscSection oldSection, newSection; in DMPlexDistribute_Multistage() local 1784 PetscCall(DMGetLocalSection(dm, &oldSection)); in DMPlexDistribute_Multistage() 1786 PetscCall(PetscSFDistributeSection(sfDist, oldSection, NULL, newSection)); in DMPlexDistribute_Multistage()
|