/trunk/src Developers: tsaad

Login name:
tsaad
Total Commits:
784 (6.6%)
Lines of Code:
27,371 (16.3%)
Most Recent Commit:
2014-12-05 09:42
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 784 (100.0%) 27371 (100.0%) 34.9
CCA/Components/Wasatch/Transport/ 105 (13.4%) 7734 (28.3%) 73.6
CCA/Components/Wasatch/ 203 (25.9%) 4042 (14.8%) 19.9
CCA/Components/Wasatch/Expressions/ 99 (12.6%) 2791 (10.2%) 28.1
CCA/Components/Wasatch/Expressions/Particles/ 30 (3.8%) 2606 (9.5%) 86.8
CCA/Components/Wasatch/Expressions/MMS/ 33 (4.2%) 2551 (9.3%) 77.3
Core/Grid/ 14 (1.8%) 2343 (8.6%) 167.3
CCA/Components/Wasatch/Expressions/BoundaryConditions/ 41 (5.2%) 1751 (6.4%) 42.7
Core/Grid/BoundaryConditions/ 55 (7.0%) 1046 (3.8%) 19.0
CCA/Components/Wasatch/transport/ 87 (11.1%) 875 (3.2%) 10.0
CCA/Components/Schedulers/ 11 (1.4%) 678 (2.5%) 61.6
Core/GeometryPiece/ 4 (0.5%) 191 (0.7%) 47.7
CCA/Components/Wasatch/Expressions/PostProcessing/ 4 (0.5%) 176 (0.6%) 44.0
R_Tester/ 34 (4.3%) 175 (0.6%) 5.1
CCA/Components/Wasatch/Operators/ 13 (1.7%) 162 (0.6%) 12.4
CCA/Components/Arches/ 12 (1.5%) 52 (0.2%) 4.3
CCA/Components/Wasatch/Expressions/EmbeddedGeometry/ 6 (0.8%) 42 (0.2%) 7.0
CCA/Components/Wasatch/Expressions/Turbulence/ 8 (1.0%) 40 (0.1%) 5.0
CCA/Components/Solvers/ 2 (0.3%) 36 (0.1%) 18.0
Core/ProblemSpec/ 2 (0.3%) 22 (0.1%) 11.0
Core/DataArchive/ 2 (0.3%) 14 (0.1%) 7.0
CCA/Components/Models/Radiation/RMCRT/ 2 (0.3%) 12 (0.0%) 6.0
CCA/Components/DataArchiver/ 2 (0.3%) 10 (0.0%) 5.0
CCA/Ports/ 3 (0.4%) 8 (0.0%) 2.6
CCA/Components/Arches/LagrangianParticles/ 3 (0.4%) 5 (0.0%) 1.6
CCA/Components/Models/Radiation/floatRMCRT/ 2 (0.3%) 3 (0.0%) 1.5
CCA/Components/Arches/Task/ 2 (0.3%) 3 (0.0%) 1.5
StandAlone/ 1 (0.1%) 1 (0.0%) 1.0
R_Tester/helpers/ 1 (0.1%) 1 (0.0%) 1.0
CCA/Components/Examples/ 1 (0.1%) 1 (0.0%) 1.0
CCA/Components/Wasatch/Expressions/PBE/Precipitation/ 2 (0.3%) 0 (0.0%) 0.0

Activity of tsaad

Most Recent Commits

tsaad 2014-12-05 09:41 Rev.: 52786

remove an unnecessary division when constructing the oscillating cylinder. Thanks James for pointing this out.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: EmbeddedGeometryHelper.cc (changed)
tsaad 2014-12-03 12:06 Rev.: 52781

propagate high order time integration to the variable-density pressure source

39 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: PressureSource.cc (+39 -10)
tsaad 2014-12-03 09:46 Rev.: 52779

some major changes to correct a few theoretical issues when constructing the rhs of the pressure-Poisson for high-order projection. A few Wasatch tests will fail.

115 lines of code changed in 10 files:

  • CCA/Components/Wasatch: TimeIntegratorTools.h (new), Wasatch.cc (+27 -23), Wasatch.h (+3 -1)
  • CCA/Components/Wasatch/Expressions: PressureSource.cc (+58 -13), PressureSource.h (+14 -8)
  • CCA/Components/Wasatch/Transport: MomentumTransportEquation.cc (+9 -7), MomentumTransportEquation.h (new)
tsaad 2014-12-01 09:35 Rev.: 52768

Add support to use a single predictor in the variable density algorithm. This can be triggered by using: <UseOnePredictor/> in the <VariableDensity> block.

49 lines of code changed in 15 files:

  • CCA/Components/Wasatch: VardenParameters.cc (+4), VardenParameters.h (+1)
  • CCA/Components/Wasatch/Expressions: PressureSource.cc (+7 -4), PressureSource.h (+1 -1)
  • CCA/Components/Wasatch/Expressions/MMS: Varden2DMMS.cc (new), Varden2DMMS.h (+1), VardenMMS.cc (new), VardenMMS.h (new)
  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+2 -1)
tsaad 2014-11-24 12:49 Rev.: 52754

