[root]/CCA/Components/Wasatch/Expressions/BoundaryConditions
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 44 (100.0%) | 1795 (100.0%) | 40.7 |
jsutherland | 24 (54.5%) | 1662 (92.6%) | 69.2 |
mike.hansen | 2 (4.5%) | 119 (6.6%) | 59.5 |
jas | 17 (38.6%) | 13 (0.7%) | 0.7 |
dav | 1 (2.3%) | 1 (0.1%) | 1.0 |
- nonreflecting BCs for multi-component, chemically-reacting, acoustically-compressible flows in Wasatch
- (also change heat capacity from TagNames used in coal model)
119 lines of code changed in 2 files:
Split BoundaryCondition.cc into several files to reduce the size of the resulting object file(s).
1662 lines of code changed in 24 files:
Update copyright.
13 lines of code changed in 17 files:
Also missed variable name changes inside a "#if CUDA" section in the last commit.
M CCA/Components/Schedulers/DetailedTasks.cc
- Fix name changes for class variables.
task -> d_task
patches -> d_patches
matls -> d_matls
M CCA/Components/Wasatch/Expressions/BoundaryConditions/BoundaryConditions.h
- Cosmetic - remove a floating ";" that was causing a compiler warning.
1 lines of code changed in 1 file: