Searched refs:DMPlexTPSType (Results 1 – 3 of 3) sorted by relevance
12 DMPlexTPSType tps_type = DMPLEX_TPS_SCHWARZ_P; in main()
173 } DMPlexTPSType; typedef186 PETSC_EXTERN PetscErrorCode DMPlexCreateTPSMesh(MPI_Comm, DMPlexTPSType, const PetscInt[], const DM…
3833 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()4941 …DMPlexTPSType tps_type = shape == DM_SHAPE_SCHWARZ_P ? DMPLEX_TPS_SCHWARZ_P : DMPLEX_TPS_GYROI… in DMPlexCreateFromOptions_Internal()