Searched refs:noeqflag (Results 1 – 1 of 1) sorted by relevance
39 PetscBool noeqflag, noboundflag, initview; member85 if (!user.noeqflag) { in main()129 if (!user.noeqflag) { in main()163 user->noeqflag = PETSC_FALSE; in InitializeProblem()165 PetscCall(PetscOptionsGetBool(NULL, NULL, "-no_eq", &user->noeqflag, NULL)); in InitializeProblem()171 if (!user->noeqflag) { in InitializeProblem()201 if (!user->noeqflag) { in InitializeProblem()214 if (!user->noeqflag) { in InitializeProblem()236 if (!user->noeqflag) PetscCall(MatDestroy(&user->Ae)); in DestroyProblem()241 if (!user->noeqflag) PetscCall(VecDestroy(&user->ce)); in DestroyProblem()[all …]