Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 334 (100.0%) | 15955 (100.0%) | 47.7 |
CCA/Components/Wasatch/ | 172 (51.5%) | 5654 (35.4%) | 32.8 |
/ | 5 (1.5%) | 5397 (33.8%) | 1079.4 |
CCA/Components/Wasatch/Expressions/ | 62 (18.6%) | 2525 (15.8%) | 40.7 |
CCA/Components/Wasatch/transport/ | 46 (13.8%) | 1645 (10.3%) | 35.7 |
CCA/Components/Wasatch/Operators/ | 26 (7.8%) | 655 (4.1%) | 25.1 |
R_Tester/ | 7 (2.1%) | 46 (0.3%) | 6.5 |
CCA/Components/Parent/ | 4 (1.2%) | 13 (0.1%) | 3.2 |
CCA/Components/DataArchiver/ | 1 (0.3%) | 7 (0.0%) | 7.0 |
Core/Grid/Variables/ | 2 (0.6%) | 5 (0.0%) | 2.5 |
CCA/Components/ | 2 (0.6%) | 5 (0.0%) | 2.5 |
build_scripts/ | 4 (1.2%) | 2 (0.0%) | 0.5 |
include/sci_defs/ | 1 (0.3%) | 1 (0.0%) | 1.0 |
CCA/Components/Wasatch/Expressions/MMS/ | 2 (0.6%) | 0 (0.0%) | 0.0 |
- Bug fix for parallel execution when we build trees unique per patch.
- Turn on unique trees per patch so Tony can hammer out BC issues.
0 lines of code changed in 14 files:
Activate unique expressions per patch.
Tony, have a go at boundary conditions now...
5 lines of code changed in 2 files:
Cleanup after Amir's checkin.
- remove a bunch of temporary latex files that were committed.
- Fix some formatting (indentation)
- eliminate iterators in favor of newly added expression templates.
0 lines of code changed in 4 files:
First cut at per-patch graphs/expressions.
Right now I am duplicating the status-quo behavior, but using a new interface that will allow us to (hopefully) migrate easily over to per-patch graphs/expressions.
Basically, a TaskInterface now manages creation of ExpressionTree objects, and can manage these so that either one is built for all patches or one is built per patch. Currently, only the one-for-all situation has been tested. Soon we will move to one graph per patch. That will facilitate boundary condition implementation.
195 lines of code changed in 6 files:
Disallow expression creation from within the BC interface.
1 lines of code changed in 1 file:
Minor cleanup.
66 lines of code changed in 5 files:
Remove a garbage file that was accidentally committed.
0 lines of code changed in 1 file:
use field expression templates in wasatch expressions
0 lines of code changed in 2 files:
Add some documentation.
0 lines of code changed in 2 files:
Add another rtest and flip the switch that Justin put in to force variables to be allocated per patch rather than groups of patches (no memory windowing)
9 lines of code changed in 5 files:
Fix a bug in calculating coordinate field values.
8 lines of code changed in 1 file:
Missed addition of a file previously.
213 lines of code changed in 1 file:
remove "inline" keyword from a few methods that are now in the UpwindInterpolant.cc file.
0 lines of code changed in 2 files:
Update TabPropsEvaluator due to recent TabProps changes.
0 lines of code changed in 2 files:
Move a bunch of stuff from header files to .cc files, and use explicit template instantiation.
This should help speed up compilation times and may reduce code bloat a bit.
1165 lines of code changed in 23 files:
This should fix the build errors on Wasatch3P.
0 lines of code changed in 2 files:
Fix up an input file and activate another regression test for wasatch. This one tests staggered transport equations (diffusion only)
4 lines of code changed in 1 file:
turn off debug version of a test that was very slow in debug.
2 lines of code changed in 1 file:
fix previous commit to turn of boost::serialization output in TabProps.
1 lines of code changed in 1 file:
Default TabProps to HDF5 output for now
1 lines of code changed in 1 file:
(62 more)