Lines Matching refs:testHeavy
205 PetscBool testHeavy; /* Run the heavy PointSF test */ member
260 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() local
669 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() local
739 if (testHeavy) PetscCall(DMPlexSetOrientInterface_Private(*dm, PETSC_FALSE)); in CreateMesh()
743 if (testHeavy) PetscCall(DMPlexSetOrientInterface_Private(*dm, PETSC_TRUE)); in CreateMesh()
758 if (testHeavy) { in CreateMesh()
791 if (testHeavy) PetscCall(DMPlexSetOrientInterface_Private(*dm, PETSC_FALSE)); in CreateMesh()
795 if (testHeavy) PetscCall(DMPlexSetOrientInterface_Private(*dm, PETSC_TRUE)); in CreateMesh()
802 if (testHeavy) { in CreateMesh()