Directory CCA/Components/ICE/Advection/

Total Files:
12
Deleted Files:
0
Lines of Code:
2915

[root]/CCA/Components/ICE/Advection

Lines of Code

CCA/Components/ICE/Advection/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
harman 31 (100.0%) 40 (100.0%) 1.2

Most Recent Commits

harman 2019-03-07 17:42 Rev.: 59254

variable name changes:
r_out_(x,y,z) -> d_r_out_(x,y,z)
d_data -> fdata
d_fflux -> fflux

q_CCMaxMin()
- optimization, minimize number of [] operations.
- combine computations with similar variables.

0 lines of code changed in 10 files:

  • CCA/Components/ICE/Advection: Advector.cc (new), FirstOrderAdvector.cc (changed), FluxDatatypes.h (changed), SecondOrderAdvector.cc (changed), SecondOrderBase.h (new)
harman 2019-03-07 15:22 Rev.: 59253

Spacing.
Removed inline from gradQ(), q_CCMaxMin(). Those functions contain loops and can't be inlined.

28 lines of code changed in 3 files:

  • CCA/Components/ICE/Advection: SecondOrderBase.cc (+3 -3), SecondOrderBase.h (+25 -25)
harman 2019-01-18 09:13 Rev.: 59176

Updated Copyright date

12 lines of code changed in 18 files:

  • CCA/Components/ICE/Advection: AdvectionFactory.cc (new), AdvectionFactory.h (+1 -1), Advector.cc (+1 -1), Advector.h (new), FirstOrderAdvector.cc (+1 -1), FirstOrderAdvector.h (new), FluxDatatypes.h (+1 -1), SecondOrderAdvector.cc (+1 -1), SecondOrderAdvector.h (new), SecondOrderBase.cc (+1 -1), SecondOrderBase.h (+1 -1), sub.mk (new)
Generated by StatSVN 0.7.0