gavin971 / cvmix

Automatically exported from code.google.com/p/cvmix
0 stars 0 forks source link

Calling multiple cvmix_[module]_coeffs in a row overwrites diff_iface and visc_iface #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
All the cvmix_[module]_params_type structures should have a flag for 
determining what to do with the newly computed diffusivity and viscosity. 
Options should include at least the following:

1) Overwrite old values with new values
2) Add new values to old values
3) Take maximum of old and new values at each level

Original issue reported on code.google.com by mike.lev...@gmail.com on 12 Aug 2013 at 11:29

GoogleCodeExporter commented 9 years ago
moved to github

Original comment by mike.lev...@gmail.com on 9 Feb 2014 at 6:29