Home
last modified time | relevance | path

Searched refs:DMAppendOptionsPrefix (Results 1 – 7 of 7) sorted by relevance

/petsc/doc/changes/
H A D37.md193 DMAppendOptionsPrefix()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi75 PetscErrorCode DMAppendOptionsPrefix(PetscDM, char[])
H A DDM.pyx305 petsc_options, setOptionsPrefix, petsc.DMAppendOptionsPrefix
310 CHKERR(DMAppendOptionsPrefix(self.dm, cval))
/petsc/include/
H A Dpetscdm.h201 PETSC_EXTERN PetscErrorCode DMAppendOptionsPrefix(DM, const char[]);
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope_dmda.c402 PetscCall(DMAppendOptionsPrefix(ctx->dmrepart, "repart_")); in PCTelescopeSetUp_dmda_repart()
/petsc/src/dm/interface/
H A Ddm.c528 PetscErrorCode DMAppendOptionsPrefix(DM dm, const char prefix[]) in DMAppendOptionsPrefix() function
/petsc/src/dm/impls/plex/
H A Dplexcreate.c4451 PetscCall(DMAppendOptionsPrefix(sdm, "bd_")); in DMPlexCreateBallMesh_Internal()