Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex18.c205 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()
[all …]