/trunk/src Developers: tsaad

Login name:
tsaad
Total Commits:
844 (12.3%)
Lines of Code:
21,232 (23.0%)
Most Recent Commit:
2013-12-05 12:06
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for tsaad

Activity by Day of Week for tsaad

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 844 (100.0%) 21232 (100.0%) 25.1
CCA/Components/Wasatch/ 175 (20.7%) 5400 (25.4%) 30.8
CCA/Components/Wasatch/Expressions/ 107 (12.7%) 3054 (14.4%) 28.5
CCA/Components/Wasatch/Expressions/BoundaryConditions/ 59 (7.0%) 2158 (10.2%) 36.5
CCA/Components/Wasatch/Expressions/Turbulence/ 67 (7.9%) 1767 (8.3%) 26.3
CCA/Components/Wasatch/transport/ 122 (14.5%) 1423 (6.7%) 11.6
CCA/Components/Arches/ 51 (6.0%) 1252 (5.9%) 24.5
CCA/Components/Wasatch/Expressions/PostProcessing/ 16 (1.9%) 1188 (5.6%) 74.2
R_Tester/ 42 (5.0%) 787 (3.7%) 18.7
CCA/Components/Wasatch/Operators/ 30 (3.6%) 762 (3.6%) 25.4
CCA/Components/Wasatch/Expressions/MMS/ 7 (0.8%) 685 (3.2%) 97.8
Core/Grid/BoundaryConditions/ 51 (6.0%) 671 (3.2%) 13.1
Core/ProblemSpec/ 10 (1.2%) 320 (1.5%) 32.0
scripts/ 7 (0.8%) 284 (1.3%) 40.5
CCA/Components/Wasatch/Expressions/EmbeddedGeometry/ 18 (2.1%) 262 (1.2%) 14.5
scripts/doxygen/ 8 (0.9%) 261 (1.2%) 32.6
Core/IO/ 4 (0.5%) 258 (1.2%) 64.5
CCA/Components/Wasatch/Expressions/PBE/ 12 (1.4%) 234 (1.1%) 19.5
Core/Grid/ 14 (1.7%) 125 (0.6%) 8.9
CCA/Components/Solvers/ 3 (0.4%) 113 (0.5%) 37.6
CCA/Components/Arches/SourceTerms/ 2 (0.2%) 82 (0.4%) 41.0
CCA/Components/Wasatch/Expressions/PBE/Precipitation/ 1 (0.1%) 50 (0.2%) 50.0
Core/DataArchive/ 3 (0.4%) 20 (0.1%) 6.6
CCA/Components/Arches/DigitalFilter/ 9 (1.1%) 16 (0.1%) 1.7
/ 2 (0.2%) 16 (0.1%) 8.0
Core/Grid/Variables/ 6 (0.7%) 15 (0.1%) 2.5
CCA/Components/MPM/ 4 (0.5%) 8 (0.0%) 2.0
Core/Geometry/ 3 (0.4%) 6 (0.0%) 2.0
CCA/Components/SimulationController/ 4 (0.5%) 6 (0.0%) 1.5
CCA/Components/Arches/ChemMix/ 2 (0.2%) 5 (0.0%) 2.5
CCA/Components/ICE/ 2 (0.2%) 2 (0.0%) 1.0
CCA/Components/ProblemSpecification/ 1 (0.1%) 1 (0.0%) 1.0
CCA/Components/MPM/HeatConduction/ 2 (0.2%) 1 (0.0%) 0.5

Activity of tsaad

Most Recent Commits

tsaad 2013-12-05 12:06 Rev.: 51361

Propagate multistage time-integrator information into the OldVariable class. This is the first step in getting our variable density algorithm working with multistage integrators.

23 lines of code changed in 5 files:

  • CCA/Components/Wasatch: OldVariable.cc (new), OldVariable.h (+4 -2), Wasatch.cc (+1 -1)
tsaad 2013-11-25 09:25 Rev.: 51332

remove an assertion from the scalability-test-transport-equation that caused failure on debug builds. This assertion is not needed.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/transport: ScalabilityTestTransportEquation.cc (new)
tsaad 2013-11-19 16:49 Rev.: 51315

remove a warning when parsing boundary conditions. this places the burden of bulletproofing on the component developers.

0 lines of code changed in 2 files:

  • Core/Grid/BoundaryConditions: BoundCondFactory.cc (changed)
tsaad 2013-11-15 12:00 Rev.: 51299

cleanup the embedded geometry interface and rip out boolean flags from being passed into transport equations. Instead, have those embedded in the EmbeddedGeometryHelper.

