Searched refs:useAlhs (Results 1 – 1 of 1) sorted by relevance
26 PetscBool useAlhs; /* flag (1 indicates solving Alhs*U' = Arhs*U+g */ member71 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()