Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tests/
H A Dex84.c40 PetscBool commute_lsc = PETSC_FALSE; in port_lsd_bfbt() local
49 PetscCall(PetscOptionsGetBool(NULL, NULL, "-commute_lsc", &commute_lsc, NULL)); in port_lsd_bfbt()
50 if (commute_lsc) PetscCall(LSCLoadOperators(&A, &Q, &L, &b, &isu, &isp)); in port_lsd_bfbt()
72 if (commute_lsc) PetscCall(PetscObjectCompose((PetscObject)lsc_pc_pmat, "LSC_L", (PetscObject)L)); in port_lsd_bfbt()