Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgmsh.c1576 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 Dplex.c1012 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 Dplextransform.c2163 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 Dpforest.h3941 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()