Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex129.c32 PetscBool InplaceLU = PETSC_FALSE; in main() local
69 PetscCall(PetscOptionsGetBool(NULL, NULL, "-inplacelu", &InplaceLU, NULL)); in main()
71 if (!InplaceLU) { in main()