Searched refs:testPartition (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex13.c | 7 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 D | ex12.c | 33 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 D | ex4.c | 10 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 D | ex5.c | 396 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()
|