Searched refs:explcit (Results 1 – 1 of 1) sorted by relevance
53 PetscBool explcit = PETSC_FALSE, inv = PETSC_FALSE; in test_view() local75 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()