/trunk/src Developers: jsutherland

Login name:
jsutherland
Total Commits:
720 (6.1%)
Lines of Code:
13,378 (8.0%)
Most Recent Commit:
2014-12-27 08:36
Tweet this:
Tweet this

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 720 (100.0%) 13378 (100.0%) 18.5
CCA/Components/Wasatch/transport/ 23 (3.2%) 5380 (40.2%) 233.9
CCA/Components/Wasatch/ 159 (22.1%) 3853 (28.8%) 24.2
CCA/Components/Wasatch/Expressions/ 190 (26.4%) 1862 (13.9%) 9.8
CCA/Components/Wasatch/Transport/ 97 (13.5%) 652 (4.9%) 6.7
CCA/Components/Wasatch/Expressions/Particles/ 20 (2.8%) 533 (4.0%) 26.6
CCA/Components/Wasatch/Expressions/BoundaryConditions/ 34 (4.7%) 301 (2.2%) 8.8
CCA/Components/Wasatch/Expressions/MMS/ 19 (2.6%) 264 (2.0%) 13.8
CCA/Components/Wasatch/Operators/ 29 (4.0%) 129 (1.0%) 4.4
CCA/Components/Wasatch/Expressions/PostProcessing/ 25 (3.5%) 96 (0.7%) 3.8
R_Tester/ 9 (1.3%) 75 (0.6%) 8.3
CCA/Components/Wasatch/Expressions/Turbulence/ 18 (2.5%) 69 (0.5%) 3.8
CCA/Components/Arches/Task/ 6 (0.8%) 36 (0.3%) 6.0
CCA/Components/Wasatch/Expressions/EmbeddedGeometry/ 12 (1.7%) 22 (0.2%) 1.8
CCA/Components/MPM/ConstitutiveModel/ 3 (0.4%) 22 (0.2%) 7.3
CCA/Components/Arches/SourceTerms/ 6 (0.8%) 17 (0.1%) 2.8
CCA/Components/Examples/ 2 (0.3%) 15 (0.1%) 7.5
CCA/Components/Wasatch/Expressions/PBE/ 17 (2.4%) 12 (0.1%) 0.7
/ 5 (0.7%) 12 (0.1%) 2.4
CCA/Components/Arches/ 6 (0.8%) 10 (0.1%) 1.6
build_scripts/ 6 (0.8%) 5 (0.0%) 0.8
include/sci_defs/ 1 (0.1%) 4 (0.0%) 4.0
Core/Thread/ 1 (0.1%) 4 (0.0%) 4.0
CCA/Components/Wasatch/Expressions/PBE/Precipitation/ 26 (3.6%) 2 (0.0%) 0.0
Core/ 1 (0.1%) 1 (0.0%) 1.0
CCA/Ports/ 2 (0.3%) 1 (0.0%) 0.5
CCA/Components/Models/Radiation/RMCRT/ 1 (0.1%) 1 (0.0%) 1.0
Core/Exceptions/ 2 (0.3%) 0 (0.0%) 0.0

Activity of jsutherland

Most Recent Commits

jsutherland 2014-12-27 08:36 Rev.: 52898

Cleanup on some BC related stuff. More substantive changes in the works for variable density treatment.

0 lines of code changed in 10 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (new)
  • CCA/Components/Wasatch/Expressions/BoundaryConditions: BoundaryConditions.h (changed), VardenMMSBCs.cc (changed), VardenMMSBCs.h (changed)
  • CCA/Components/Wasatch/Transport: ScalarTransportEquation.cc (new)
jsutherland 2014-12-24 11:53 Rev.: 52893

Cleanup on some BC related stuff. More substantive changes in the works for variable density treatment.

111 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+22 -23)
  • CCA/Components/Wasatch/Expressions/BoundaryConditions: BoundaryConditions.h (+42 -57), VardenMMSBCs.cc (+10 -8), VardenMMSBCs.h (+36 -37)
  • CCA/Components/Wasatch/Transport: ScalarTransportEquation.cc (+1 -1)
jsutherland 2014-12-16 20:49 Rev.: 52824

Move some stuff out of the BCHelper.h header to reduce clutter.

0 lines of code changed in 4 files:

  • CCA/Components/Wasatch: BCHelper.cc (changed), BCHelper.h (new)
jsutherland 2014-12-16 20:49 Rev.: 52823

OCD formatting changes.

81 lines of code changed in 9 files:

  • CCA/Components/Wasatch: Wasatch.cc (+2 -3)
  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+32 -34)
  • CCA/Components/Wasatch/Expressions/BoundaryConditions: VardenMMSBCs.cc (+2 -2), VardenMMSBCs.h (+22 -19)
  • CCA/Components/Wasatch/Transport: MomentumTransportEquation.cc (+10 -11), ParseEquation.cc (+13 -13)
jsutherland 2014-12-15 14:12 Rev.: 52817

Minor stylistic changes, formatting, and improved const correctness related to BC infrastructure.

67 lines of code changed in 6 files:

  • CCA/Components/Wasatch: BCHelper.cc (+19 -21), BCHelper.h (+16 -16)
  • CCA/Components/Wasatch/Transport: MomentumTransportEquation.cc (+25 -25), ParticleMomentumEquation.cc (new), ScalarTransportEquation.cc (+5 -6)
jsutherland 2014-12-10 17:05 Rev.: 52802

Test to see if this fixes Jeremy's multithread problems. If so, I will prepare a more efficient solution. This will currently give a slight performance hit.

