Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex3.c26 PetscBool useAlhs; /* flag (1 indicates solving Alhs*U' = Arhs*U+g */ member
71 appctx.useAlhs = PETSC_FALSE; in main()
75 PetscCall(PetscOptionsName("-useAlhs", NULL, NULL, &appctx.useAlhs)); in main()
133 if (appctx.useAlhs) { in main()
157 …PetscCheck(!sundialstype || !appctx.useAlhs, PETSC_COMM_SELF, PETSC_ERR_SUP, "Cannot use Alhs form… in main()
565 if (obj->useAlhs) { in RHSfunction()