rework portions of the varden algorithm:
1. Get rid of the rhof* business and use rhof (TimeAdvance expression) instead
2. Apply appropriate bc on rhof_rhs so that rhof_(n+1) reproduces the correct bc

41 lines of code changed in 4 files:

  • CCA/Components/Wasatch: BCHelper.cc (+1 -1), Properties.cc (+12 -18)
  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+1 -2), ScalarTransportEquation.cc (+27 -58)
tsaad 2014-11-24 12:49 Rev.: 52753

fix some namespace issues int Ray et al that were causing build failures on mac dbg builds

7 lines of code changed in 4 files:

  • CCA/Components/Examples: RMCRT_Test.cc (+1 -2)
  • CCA/Components/Models/Radiation/RMCRT: Ray.cc (+3 -4)
  • CCA/Components/Models/Radiation/floatRMCRT: Ray.cc (+3 -4)
tsaad 2014-11-20 11:39 Rev.: 52737

add varden 1D mms test using the Amagat-Leduc law

0 lines of code changed in 2 files:

  • R_Tester: Wasatch.py (new)
tsaad 2014-11-18 20:57 Rev.: 52731

remove a cout statement

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch: OldVariable.cc (new)
tsaad 2014-11-18 10:40 Rev.: 52724

repair the Wasatch memory test failures.

19 lines of code changed in 1 file:

  • CCA/Components/Wasatch: OldVariable.cc (+19 -7)
tsaad 2014-11-03 09:58 Rev.: 52624

add regression test for particle-to-mesh interpolation

2 lines of code changed in 1 file:

  • R_Tester: Wasatch.py (+2)
tsaad 2014-11-03 09:33 Rev.: 52623

add support for interpolating and postprocessing particle fields as Eulerian fields. This is driven through the input file. Tests will follow.

199 lines of code changed in 6 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+21)
  • CCA/Components/Wasatch/Expressions/PostProcessing: InterpolateExpression.cc (+116 -1), InterpolateExpression.h (new)
  • CCA/Components/Wasatch/Operators: Operators.cc (+2)
tsaad 2014-10-17 09:22 Rev.: 52586

silence a few warnings

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (new)
tsaad 2014-10-15 09:20 Rev.: 52580

update the spec for reading data files. specify the format in the data file instead of forcing the user to specify it in the ups file. We now support FLAT and XYZ formats. You must specify those (e.g. FLAT or XYZ) in the first line of your input file.

17 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+1 -10)
  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+16 -16)
tsaad 2014-10-14 11:59 Rev.: 52575

fix warches

10 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (+10 -3)
tsaad 2014-10-14 09:32 Rev.: 52572

change all initial conditions to STATE_NONE. This is a major refactor. If you are using Wasatch, please change all your initial conditions to STATE_NONE. This commit constitutes the first step towards removing state-specification from input files.

32 lines of code changed in 18 files:

  • CCA/Components/Wasatch: TaskInterface.cc (+3 -1)
  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+1 -1)
  • CCA/Components/Wasatch/Transport: EquationBase.h (+5), MomentTransportEquation.cc (+1 -1), MomentumTransportEquation.cc (+6 -7), ParseEquation.cc (+2 -2), ParticleMassEquation.cc (new), ParticleMomentumEquation.cc (+1 -1), ParticlePositionEquation.cc (+1 -1), ParticleSizeEquation.cc (new), ScalabilityTestTransportEquation.cc (new), ScalarTransportEquation.cc (+5 -5)
tsaad 2014-10-09 13:05 Rev.: 52565

add support for reading flat-format initial conditions.

111 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+10 -1)
  • CCA/Components/Wasatch/Expressions/MMS: Functions.h (+101 -38)
tsaad 2014-10-06 10:41 Rev.: 52555

fix wasatch restarts with particles and particle boundary conditions

30 lines of code changed in 2 files:

  • CCA/Components/Wasatch: ParticlesHelper.cc (+22 -8), Wasatch.cc (+8 -3)
tsaad 2014-10-03 10:07 Rev.: 52542

Pass the ParticleSubset through the AllocInfo struct. This is consistent with the idea of passing a patch - since the ParticleSubset is to Particles what a Patch is to an Eulerian field. This will fix the threaded Wasatch builds. Thanks to Nathan Yonkee for helping to track this down.

27 lines of code changed in 2 files:

  • CCA/Components/Wasatch: FieldAdaptor.h (+19), TaskInterface.cc (+8 -3)
tsaad 2014-10-01 15:16 Rev.: 52527

* remove a cout statement
* Use the postprocessing graph to compute the cell centered momentum field for one of the Wasatch tests. This will fix the threaded build on this test. Thanks to Nathan Yonkee for his work on this issue.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch: ReductionHelper.cc (changed)
tsaad 2014-10-01 09:48 Rev.: 52525

* Fix another leak in the recently added interior boundaries
* Allow PostProcessing graphs to be used through the input file

5 lines of code changed in 3 files:

  • CCA/Components/Wasatch: ParseTools.cc (new)
  • Core/Grid: Patch.cc (+4)

(184 more)

Generated by StatSVN 0.7.0