0 lines of code changed in 2 files:

  • build_scripts: build_wasatch_3p.sh (new)
jsutherland 2014-12-09 16:19 Rev.: 52797

silence a few warnings.

0 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions: DORadSolver.cc (changed), PressureSource.cc (new)
jsutherland 2014-12-05 10:35 Rev.: 52787

Numerous changes to address warnings kicked up by "cppcheck" - a decent static code analysis tool.
Also some formatting changes along the way.

127 lines of code changed in 42 files:

  • CCA/Components/Wasatch: BCHelper.cc (+3 -8), BCHelperTools.cc (+1 -3), ParticlesHelper.cc (+8 -5), ParticlesHelper.h (+17 -17), TaskInterface.cc (+1 -1), Wasatch.h (+2 -3), WasatchParticlesHelper.cc (new)
  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+4 -5), RadPropsEvaluator.cc (+2 -2), RadPropsEvaluator.h (+1 -1)
  • CCA/Components/Wasatch/Expressions/BoundaryConditions: BoundaryConditionBase.h (+13 -3)
  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: OscillatingCylinder.cc (+5 -5), OscillatingCylinder.h (new)
  • CCA/Components/Wasatch/Expressions/PostProcessing: VelocityMagnitude.cc (new)
  • CCA/Components/Wasatch/Expressions/Turbulence: StrainTensorBase.cc (+4)
  • CCA/Components/Wasatch/Operators: FluxLimiterInterpolant.cc (new), FluxLimiterInterpolant.h (new), Operators.cc (-4)
  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+12 -12), ParseEquation.h (+6 -6), ScalarTransportEquation.cc (-2), TransportEquation.cc (+1 -1), TransportEquation.h (new)
jsutherland 2014-11-28 18:03 Rev.: 52763

Remove some headers, improve const correctness, and remove some BC operator registration now that we are doing this in SpatialOps.

14 lines of code changed in 6 files:

  • CCA/Components/Wasatch: BCHelper.h (-1), BCHelperTools.cc (-1)
  • CCA/Components/Wasatch/Expressions/BoundaryConditions: BoundaryConditionBase.h (+1 -1), BoundaryConditions.cc (+13 -13)
  • CCA/Components/Wasatch/Operators: Operators.cc (-40)
jsutherland 2014-11-28 18:03 Rev.: 52762

Remove a header file inclusion in preparation for a SpatialOps commit that will remove that header file.

4 lines of code changed in 2 files:

  • CCA/Components/Wasatch: Wasatch.cc (-1)
  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+4 -4)
jsutherland 2014-11-25 10:41 Rev.: 52759

Improve some error trapping in TabProps parsing.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch: Properties.cc (new)
jsutherland 2014-11-20 14:10 Rev.: 52739

Fix a bug that could have left density unexposed to Uintah.

4 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Properties.cc (+4)
jsutherland 2014-11-20 14:10 Rev.: 52738

Remove density predictor expression registration in a few places if we don't have momentum active.

34 lines of code changed in 2 files:

  • CCA/Components/Wasatch: Properties.cc (+27 -23), Wasatch.cc (+7 -10)
jsutherland 2014-11-19 21:39 Rev.: 52736

Fix cuds compiler error due to inclusion path issue.
Clean up a warning.

3 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions: DORadSolver.cc (+1 -1), SimpleEmission.cc (new)
  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+1 -1)
jsutherland 2014-11-19 21:26 Rev.: 52735

Fix for our goofy CUDA builds.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: sub.mk (changed)
jsutherland 2014-11-19 20:38 Rev.: 52734

Several new things:

- First rough cut at a DO implementation (not yet working - still needs BCs)

- Simple radiative emission model

- Input file (SimpleEmissionRadiation.ups) to drive a reaction-diffusion problem with radiative heat loss.

- misc. cleanup

1108 lines of code changed in 9 files:

  • CCA/Components/Wasatch: TaskInterface.cc (+20 -1), Wasatch.cc (+6 -1)
  • CCA/Components/Wasatch/Expressions: DORadSolver.cc (+516), DORadSolver.h (new 284), SimpleEmission.cc (+145), SimpleEmission.h (new 68), sub.mk (+2)
  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+57), ParseEquation.h (+10 -4)
jsutherland 2014-11-19 20:37 Rev.: 52733

- don't build predictor expressions when convection is not on.
- Minor formatting changes;

19 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+1 -2), ScalarTransportEquation.cc (+16 -17), ScalarTransportEquation.h (new), TransportEquation.h (+1 -1)
jsutherland 2014-11-13 18:09 Rev.: 52713

Revert Jeremy's commit that changed the build system for Yosemite.
This caused build failures on several existing systems.

14 lines of code changed in 4 files:

  • configure (+2 -1329), configure.ac (+4 -46)
  • Core/Thread: ThreadLock.h (+4 -3)
  • include/sci_defs: blas_testdefs.h.in (+4 -7)
jsutherland 2014-11-13 17:02 Rev.: 52708

more minor cleanup

2 lines of code changed in 2 files:

  • CCA/Components/Wasatch: TaskInterface.cc (+2 -2)
  • CCA/Components/Wasatch/Transport: MomentumTransportEquation.cc (-20)
jsutherland 2014-11-13 12:41 Rev.: 52702

More minor cleanup.

We really need to refactor the masks so that we can avoid repeated creation and so we can refactor all of these BC expressions to use straight nebo/masks rather than iterators in some cases.

23 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/BoundaryConditions: BoundaryConditions.cc (+23 -27)

(122 more)

Generated by StatSVN 0.7.0