Lines Matching refs:cdmCell
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()
2129 PetscCall(DMPlexGetPointHeight(cdmCell, point, &h)); in DMPlexCreateGmsh()
2131 PetscCall(DMPlexGetHeightStratum(cdmCell, h, &hStart, NULL)); in DMPlexCreateGmsh()
2137 PetscCall(DMPlexGetTransitiveClosure(cdmCell, point, PETSC_TRUE, &Npcl, &pclosure)); in DMPlexCreateGmsh()
2147 PetscCall(DMPlexRestoreTransitiveClosure(cdmCell, point, PETSC_TRUE, &Npcl, &pclosure)); in DMPlexCreateGmsh()
2150 PetscCall(DMPlexRestoreTransitiveClosure(cdmCell, c, PETSC_TRUE, &Ncl, &closure)); in DMPlexCreateGmsh()
2159 PetscCall(DMDestroy(&cdmCell)); in DMPlexCreateGmsh()