Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/ !
H A Dex42.c25 PetscBool test_ghost = PETSC_FALSE; in main() local
29 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_ghost", &test_ghost, NULL)); in main()
42 if (test_ghost) { in main()
65 PetscCall(SNESSetFunction(snes, NULL, FormFunction1, &test_ghost)); in main()
70 PetscCall(SNESSetJacobian(snes, J, J, FormJacobian1, &test_ghost)); in main()