Home
last modified time | relevance | path

Searched refs:DMPlexTPSType (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/plex/tutorials/
H A Dex13.c12 DMPlexTPSType tps_type = DMPLEX_TPS_SCHWARZ_P; in main()
/petsc/include/
H A Dpetscdmplex.h173 } DMPlexTPSType; typedef
186 PETSC_EXTERN PetscErrorCode DMPlexCreateTPSMesh(MPI_Comm, DMPlexTPSType, const PetscInt[], const DM…
/petsc/src/dm/impls/plex/
H A Dplexcreate.c3833 static PetscErrorCode DMPlexCreateTPSMesh_Internal(DM dm, DMPlexTPSType tpstype, const PetscInt ext… in DMPlexCreateTPSMesh_Internal()
4403 PetscErrorCode DMPlexCreateTPSMesh(MPI_Comm comm, DMPlexTPSType tpstype, const PetscInt extent[], c… in DMPlexCreateTPSMesh()
4941DMPlexTPSType tps_type = shape == DM_SHAPE_SCHWARZ_P ? DMPLEX_TPS_SCHWARZ_P : DMPLEX_TPS_GYROI… in DMPlexCreateFromOptions_Internal()