Searched refs:DMPlexCreateGmsh (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 82 PetscErrorCode DMPlexCreateGmsh(MPI_Comm, PetscViewer, PetscBool, PetscDM*)
|
| H A D | DMPlex.pyx | 367 DM, DMPlex, DM.create, petsc_options, petsc.DMPlexCreateGmsh 373 CHKERR(DMPlexCreateGmsh(ccomm, viewer.vwr, interp, &newdm))
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 1531 PetscCall(DMPlexCreateGmsh(comm, viewer, interpolate, dm)); in DMPlexCreateGmshFromFile() 1570 PetscErrorCode DMPlexCreateGmsh(MPI_Comm comm, PetscViewer viewer, PetscBool interpolate, DM *dm) in DMPlexCreateGmsh() function
|
| /petsc/include/ |
| H A D | petscdmplex.h | 215 PETSC_EXTERN PetscErrorCode DMPlexCreateGmsh(MPI_Comm, PetscViewer, PetscBool, DM *);
|