Home
last modified time | relevance | path

Searched refs:DMGetOptionsPrefix (Results 1 – 10 of 10) sorted by relevance

/petsc/doc/changes/
H A D37.md192 - Added the generic option prefix interfaces: DMGetOptionsPrefix(),
/petsc/src/dm/impls/swarm/
H A Dswarmpic_view.c110 if (!dmname) PetscCall(DMGetOptionsPrefix(dm, &dmname)); in private_DMSwarmView_XDMF()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi74 PetscErrorCode DMGetOptionsPrefix(PetscDM, char*[])
H A DDM.pyx291 petsc_options, setOptionsPrefix, petsc.DMGetOptionsPrefix
295 CHKERR(DMGetOptionsPrefix(self.dm, &cval))
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope_dmda.c1014 PetscCall(DMGetOptionsPrefix(dm, &prefix)); in DMView_DA_Short_3d()
1032 PetscCall(DMGetOptionsPrefix(dm, &prefix)); in DMView_DA_Short_2d()
/petsc/include/
H A Dpetscdm.h202 PETSC_EXTERN PetscErrorCode DMGetOptionsPrefix(DM, const char *[]);
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1723 PetscCall(DMGetOptionsPrefix(dm, &prefix)); in DMPlexRebalanceSharedPoints()
H A Dplexcreate.c4449 PetscCall(DMGetOptionsPrefix(dm, &prefix)); in DMPlexCreateBallMesh_Internal()
H A Dplex.c9307 PetscCall(DMGetOptionsPrefix(dm, &prefix)); in DMPlexCreateLabelField()
/petsc/src/dm/interface/
H A Ddm.c552 PetscErrorCode DMGetOptionsPrefix(DM dm, const char *prefix[]) in DMGetOptionsPrefix() function