Searched refs:testHeavy (Results 1 – 1 of 1) sorted by relevance
205 PetscBool testHeavy; /* Run the heavy PointSF test */ member260 options->testHeavy = PETSC_TRUE; in ProcessOptions()286 …est_heavy", "Run the heavy PointSF test", "ex18.c", options->testHeavy, &options->testHeavy, NULL)… in ProcessOptions()663 PetscBool testHeavy = user->testHeavy; in CreateMeshFromFile() local669 if (testHeavy && interpCreate) PetscCall(DMPlexSetOrientInterface_Private(NULL, PETSC_FALSE)); in CreateMeshFromFile()673 if (testHeavy && interpCreate) PetscCall(DMPlexSetOrientInterface_Private(NULL, PETSC_TRUE)); in CreateMeshFromFile()676 if (testHeavy && distributed) { in CreateMeshFromFile()696 PetscBool testHeavy = user->testHeavy; in CreateMesh() local739 if (testHeavy) PetscCall(DMPlexSetOrientInterface_Private(*dm, PETSC_FALSE)); in CreateMesh()743 if (testHeavy) PetscCall(DMPlexSetOrientInterface_Private(*dm, PETSC_TRUE)); in CreateMesh()[all …]