Re: Variable <--> Term

2014-04-08 Thread Charles Reid
Okay, thanks for the suggestion - this was what I ended up doing. Unfortunately, using an explicit convection term raised some issues with vector/matrix operations that hadn't been extended to vector equations yet. (My workaround, for now, is to uncouple the vector equation I'm solving and split it

Re: Variable <--> Term

2014-04-08 Thread Daniel Wheeler
On Mon, Apr 7, 2014 at 2:08 PM, Charles Reid wrote: > What I'd like to be able to do is assign a term to a CellVariable, so that I > could perform the AB2 averaging with the current value of the variable and > the old value of the variable, something like this: > > -8<