/trunk/src Developers: jsutherland

Login name:
jsutherland
Total Commits:
334 (2.8%)
Lines of Code:
15955 (11.5%)
Most Recent Commit:
2010-12-21 20:23

Activity by Clock Time

Activity by Hour of Day for jsutherland

Activity by Day of Week for jsutherland

Activity in Directories

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

Activity of jsutherland

Most Recent Commits

jsutherland 2010-12-21 20:23 Rev.: 46631

- 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:

  • CCA/Components/Wasatch: CoordHelper.cc (new), CoordHelper.h (new), TaskInterface.cc (new), TaskInterface.h (changed), TimeStepper.cc (new), Wasatch.cc (new), Wasatch.h (changed)
jsutherland 2010-12-21 20:22 Rev.: 46630

Activate unique expressions per patch.
Tony, have a go at boundary conditions now...

5 lines of code changed in 2 files:

  • CCA/Components/Wasatch: TimeStepper.cc (+2 -2), Wasatch.cc (+3 -3)
jsutherland 2010-12-17 19:03 Rev.: 46625

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:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (changed)
  • CCA/Components/Wasatch/Expressions/MMS: TaylorVortex.h (new)
jsutherland 2010-12-17 18:10 Rev.: 46623

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:

  • CCA/Components/Wasatch: TaskInterface.cc (+110 -34), TaskInterface.h (+58 -20), TimeStepper.cc (+12 -12), TimeStepper.h (+2 -2), Wasatch.cc (+13 -28)
jsutherland 2010-12-17 18:10 Rev.: 46622

Disallow expression creation from within the BC interface.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch: BCHelperTools.cc (+1 -1)
jsutherland 2010-12-17 18:09 Rev.: 46621

Minor cleanup.

66 lines of code changed in 5 files:

  • CCA/Components/Wasatch: BCHelperTools.cc (+37 -36), BCHelperTools.h (+25 -18), TimeStepper.h (-7), Wasatch.cc (+4 -6)
jsutherland 2010-12-17 18:08 Rev.: 46620

Remove a garbage file that was accidentally committed.

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: DiffusiveFlux.cc~ (del)
jsutherland 2010-12-14 09:36 Rev.: 46608

use field expression templates in wasatch expressions

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: DiffusiveFlux.cc (changed)
jsutherland 2010-12-14 09:36 Rev.: 46607

Add some documentation.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Operators: OperatorTypes.h (changed)
jsutherland 2010-12-08 18:35 Rev.: 46581

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:

  • CCA/Components/Wasatch: Wasatch.cc (+6), sub.mk (new)
  • R_Tester: Wasatch.py (new)
jsutherland 2010-12-03 18:15 Rev.: 46550

Fix a bug in calculating coordinate field values.

8 lines of code changed in 1 file:

  • CCA/Components/Wasatch: CoordHelper.cc (+8 -6)
jsutherland 2010-12-02 20:51 Rev.: 46541

Missed addition of a file previously.

213 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: DiffusiveFlux.cc (+213)
jsutherland 2010-12-02 20:34 Rev.: 46540

remove "inline" keyword from a few methods that are now in the UpwindInterpolant.cc file.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Operators: UpwindInterpolant.h (changed)
jsutherland 2010-12-02 20:31 Rev.: 46539

Update TabPropsEvaluator due to recent TabProps changes.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: TabPropsEvaluator.h (changed)
jsutherland 2010-12-02 20:23 Rev.: 46538

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:

  • CCA/Components/Wasatch: FieldTypes.h (-1)
  • CCA/Components/Wasatch/Expressions: ConvectiveFlux.cc (new 199), ConvectiveFlux.h (+1 -127), DiffusiveFlux.cc~ (new 200), DiffusiveFlux.h (new), ScalarRHS.cc (new 215), ScalarRHS.h (new), sub.mk (new)
  • CCA/Components/Wasatch/Operators: OperatorTypes.h (+8 -3), UpwindInterpolant.cc (new 146), UpwindInterpolant.h (+8 -127), sub.mk (+3 -2)
  • CCA/Components/Wasatch/transport: ScalarTransportEquation.cc (new 372), ScalarTransportEquation.h (new), sub.mk (+1)
jsutherland 2010-11-29 18:17 Rev.: 46521

This should fix the build errors on Wasatch3P.

0 lines of code changed in 2 files:

  • build_scripts: build_wasatch_3p.sh (new)
jsutherland 2010-11-29 18:09 Rev.: 46520

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:

  • R_Tester: Wasatch.py (+4 -2)
jsutherland 2010-11-24 10:41 Rev.: 46513

turn off debug version of a test that was very slow in debug.

2 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+2 -2)
jsutherland 2010-11-22 12:59 Rev.: 46502

fix previous commit to turn of boost::serialization output in TabProps.

1 lines of code changed in 1 file:

  • build_scripts: build_wasatch_3p.sh (+1 -2)
jsutherland 2010-11-22 10:14 Rev.: 46499

Default TabProps to HDF5 output for now

1 lines of code changed in 1 file:

  • build_scripts: build_wasatch_3p.sh (+1)

(62 more)

Generated by StatSVN 0.4.0