Home
last modified time | relevance | path

Searched refs:coordsSec (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4303 PetscSection coordsSec; in DMConvert_pforest_plex() local
4308 PetscCall(DMGetCoordinateSection(newPlex, &coordsSec)); in DMConvert_pforest_plex()
4309 PetscCall(DMSetCoordinateSection(dm, cDim, coordsSec)); in DMConvert_pforest_plex()
4328 PetscCall(DMGetCellCoordinateSection(newPlex, &coordsSec)); in DMConvert_pforest_plex()
4329 if (coordsSec) PetscCall(DMSetCellCoordinateSection(dm, cDim, coordsSec)); in DMConvert_pforest_plex()