155 lines of code changed in 23 files:

  • CCA/Components/Wasatch: FieldClippingTools.h (new), Wasatch.cc (+2 -4)
  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: EmbeddedGeometryHelper.cc (new), EmbeddedGeometryHelper.h (+33 -13)
  • CCA/Components/Wasatch/transport: MomentTransportEquation.cc (+4 -6), MomentTransportEquation.h (-1), MomentumTransportEquation.cc (+10 -28), MomentumTransportEquation.h (-2), ParseEquation.cc (-12), ParseEquation.h (new), ScalabilityTestTransportEquation.cc (+1 -2), ScalarTransportEquation.cc (+11 -12), ScalarTransportEquation.h (-1), TransportEquation.cc (+9 -10), TransportEquation.h (+2 -5)
tsaad 2013-11-15 08:19 Rev.: 51297

add some missing documentation to the new TransportEquation class

20 lines of code changed in 1 file:

  • CCA/Components/Wasatch/transport: TransportEquation.h (+20 -2)
tsaad 2013-11-14 11:18 Rev.: 51287

fix a typo in the BCHelper documentation that James pointed out.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch: BCHelper.h (changed)
tsaad 2013-11-14 10:58 Rev.: 51285

minor cleanup for documentation and indentation in the BCHelper

31 lines of code changed in 1 file:

  • CCA/Components/Wasatch: BCHelper.h (+31 -24)
tsaad 2013-11-14 10:22 Rev.: 51283

Enforce density specification for ALL wasatch simulations

9 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Properties.cc (+9 -3)
tsaad 2013-11-14 09:03 Rev.: 51280

fix a bug in property evaluations. Since we don't enforce the specification of density via the input file, then assume that it is constant if no density block is specified. This will repair the failing RT. We could however enforce density specification...

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Properties.cc (+3 -2)
tsaad 2013-11-12 13:58 Rev.: 51263

separate the implementation of ExprAlgebration from the header file.

137 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Expressions: ExprAlgebra.cc (new 137), ExprAlgebra.h (changed), sub.mk (new)
tsaad 2013-11-10 16:42 Rev.: 51255

remove a cout statement

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (-1)
tsaad 2013-11-08 14:38 Rev.: 51248

fix watches. for real.

4 lines of code changed in 3 files:

  • CCA/Components/Arches: Arches.cc (+2 -1)
  • CCA/Components/Wasatch: Wasatch.h (+2 -1)
tsaad 2013-11-08 14:12 Rev.: 51247

revert my previous commit

1 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+1 -2)
tsaad 2013-11-08 13:53 Rev.: 51246

fix warches

2 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+2 -1)
tsaad 2013-11-08 12:49 Rev.: 51245

create expressions to handle coordinates instead of traditional Uintah tasks.

471 lines of code changed in 15 files:

  • CCA/Components/Wasatch: CoordHelper.cc (del), CoordHelper.h (del), CoordinateHelper.cc (+119), CoordinateHelper.h (new 66), TaskInterface.cc (+46), TimeStepper.cc (+2 -6), TimeStepper.h (+1 -3), Wasatch.cc (+14 -19), Wasatch.h (+1 -3), sub.mk (new)
  • CCA/Components/Wasatch/Expressions: Coordinate.cc (new 161), Coordinate.h (+56 -42), sub.mk (+1)
  • R_Tester: Wasatch.py (+2 -2)
tsaad 2013-11-05 10:34 Rev.: 51226

fix single-patch bug with the varden mms test

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch: BCHelper.cc (new)
tsaad 2013-11-04 15:31 Rev.: 51222

trying to remove MPMArches RT from executing

0 lines of code changed in 1 file:

  • R_Tester: MPMARCHES.py (del)
tsaad 2013-11-04 13:38 Rev.: 51220

add regression test for clipping with intrusions

3 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+3 -1)
tsaad 2013-11-04 13:35 Rev.: 51219

Fix clipping inside intrusions. (use modifier expressions instead of process_after_evaluate for clipping).

102 lines of code changed in 2 files:

  • CCA/Components/Wasatch: FieldClippingTools.h (+97 -41), Wasatch.cc (+5 -5)
tsaad 2013-11-02 17:48 Rev.: 51215

fix a very bad bug in applying density boundary conditions for variable density problems. Also repair a fundamental mistake in the varden mms case. this commit will break that test.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/transport: MomentumTransportEquation.cc (+1 -1)

(220 more)

Generated by StatSVN 0.7.0