Home
last modified time | relevance | path

Searched refs:tps_type (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/tutorials/
H A Dex13.c12 DMPlexTPSType tps_type = DMPLEX_TPS_SCHWARZ_P; in main() local
23 … triply-periodic surface", NULL, DMPlexTPSTypes, (PetscEnum)tps_type, (PetscEnum *)&tps_type, NULL… in main()
25 …PetscCall(DMPlexCreateTPSMesh(PETSC_COMM_WORLD, tps_type, extent, periodic, distribute, refine, la… in main()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c4941 …DMPlexTPSType tps_type = shape == DM_SHAPE_SCHWARZ_P ? DMPLEX_TPS_SCHWARZ_P : DMPLEX_TPS_GYROI… in DMPlexCreateFromOptions_Internal() local
4950 …PetscCall(DMPlexCreateTPSMesh_Internal(dm, tps_type, extent, periodic, tps_distribute, refine, lay… in DMPlexCreateFromOptions_Internal()