Searched refs:DMPlexCreateBoxSurfaceMesh_Internal (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 887 static PetscErrorCode DMPlexCreateBoxSurfaceMesh_Internal(DM dm, PetscInt dim, const PetscInt faces… in DMPlexCreateBoxSurfaceMesh_Internal() function 941 …PetscCall(DMPlexCreateBoxSurfaceMesh_Internal(*dm, dim, faces ? faces : fac, lower ? lower : low, … in DMPlexCreateBoxSurfaceMesh() 1471 PetscCall(DMPlexCreateBoxSurfaceMesh_Internal(boundary, dim, faces, lower, upper, PETSC_FALSE)); in DMPlexCreateBoxMesh_Simplex_Internal() 4905 PetscCall(DMPlexCreateBoxSurfaceMesh_Internal(dm, dim + 1, faces, lower, upper, interpolate)); in DMPlexCreateFromOptions_Internal()
|