Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 452 (100.0%) | 7298 (100.0%) | 16.1 |
CCA/Components/Wasatch/Expressions/ | 135 (29.9%) | 1863 (25.5%) | 13.8 |
CCA/Components/Wasatch/ | 100 (22.1%) | 1357 (18.6%) | 13.5 |
CCA/Components/Wasatch/transport/ | 53 (11.7%) | 1192 (16.3%) | 22.4 |
CCA/Components/Wasatch/Expressions/PBE/ | 32 (7.1%) | 471 (6.5%) | 14.7 |
CCA/Ports/ | 2 (0.4%) | 431 (5.9%) | 215.5 |
CCA/Components/Wasatch/Expressions/Turbulence/ | 11 (2.4%) | 358 (4.9%) | 32.5 |
CCA/Components/Wasatch/Operators/ | 13 (2.9%) | 332 (4.5%) | 25.5 |
Core/Grid/ | 5 (1.1%) | 285 (3.9%) | 57.0 |
CCA/Components/Wasatch/Expressions/PBE/Precipitation/ | 25 (5.5%) | 258 (3.5%) | 10.3 |
CCA/Components/Wasatch/Expressions/MMS/ | 15 (3.3%) | 176 (2.4%) | 11.7 |
Core/Containers/ | 4 (0.9%) | 148 (2.0%) | 37.0 |
CCA/Components/Arches/ChemMix/ | 6 (1.3%) | 127 (1.7%) | 21.1 |
build_scripts/ | 12 (2.7%) | 122 (1.7%) | 10.1 |
CCA/Components/Arches/ | 5 (1.1%) | 95 (1.3%) | 19.0 |
Core/Malloc/ | 2 (0.4%) | 16 (0.2%) | 8.0 |
Core/Grid/Variables/ | 5 (1.1%) | 16 (0.2%) | 3.2 |
CCA/Components/Wasatch/Expressions/PostProcessing/ | 5 (1.1%) | 14 (0.2%) | 2.8 |
/ | 9 (2.0%) | 12 (0.2%) | 1.3 |
Core/DataArchive/ | 1 (0.2%) | 7 (0.1%) | 7.0 |
Core/Grid/BoundaryConditions/ | 2 (0.4%) | 5 (0.1%) | 2.5 |
Core/Basis/ | 1 (0.2%) | 3 (0.0%) | 3.0 |
Core/Math/TntJama/ | 2 (0.4%) | 2 (0.0%) | 1.0 |
CCA/Components/Wasatch/Expressions/BoundaryConditions/ | 1 (0.2%) | 2 (0.0%) | 2.0 |
CCA/Components/Arches/Mixing/ | 1 (0.2%) | 2 (0.0%) | 2.0 |
testprograms/Malloc/ | 1 (0.2%) | 1 (0.0%) | 1.0 |
testprograms/CubeRootTest/ | 2 (0.4%) | 1 (0.0%) | 0.5 |
CCA/Components/ProblemSpecification/ | 1 (0.2%) | 1 (0.0%) | 1.0 |
CCA/Components/Parent/ | 1 (0.2%) | 1 (0.0%) | 1.0 |
More information on thread execution counts.
6 lines of code changed in 1 file:
Report thread count information directly from the threadpools rather than the parsed counts.
2 lines of code changed in 1 file:
Update build_wasatch_3p.sh
0 lines of code changed in 2 files:
Update thread-count specification in Wasatch, removing duplicated (and obsolete) code.
8 lines of code changed in 1 file:
updates due to changes in ThreadPool interface.
6 lines of code changed in 1 file:
Allow multithreading via ExprLib and SpatialOps to be driven from Wasatch input files.
23 lines of code changed in 1 file:
Update to conform to modified ExprLib interface.
1 lines of code changed in 1 file:
Fix an ordering issue with setting the time and time step in the time integrator.
10 lines of code changed in 1 file:
temporary fix to get the 2-level test working again. There are bugs lurking here...
5 lines of code changed in 1 file:
move some code around to clarify use of compiler directives.
10 lines of code changed in 1 file:
Resolve a linker problem (thanks Dav!) that cropped up on newer versions of boost when Arches pulls in wasatch or tabprops.
3 lines of code changed in 2 files:
- Set time and time step value on each patch. Still tracking a bug here, but this will make it a bit easier.
- lots of code cleanup to remove some now obsolete methods and also remove some un-needed includes
90 lines of code changed in 4 files:
Initialization doesn't really need a nonzero time step, so relax an assertion a bit.
1 lines of code changed in 1 file:
Rework SetCurrentTime a bit to remove SimulationState from it. TimeStepper now holds a pointer to the SimulationState so that it can set appropriate values in SetCurrentTime.
48 lines of code changed in 5 files:
Major refactor to TaskInterface and TreeTaskExecute to fix some problems Tony was having with the modifier expressions. This is also a cleaner implementation than previously.
141 lines of code changed in 4 files:
modify a build order to speed up some builds a bit.
3 lines of code changed in 1 file:
Put a use-tip in the environmental flags file.
4 lines of code changed in 1 file:
more doxygen fixes.
6 lines of code changed in 3 files:
Fix a typo
1 lines of code changed in 1 file:
Fix a bunch of documentation that was causing trouble for Doxygen.
There are still a ton of doxygen warnings to be cleaned up…
34 lines of code changed in 16 files:
(98 more)