Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex13.c7 PetscBool testPartition; /* Use a fixed partitioning for testing */ member
14 options->testPartition = PETSC_TRUE; in ProcessOptions()
18 … "Use a fixed partition for testing", "ex13.c", options->testPartition, &options->testPartition, N… in ProcessOptions()
37 if (user->testPartition) { in CreateMesh()
H A Dex12.c33 PetscBool testPartition; /* Use a fixed partitioning for testing */ member
44 options->testPartition = PETSC_FALSE; in ProcessOptions()
52 … "Use a fixed partition for testing", "ex12.c", options->testPartition, &options->testPartition, N… in ProcessOptions()
115 if (user->testPartition) { in CreateMesh()
173 if (user->testPartition) { in CreateMesh()
H A Dex4.c10 PetscBool testPartition; /* Use a fixed partitioning for testing */ member
23 options->testPartition = PETSC_TRUE; in ProcessOptions()
33 …, "Use a fixed partition for testing", "ex4.c", options->testPartition, &options->testPartition, N… in ProcessOptions()
596 if (user->testPartition && size > 1) { in CreateMesh()
H A Dex5.c396 PetscBool testPartition; /* Use a fixed partitioning for testing */ member
408 options->testPartition = PETSC_TRUE; in ProcessOptions()
417 …, "Use a fixed partition for testing", "ex5.c", options->testPartition, &options->testPartition, N… in ProcessOptions()
869 if (user->testPartition && size > 1) { in CreateMesh()