Re: sweep with more than one variable

2016-10-21 Thread Guyer, Jonathan E. Dr. (Fed)
Form a couple equation eqn = eqn_ux & eon_uy and then call eqn.sweep(...) on that. With coupled equations, you don't pass a variable to sweep. > On Oct 20, 2016, at 6:56 AM, Francisco Vega Reyes wrote: > > Hello, > > Is it possible to express in a simple way the sweep method for more than

sweep with more than one variable

2016-10-20 Thread Francisco Vega Reyes
Hello, Is it possible to express in a simple way the sweep method for more than one variable? More concretely, in a similar problem to the Stokes Cavity example I got an equation with DiffusionTerm both for the X velocity and the Y velocity (in the same equation, due to tensorial viscosity). How