/trunk/src Developers: jthornoc

Login name:
jthornoc
Total Commits:
237 (3.0%)
Lines of Code:
4708 (3.0%)
Most Recent Commit:
2008-12-02 20:03

Activity by Clock Time

Activity by Hour of Day for jthornoc

Activity by Day of Week for jthornoc

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 237 (100.0%) 4708 (100.0%) 19.8
Packages/Uintah/CCA/Components/Arches/ 203 (85.7%) 4117 (87.4%) 20.2
Packages/Uintah/StandAlone/tools/extractors/ 3 (1.3%) 405 (8.6%) 135.0
Packages/Uintah/CCA/Components/Arches/Mixing/ 13 (5.5%) 120 (2.5%) 9.2
Packages/Uintah/R_Tester/ 11 (4.6%) 37 (0.8%) 3.3
Packages/Uintah/CCA/Components/Arches/Radiation/ 6 (2.5%) 28 (0.6%) 4.6
/ 1 (0.4%) 1 (0.0%) 1.0

Activity of jthornoc

Most Recent Commits

jthornoc 2008-12-02 20:03 Rev.: 42649

Removed d_listDepVarNames and made it local since the dependent variable names are already stored in the LabelMap. When calling getState, we create a local temp variable (vector<string>) with the variables names.

11 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: Properties.cc (+11 -9), Properties.h (-4)
jthornoc 2008-11-14 11:31 Rev.: 42502

New mix/rxn model interface. This will require that user tag variables in the input file that should be populated from the table.
This is not turned on yet so it shouldn't affect the answers.

170 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Arches: Properties.cc (+141), Properties.h (+29 -1)
jthornoc 2008-10-16 17:25 Rev.: 42260

Added an mpmArches case that has reaction/radiation (unlike the pipe test which doesn't have reaction/radiation).

2 lines of code changed in 1 file:

  • Packages/Uintah/R_Tester: MPMARCHES (+2 -1)
jthornoc 2008-10-10 16:51 Rev.: 42232

Rolling back some changes until I can confirm that the differences from the current gold standard are fuzz.

This should fix the failing Arches and MPMArches tests.

39 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: ScalarSolver.cc (+39 -39)
jthornoc 2008-10-01 13:21 Rev.: 42188

Beginings of an overhaul on the scalar equation.
* Replaced old "StencilMatrix" type matrix coefficients with CCVariable<Stencil7>
* Removed some fortran calls and replaced them with their c++ equivalent
* Added an explicit integrator as a template
* Removed some redundancy and extra loops

Note: I left in all the old code but just commented it out for now.

624 lines of code changed in 18 files:

  • Packages/Uintah/CCA/Components/Arches: ArchesConstVariables.h (new), ArchesLabel.cc (new), ArchesLabel.h (+3), ArchesVariables.h (new), BoundaryCondition.cc (+123), BoundaryCondition.h (+13), Discretization.cc (+14 -1), Discretization.h (+3), RHSSolver.cc (+75), RHSSolver.h (+20), ScalarSolver.cc (+272 -27), ScalarSolver.h (+9), Source.cc (+68 -12), Source.h (+14)
jthornoc 2008-07-31 16:50 Rev.: 41796

Cleaned up some unused MMS stuff.

3 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+1 -312), ExplicitSolver.cc (-16), Properties.cc (+2 -1), Source.cc (-38)
jthornoc 2008-07-22 17:56 Rev.: 41688

Missed a variable change that Todd implemented.

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: Properties.cc (+2 -2)
jthornoc 2008-07-22 17:49 Rev.: 41687

Restored original code. Will get to warnings once this passes RT.

78 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: Properties.cc (+78 -78)
jthornoc 2008-07-18 18:30 Rev.: 41616

Fixed a missing curly-brace on an ambiguous "if" statement that was causing a warning.

35 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: Properties.cc (+35 -34)
jthornoc 2008-07-17 10:25 Rev.: 41557

Turned on exact comparison.

2 lines of code changed in 1 file:

  • Packages/Uintah/R_Tester: ARCHES (+2 -2)
jthornoc 2008-07-16 17:59 Rev.: 41540

Added two more simple regression tests for Arches. Will set gold standards and multipatch runs later.

2 lines of code changed in 1 file:

  • Packages/Uintah/R_Tester: ARCHES (+2)
