Searched refs:hdm (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex4.c | 139 DM idm, hdm = NULL; in CreateSimplexHybrid_2D() local 179 PetscCall(DMPlexCreateHybridMesh(idm, faultLabel, NULL, 0, &hybridLabel, NULL, NULL, &hdm)); in CreateSimplexHybrid_2D() 183 *dm = hdm; in CreateSimplexHybrid_2D() 193 PetscCall(DMPlexCreateHybridMesh(idm, NULL, NULL, 0, NULL, NULL, NULL, &hdm)); in CreateSimplexHybrid_2D() 196 *dm = hdm; in CreateSimplexHybrid_2D() 238 DM idm, hdm = NULL; in CreateTensorProductHybrid_2D() local 263 PetscCall(DMPlexCreateHybridMesh(idm, faultLabel, NULL, 0, &hybridLabel, NULL, NULL, &hdm)); in CreateTensorProductHybrid_2D() 274 PetscCall(DMPlexCreateHybridMesh(idm, NULL, NULL, 0, NULL, NULL, NULL, &hdm)); in CreateTensorProductHybrid_2D() 278 *dm = hdm; in CreateTensorProductHybrid_2D() 375 DM idm, hdm = NULL; in CreateSimplexHybrid_3D() local [all …]
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 1995 static PetscErrorCode DMPlexCreateHighOrderSurrogate_Internal(DM dm, DM *hdm) in DMPlexCreateHighOrderSurrogate_Internal() argument 2009 *hdm = dm; in DMPlexCreateHighOrderSurrogate_Internal() 2037 *hdm = rdm; in DMPlexCreateHighOrderSurrogate_Internal() 2075 DM hdm; in DMView_Plex() local 2077 PetscCall(DMPlexCreateHighOrderSurrogate_Internal(dm, &hdm)); in DMView_Plex() 2078 PetscCall(DMPlexView_Draw(hdm, viewer)); in DMView_Plex() 2079 PetscCall(DMDestroy(&hdm)); in DMView_Plex()
|