/trunk/src Developers: jsutherland

Login name:
jsutherland
Total Commits:
129 (0.9%)
Lines of Code:
1,799 (0.7%)
Most Recent Commit:
2017-11-02 09:12
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 129 (100.0%) 1799 (100.0%) 13.9
CCA/Components/Wasatch/Expressions/BoundaryConditions/ 24 (18.6%) 1662 (92.4%) 69.2
CCA/Components/Wasatch/Transport/ 17 (13.2%) 71 (3.9%) 4.1
CCA/Components/Wasatch/ 14 (10.9%) 19 (1.1%) 1.3
build_scripts/ 14 (10.9%) 13 (0.7%) 0.9
CCA/Components/Wasatch/Coal/CharOxidation/CCK/ 24 (18.6%) 12 (0.7%) 0.5
CCA/Components/Wasatch/Expressions/Particles/ 16 (12.4%) 8 (0.4%) 0.5
CCA/Components/Wasatch/Expressions/ 6 (4.7%) 5 (0.3%) 0.8
R_Tester/ 2 (1.6%) 3 (0.2%) 1.5
CCA/Components/Wasatch/Operators/ 4 (3.1%) 2 (0.1%) 0.5
CCA/Components/Wasatch/Expressions/PostProcessing/ 4 (3.1%) 2 (0.1%) 0.5
CCA/Components/Wasatch/Expressions/Turbulence/ 2 (1.6%) 1 (0.1%) 0.5
CCA/Components/Wasatch/Coal/CharOxidation/FirstOrderArrhenius/ 2 (1.6%) 1 (0.1%) 0.5

Activity of jsutherland

Most Recent Commits

jsutherland 2017-11-02 09:12 Rev.: 57204

Silence a few compiler warnings.

2 lines of code changed in 5 files:

  • CCA/Components/Wasatch: FieldAdaptor.cc (new), WasatchBCHelper.cc (+1 -1)
  • CCA/Components/Wasatch/Transport: CompressibleMomentumTransportEquation.cc (-6), CompressibleMomentumTransportEquation.h (-3)
jsutherland 2017-11-01 20:04 Rev.: 57203

Update SpatialOps to eliminate numerous warnings.

0 lines of code changed in 2 files:

  • build_scripts: build_wasatch_3p.sh (changed)
jsutherland 2017-10-20 18:59 Rev.: 57163

Update NSCB hash again to clean up some compiler warnings coming out of there.

1 lines of code changed in 1 file:

  • build_scripts: build_wasatch_3p.sh (+1 -1)
jsutherland 2017-10-20 18:27 Rev.: 57162

Used the wrong value in my last change...

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch: WasatchBCHelper.cc (+1 -1)
jsutherland 2017-10-20 15:51 Rev.: 57160

Updates for change to NSCBC API

5 lines of code changed in 2 files:

  • CCA/Components/Wasatch: WasatchBCHelper.cc (+4 -1)
  • build_scripts: build_wasatch_3p.sh (+1 -1)
jsutherland 2017-09-28 16:44 Rev.: 57044

Update to new SpatialOps

1 lines of code changed in 1 file:

  • build_scripts: build_wasatch_3p.sh (+1 -1)
jsutherland 2017-09-27 09:07 Rev.: 57031

- Minor changes to conform to SpatialOps changes.
- update auto-build SpatialOps hash
- clean up a few warnings.

44 lines of code changed in 24 files:

  • CCA/Components/Wasatch/Expressions/Particles: CellToParticleInterpExpr.h (+1 -1), ParticleBodyForce.h (+1 -1), ParticleConvectiveHeatTransferCoefficient.h (new), ParticleGasMomentumSrc.h (+1 -1), ParticleRe.h (new), ParticleResponseTime.h (new), ParticleTemperatureSrc_convection.h (+1 -1), ParticleToCellSrcExpr.h (+1 -1)
  • CCA/Components/Wasatch/Expressions/PostProcessing: Derivative.cc (+1 -1), InterpolateExpression.cc (new)
  • CCA/Components/Wasatch/Operators: Operators.cc (new)
  • CCA/Components/Wasatch/Transport: MomentumTransportEquationBase.cc (+32 -34)
  • build_scripts: build_wasatch_3p.sh (+1 -1)
jsutherland 2017-09-27 09:06 Rev.: 57030

Point to new SpatialOps version.

1 lines of code changed in 1 file:

  • build_scripts: build_wasatch_3p.sh (+1 -1)
jsutherland 2017-09-27 09:06 Rev.: 57029

Minor cleanup

0 lines of code changed in 6 files:

  • CCA/Components/Wasatch: BCHelper.cc (changed), BCHelper.h (changed)
  • CCA/Components/Wasatch/Expressions: MomentumPartialRHS.h (changed)
jsutherland 2017-07-20 11:06 Rev.: 56810

Output every timestep to circumvent GPU bug and get a test running again.

