Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi82 PetscErrorCode DMPlexCreateGmsh(MPI_Comm, PetscViewer, PetscBool, PetscDM*)
H A DDMPlex.pyx367 DM, DMPlex, DM.create, petsc_options, petsc.DMPlexCreateGmsh
373 CHKERR(DMPlexCreateGmsh(ccomm, viewer.vwr, interp, &newdm))
/petsc/src/dm/impls/plex/
H A Dplexgmsh.c1531 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 Dpetscdmplex.h215 PETSC_EXTERN PetscErrorCode DMPlexCreateGmsh(MPI_Comm, PetscViewer, PetscBool, DM *);