Searched refs:coords2 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 3944 PetscScalar *coords2; in DMPforestLocalizeCoordinates() local 4041 PetscCall(VecGetArray(cVec, &coords2)); in DMPforestLocalizeCoordinates() 4051 … PetscCall(PforestLocalizeCell(plex, cDim, pforest, newSection, cell, coarsePoint, quad, coords2)); in DMPforestLocalizeCoordinates() 4067 … PetscCall(PforestLocalizeCell(plex, cDim, pforest, newSection, cell, coarsePoint, quad, coords2)); in DMPforestLocalizeCoordinates() 4080 … PetscCall(PforestLocalizeCell(plex, cDim, pforest, newSection, cell, coarsePoint, quad, coords2)); in DMPforestLocalizeCoordinates() 4083 PetscCall(VecRestoreArray(cVec, &coords2)); in DMPforestLocalizeCoordinates()
|