Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex37.c53 PetscBool explcit = PETSC_FALSE, inv = PETSC_FALSE; in test_view() local
75 PetscCall(PetscOptionsGetBool(NULL, NULL, "-explicit_is", &explcit, 0)); in test_view()
77 PetscCall(VecCreateNest(PETSC_COMM_WORLD, 2, explcit ? tmp_is : NULL, tmp_buf, &b)); in test_view()