Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex3.c29 PetscBool testFVgrad; /* Test finite difference gradient routine */ member
208 options->testFVgrad = PETSC_FALSE; in ProcessOptions()
228 …t finite volume gradient reconstruction", "ex3.c", options->testFVgrad, &options->testFVgrad, NULL… in ProcessOptions()
966 if (user.testFVgrad) PetscCall(TestFVGrad(dm, &user)); in main()