Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c3833 … const PetscInt extent[], const DMBoundaryType periodic[], PetscBool tps_distribute, PetscInt refi… in DMPlexCreateTPSMesh_Internal() argument
4291 if (tps_distribute) { in DMPlexCreateTPSMesh_Internal()
4403 … const PetscInt extent[], const DMBoundaryType periodic[], PetscBool tps_distribute, PetscInt refi… in DMPlexCreateTPSMesh() argument
4408 …PetscCall(DMPlexCreateTPSMesh_Internal(*dm, tpstype, extent, periodic, tps_distribute, refinements… in DMPlexCreateTPSMesh()
4942 PetscBool tps_distribute; in DMPlexCreateFromOptions_Internal() local
4948 PetscCall(DMPlexDistributeGetDefault(dm, &tps_distribute)); in DMPlexCreateFromOptions_Internal()
4949 …ribute the 2D mesh prior to refinement and extrusion", NULL, tps_distribute, &tps_distribute, NULL… in DMPlexCreateFromOptions_Internal()
4950 …PetscCall(DMPlexCreateTPSMesh_Internal(dm, tps_type, extent, periodic, tps_distribute, refine, lay… in DMPlexCreateFromOptions_Internal()