Re: Question on time-marching scheme in Fipy

2016-10-21 Thread Guyer, Jonathan E. Dr. (Fed)
yes > On Oct 20, 2016, at 10:55 AM, Campbell, Ian > wrote: > > Hi Daniel, > > With regards to your answer: > > "It's fully implicit unless the user sets it up in a different way" > > Just to confirm what I understand from this and from your 2009 paper, alpha > in FiPy is 1.0 by default, an

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