Searched refs:rho_flag (Results 1 – 1 of 1) sorted by relevance
95 PetscErrorCode SNESNewtonTRDCGetRhoFlag(SNES snes, PetscBool *rho_flag) in SNESNewtonTRDCGetRhoFlag() argument101 PetscAssertPointer(rho_flag, 2); in SNESNewtonTRDCGetRhoFlag()102 *rho_flag = tr->rho_satisfied; in SNESNewtonTRDCGetRhoFlag()