Dear Prof. Taylor, I am working on strongly coupled non-convex problems. Newton and simple Quasi-Newton methods converge hardly or frequently fail. Next to the staggered solutions (operator split) also BFGS turned out to be an efficient and robust solution scheme. Because BFGS with a lot of iterations can also causes divergence, I enhance the BFGS scheme by exact tangents from time to time. (This scheme is mentioned in the manual, too.)
LOOP,jail,ms
TANG
BFGS,,mb,0.8,1.d-10
NEXT,jail
Then the solution process is robust like the staggered one but a lot quicker.