1 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+1 -1)
jsutherland 2017-07-20 10:38 Rev.: 56809

disable a few more gpu tests until we can sort out the issue.

2 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+2 -2)
jsutherland 2017-07-13 14:06 Rev.: 56782

Eliminate creation of an unnecessary PlaceHolder expression on transport equations.
This will allow ExprLib to trap more user specification errors.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch: TimeStepper.cc (changed)
jsutherland 2017-07-12 10:30 Rev.: 56780

Split BoundaryCondition.cc into several files to reduce the size of the resulting object file(s).

1693 lines of code changed in 27 files:

  • CCA/Components/Wasatch/Expressions/BoundaryConditions: BoundaryConditionBase.h (+358 -354), BoundaryConditions.cc (del), BoundaryConditions.h (+537 -430), BoundaryConditionsConstant.cc (new 75), BoundaryConditionsCopier.cc (new 66), BoundaryConditionsLinear.cc (new 64), BoundaryConditionsOneSided.cc (new 116), BoundaryConditionsOneSided.h (new 178), BoundaryConditionsParabolic.cc (new 62), BoundaryConditionsPowerLaw.cc (new 62), BoundaryConditionsPrimvar.cc (new 126), OpenBC.h (new), OutflowBC.h (new), ParticleWallBC.h (new), TurbulentInletBC.h (+1 -1), VardenMMSBCs.h (+5 -5), sub.mk (new)
  • CCA/Components/Wasatch/Transport: CompressibleMomentumTransportEquation.cc (+21 -25), CompressibleMomentumTransportEquation.h (+9 -13), TotalInternalEnergyTransportEquation.cc (+1)
jsutherland 2017-06-21 13:19 Rev.: 56678

Update NSCBC hash

1 lines of code changed in 1 file:

  • build_scripts: build_wasatch_3p.sh (+1 -1)
jsutherland 2017-06-20 12:21 Rev.: 56672

Update copyright on wasatch files.

19 lines of code changed in 36 files:

  • CCA/Components/Wasatch/Coal/CharOxidation/CCK: AshFilm.h (+1 -1), CCK.h (+1 -1), CharConversion.h (new), CharSpeciesRHS.h (+1 -1), CoreDensity.h (new), DevolatilizedDensity.h (+1 -1), DevolatilizedMassFracs.h (+1 -1), InitialCoreDensity.h (+1 -1), InitialDevolatilizedDensity.h (new), LogFrequencyDistributionRHS.h (new), ParticleDiameter.h (+1 -1), ThermalAnnealing.h (new)
  • CCA/Components/Wasatch/Coal/CharOxidation/FirstOrderArrhenius: FirstOrderArrhenius.h (new)
  • CCA/Components/Wasatch/Expressions: LewisNumberSpeciesFlux.h (new)
  • CCA/Components/Wasatch/Expressions/Turbulence: TurbDiffFlux.h (+1 -1)
  • CCA/Components/Wasatch/Transport: CompressibleMomentumTransportEquation.cc (+1 -1), CompressibleMomentumTransportEquation.h (+1 -1), SetupCoalModels.cc (new), SetupCoalModels.h (new)
jsutherland 2017-06-19 15:32 Rev.: 56643

Updates to conform to new SpatialOps API.

15 lines of code changed in 6 files:

  • CCA/Components/Wasatch: BCHelper.cc (+5 -5), FieldAdaptor.h (+7 -5)
  • CCA/Components/Wasatch/Operators: FluxLimiterInterpolant.cc (+1 -1)
  • build_scripts: build_wasatch_3p.sh (+2 -2)
jsutherland 2017-05-16 11:12 Rev.: 56539

Update NSCBC again.

1 lines of code changed in 1 file:

  • build_scripts: build_wasatch_3p.sh (+1 -1)
jsutherland 2017-05-16 10:13 Rev.: 56536

1. Update git hash for NSCBC. This allows all NSCBC expressions to be run on GPU.
2. A few minor modifications to get past error trapping on new Mac compilers.

9 lines of code changed in 8 files:

  • CCA/Components/Wasatch/Expressions: DiffusiveVelocity.cc (new)
  • CCA/Components/Wasatch/Transport: PseudospeciesTransportEquation.cc (+1 -1), SpeciesTransportEquation.cc (+1 -1), SpeciesTransportEquation_diffusion.cc (+2 -2)
  • build_scripts: build_wasatch_3p.sh (+1 -1)
jsutherland 2017-03-27 16:10 Rev.: 56359

Commit for Josh McConnell to fix builds on Titan.

1 lines of code changed in 1 file:

  • build_scripts: build_wasatch_3p.sh (+1 -1)
jsutherland 2017-02-23 12:33 Rev.: 56245

Update NSCBC hash.

1 lines of code changed in 1 file:

  • build_scripts: build_wasatch_3p.sh (+1 -1)

(1 more)

Generated by StatSVN 0.7.0