Searched refs:bdm (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 2050 DM bdm, vol; in DMPlexCreateWedgeBoxMesh_Internal() local 2056 PetscCall(DMCreate(PetscObjectComm((PetscObject)dm), &bdm)); in DMPlexCreateWedgeBoxMesh_Internal() 2057 PetscCall(DMSetType(bdm, DMPLEX)); in DMPlexCreateWedgeBoxMesh_Internal() 2058 PetscCall(DMSetDimension(bdm, 2)); in DMPlexCreateWedgeBoxMesh_Internal() 2059 PetscCall(PetscLogEventBegin(DMPLEX_Generate, bdm, 0, 0, 0)); in DMPlexCreateWedgeBoxMesh_Internal() 2060 …PetscCall(DMPlexCreateBoxMesh_Simplex_Internal(bdm, 2, faces, lower, upper, periodicity, PETSC_TRU… in DMPlexCreateWedgeBoxMesh_Internal() 2061 …PetscCall(DMPlexExtrude(bdm, faces[2], upper[2] - lower[2], PETSC_TRUE, PETSC_FALSE, PETSC_FALSE, … in DMPlexCreateWedgeBoxMesh_Internal() 2062 PetscCall(PetscLogEventEnd(DMPLEX_Generate, bdm, 0, 0, 0)); in DMPlexCreateWedgeBoxMesh_Internal() 2063 PetscCall(DMDestroy(&bdm)); in DMPlexCreateWedgeBoxMesh_Internal() 4787 DM bdm, dmnew; in DMPlexCreateFromOptions_Internal() local [all …]
|