Searched refs:is_bntl (Results 1 – 1 of 1) sorted by relevance
408 PetscBool is_bnls, is_bntr, is_bntl; in TaoSetUp_BRGN() local415 PetscCall(PetscObjectTypeCompare((PetscObject)gn->subsolver, TAOBNTL, &is_bntl)); in TaoSetUp_BRGN()416 …PetscCheck((!is_bnls && !is_bntr && !is_bntl) || tao->ls_jac, PetscObjectComm((PetscObject)tao), P… in TaoSetUp_BRGN()