Searched refs:DMPlexCreateSphereMesh (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex75.c | 29 PetscCall(DMPlexCreateSphereMesh(comm, dim, PETSC_TRUE, R, &dm)); in main()
|
| /petsc/doc/changes/ |
| H A D | 314.md | 271 - Change DMPlexCreateSphereMesh() to take a radius
|
| /petsc/include/ |
| H A D | petscdmplex.h | 183 PETSC_EXTERN PetscErrorCode DMPlexCreateSphereMesh(MPI_Comm, PetscInt, PetscBool, PetscReal, DM *);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 4430 PetscErrorCode DMPlexCreateSphereMesh(MPI_Comm comm, PetscInt dim, PetscBool simplex, PetscReal R, … in DMPlexCreateSphereMesh() function
|