Searched refs:cdmCell (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 1576 DM cdm, cdmCell = NULL; in DMPlexCreateGmsh() local 1985 PetscCall(DMClone(cdm, &cdmCell)); in DMPlexCreateGmsh() 1986 PetscCall(DMSetCellCoordinateDM(*dm, cdmCell)); in DMPlexCreateGmsh() 2063 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)cdmCell), &csCell)); in DMPlexCreateGmsh() 2067 PetscCall(DMPlexGetHeightStratum(cdmCell, h, &pStart, &pEnd)); in DMPlexCreateGmsh() 2073 PetscCall(DMPlexGetHeightStratum(cdmCell, h, &pStart, &pEnd)); in DMPlexCreateGmsh() 2109 PetscCall(DMPlexGetHeightStratum(cdmCell, 0, &cStart, &cEnd)); in DMPlexCreateGmsh() 2110 PetscCall(DMCreateLocalVector(cdmCell, &coordinatesCell)); in DMPlexCreateGmsh() 2119 PetscCall(DMPlexReorderCell(cdmCell, c, cone)); in DMPlexCreateGmsh() 2120 PetscCall(DMPlexGetTransitiveClosure(cdmCell, c, PETSC_TRUE, &Ncl, &closure)); in DMPlexCreateGmsh() [all …]
|
| H A D | plex.c | 1012 DM cdm, cdmCell; in DMPlexView_Ascii() local 1028 PetscCall(DMGetCellCoordinateDM(dm, &cdmCell)); in DMPlexView_Ascii() 1100 if (cdmCell && p >= pcStart && p < pcEnd) { in DMPlexView_Ascii() 1157 PetscCall(DMGetCellCoordinateDM(dm, &cdmCell)); in DMPlexView_Ascii()
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 2163 DM dm, cdm, cdmCell, cdmNew, cdmCellNew; in DMPlexTransformSetCoordinates() local 2178 PetscCall(DMGetCellCoordinateDM(dm, &cdmCell)); in DMPlexTransformSetCoordinates() 2367 PetscCall(DMPlexPointLocalRead(cdmCell, p, coords, &pcoords)); in DMPlexTransformSetCoordinates()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 3941 DM base, cdm, cdmCell; in DMPforestLocalizeCoordinates() local 4028 PetscCall(DMClone(cdm, &cdmCell)); in DMPforestLocalizeCoordinates() 4029 PetscCall(DMSetCellCoordinateDM(plex, cdmCell)); in DMPforestLocalizeCoordinates() 4030 PetscCall(DMDestroy(&cdmCell)); in DMPforestLocalizeCoordinates()
|