Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex12.c167 PetscCall(DMPlexSetOptionsPrefix(*dm, "lb_")); in CreateMesh()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c421 PetscCall(DMPlexSetOptionsPrefix(*vdm, prefix)); in CreateVelocityDM()
819 PetscCall(DMPlexSetOptionsPrefix(*dm, prefix)); in CreateMesh()
H A Dex2.c1124 PetscCall(DMPlexSetOptionsPrefix(*vdm, prefix)); in CreateVelocityDM()
H A Dex4.c1738 PetscCall(DMPlexSetOptionsPrefix(*vdm, prefix)); in CreateVelocityDM()
/petsc/include/
H A Dpetscdmplex.h37 PETSC_EXTERN PetscErrorCode DMPlexSetOptionsPrefix(DM, const char[]);
/petsc/src/dm/impls/swarm/
H A Dswarm.c2320 PetscCall(DMPlexSetOptionsPrefix(*rdm, prefix)); in DMSwarmCreateRemapDM_Private()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c2523 PetscErrorCode DMPlexSetOptionsPrefix(DM dm, const char prefix[]) in DMPlexSetOptionsPrefix() function