gavin971 / cvmix

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

Low level coeffs routines should separate intent(in)s and intent(outs) #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Rather than using intent(inout) for visc and diff, the low level should have 
separate intent(in) and intent(out) arrays. The high-level / wrapped routines 
should use the 'old_vals' parameter setting to determine whether to replace 
viscosity values, add them together, or take the level-by-level max of the old 
and new values.

Original issue reported on code.google.com by mike.lev...@gmail.com on 19 Aug 2013 at 7:27

GoogleCodeExporter commented 9 years ago
After coming up with more descriptive variable names and making sure all units 
are documented, this will be my next task => high priority.

Original comment by mike.lev...@gmail.com on 26 Aug 2013 at 3:21

GoogleCodeExporter commented 9 years ago
combined with issue 21 on github

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