erdc / proteus

A computational methods and simulation toolkit
http://proteustoolkit.org
MIT License
88 stars 56 forks source link

Lagging not working in standard shock capturing classes? #103

Closed mfarthin closed 9 years ago

mfarthin commented 10 years ago

I'm having trouble getting the shock-capturing classes to lag the numerical diffusion coefficient. Was this turned off on purpose (maybe for better robustness)?

Looking through the code, all of the calculateNumericalDiffusion routines set self.numDiff[ci] self.numDiff_last[ci] doesn't appear to be used as a 'right hand side' value anywhere.

cekees commented 9 years ago

closed by #283