Searched refs:cVecOld (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 3850 static PetscErrorCode PforestCheckLocalizeCell(DM plex, PetscInt cDim, Vec cVecOld, DM_Forest_pfore… 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() 3942 Vec cVec, cVecOld; in DMPforestLocalizeCoordinates() local 3970 PetscCall(DMGetCoordinatesLocal(plex, &cVecOld)); 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()
|