Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexgenerate.c103 PetscErrorCode DMPlexTriangleSetOptions(DM dm, const char *opts) in DMPlexTriangleSetOptions() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi73 PetscErrorCode DMPlexTriangleSetOptions(PetscDM, const char*)
H A DDMPlex.pyx1391 petsc.DMPlexTriangleSetOptions
1396 CHKERR(DMPlexTriangleSetOptions(self.dm, copts))
/petsc/src/dm/impls/plex/generators/triangle/
H A Dtrigenerate.c87 if (flg) PetscCall(DMPlexTriangleSetOptions(boundary, opts)); in DMPlexGenerate_Triangle()
/petsc/include/
H A Dpetscdmplex.h207 PETSC_EXTERN PetscErrorCode DMPlexTriangleSetOptions(DM, const char *);