Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex75.c29 PetscCall(DMPlexCreateSphereMesh(comm, dim, PETSC_TRUE, R, &dm)); in main()
/petsc/doc/changes/
H A D314.md271 - Change DMPlexCreateSphereMesh() to take a radius
/petsc/include/
H A Dpetscdmplex.h183 PETSC_EXTERN PetscErrorCode DMPlexCreateSphereMesh(MPI_Comm, PetscInt, PetscBool, PetscReal, DM *);
/petsc/src/dm/impls/plex/
H A Dplexcreate.c4430 PetscErrorCode DMPlexCreateSphereMesh(MPI_Comm comm, PetscInt dim, PetscBool simplex, PetscReal R, … in DMPlexCreateSphereMesh() function