jthornoc 2008-07-16 17:33 Rev.: 41538

- Replaced some "fortran" type loops with cell iterators
- Cleaned some of the mms functionality in Arches.cc
- Added extrascalars to the constantMMS

68 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+66 -319), Arches.h (+2 -2), ExplicitSolver.cc (-16)
jthornoc 2008-06-13 12:10 Rev.: 41257

Fix a bug which was encountered when multiple intrusion source BC's were present in the input file.

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: BoundaryCondition.cc (+2 -2)
jthornoc 2008-05-16 10:56 Rev.: 41068

Turned on exact comparison for these two tests.

2 lines of code changed in 2 files:

  • Packages/Uintah/R_Tester: ARCHES (+1 -1), MPMARCHES (+1 -1)
jthornoc 2008-05-15 22:56 Rev.: 41067

Accidentally commited a bug ealier.

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: Properties.cc (-3)
jthornoc 2008-05-15 22:19 Rev.: 41066

Replaced patch->:
getCellLowIndex_New() and getCellHighIndex_New()

with patch->:
getExtraCellLowIndex__New() and getExtraCellHighIndex_New()


129 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/Arches: CompDynamicProcedure.cc (+33 -33), CompLocalDynamicProcedure.cc (+32 -32), Discretization.cc (+1 -1), ExtraScalarSolver.cc (+3 -3), Filter.cc (+10 -10), IncDynamicProcedure.cc (+14 -14), OdtClosure.cc (+16 -16), Properties.cc (+1 -1), ScaleSimilarityModel.cc (+16 -16), Source.cc (+3 -3)
jthornoc 2008-05-15 17:15 Rev.: 41061

Changed a "=" to a "=="

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Arches: ExtraScalarSolver.cc (+1 -1)
jthornoc 2008-05-15 17:10 Rev.: 41060

Set MPMARCHES test to compare to gold-standard

1 lines of code changed in 1 file:

  • Packages/Uintah/R_Tester: MPMARCHES (+1 -1)
jthornoc 2008-05-15 16:53 Rev.: 41058

Changed patch->:
getCellFORTLowIndex and getCellFORTHighIndex

To patch->:
getFortranCellLowIndex__New() and getFortranCellHighIndex__New()

247 lines of code changed in 28 files:

  • Packages/Uintah/CCA/Components/Arches: Arches.cc (+12 -12), BoundaryCondition.cc (+56 -56), CellInformation.cc (+2 -2), CompDynamicProcedure.cc (+10 -10), CompLocalDynamicProcedure.cc (+10 -10), Discretization.cc (+14 -14), EnthalpySolver.cc (+4 -4), ExplicitSolver.cc (+10 -10), ExtraScalarSolver.cc (+4 -4), Filter.cc (+8 -8), HypreSolver.cc (+6 -6), IncDynamicProcedure.cc (+10 -10), MomentumSolver.cc (+8 -8), OdtClosure.cc (+6 -6), PetscSolver.cc (+6 -6), PicardNonlinearSolver.cc (+6 -6), PressureSolver.cc (+4 -4), Properties.cc (+2 -2), RHSSolver.cc (+4 -4), ReactiveScalarSolver.cc (+2 -2), ScalarSolver.cc (+4 -4), ScaleSimilarityModel.cc (+8 -8), SmagorinskyModel.cc (+6 -6), Source.cc (+22 -22), ZeroExtraScalarSrc.cc (+5 -12)
  • Packages/Uintah/CCA/Components/Arches/Radiation: DORadiationModel.cc (+6 -6), RadHypreSolver.cc (+6 -6), RadLinearSolver.cc (+6 -6)
jthornoc 2008-05-15 16:21 Rev.: 41057

Replaced:
patch->getLowIndex and patch->getHighIndex

With:
patch->getCellLowIndex__New and patch->getCellHighIndex__New()

129 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/Arches: CompDynamicProcedure.cc (+33 -33), CompLocalDynamicProcedure.cc (+32 -32), Discretization.cc (+1 -1), ExtraScalarSolver.cc (+3 -3), Filter.cc (+10 -10), IncDynamicProcedure.cc (+14 -14), OdtClosure.cc (+16 -16), Properties.cc (+1 -1), ScaleSimilarityModel.cc (+16 -16), Source.cc (+3 -3)

(46 more)

Generated by StatSVN 0.4.0