Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c2048 static PetscErrorCode DMPlexCreateWedgeBoxMesh_Internal(DM dm, const PetscInt faces[], const PetscR… in DMPlexCreateWedgeBoxMesh_Internal() function
2113 …PetscCall(DMPlexCreateWedgeBoxMesh_Internal(*dm, faces ? faces : fac, lower ? lower : low, upper ?… in DMPlexCreateWedgeBoxMesh()
4862 PetscCall(DMPlexCreateWedgeBoxMesh_Internal(dm, faces, lower, upper, bdt)); in DMPlexCreateFromOptions_Internal()