/trunk/src Developers: jthornoc

Login name:
jthornoc
Total Commits:
781 (6.4%)
Lines of Code:
27,331 (19.9%)
Most Recent Commit:
2015-12-01 11:09
Tweet this:
Tweet this

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 781 (100.0%) 27331 (100.0%) 34.9
CCA/Components/Arches/ 160 (20.5%) 8108 (29.7%) 50.6
CCA/Components/Arches/PropertyModelsV2/ 106 (13.6%) 4368 (16.0%) 41.2
CCA/Components/Arches/ParticleModels/ 79 (10.1%) 3118 (11.4%) 39.4
CCA/Components/Arches/Task/ 61 (7.8%) 2389 (8.7%) 39.1
CCA/Components/Arches/CoalModels/ 99 (12.7%) 2342 (8.6%) 23.6
CCA/Components/Arches/Utility/ 50 (6.4%) 1301 (4.8%) 26.0
CCA/Components/Arches/TransportEqns/ 37 (4.7%) 1243 (4.5%) 33.5
CCA/Components/Arches/Transport/ 36 (4.6%) 1053 (3.9%) 29.2
CCA/Components/Arches/WallHTModels/ 14 (1.8%) 838 (3.1%) 59.8
CCA/Components/Arches/SourceTerms/ 50 (6.4%) 811 (3.0%) 16.2
CCA/Components/Arches/ChemMix/ 17 (2.2%) 522 (1.9%) 30.7
/ 2 (0.3%) 477 (1.7%) 238.5
CCA/Components/Arches/LagrangianParticles/ 23 (2.9%) 262 (1.0%) 11.3
CCA/Components/Arches/Radiation/ 7 (0.9%) 145 (0.5%) 20.7
CCA/Components/Arches/PropertyModels/ 5 (0.6%) 106 (0.4%) 21.2
CCA/Components/Arches/Operators/ 6 (0.8%) 105 (0.4%) 17.5
R_Tester/ 13 (1.7%) 97 (0.4%) 7.4
CCA/Components/Arches/water/ 4 (0.5%) 23 (0.1%) 5.7
CCA/Components/Arches/DigitalFilter/ 3 (0.4%) 14 (0.1%) 4.6
CCA/Components/ 4 (0.5%) 6 (0.0%) 1.5
Core/Grid/BoundaryConditions/ 2 (0.3%) 2 (0.0%) 1.0
CCA/Components/Models/Radiation/RMCRT/ 1 (0.1%) 1 (0.0%) 1.0
CCA/Components/MPMArches/ 2 (0.3%) 0 (0.0%) 0.0

Activity of jthornoc

Most Recent Commits

jthornoc 2015-12-01 11:09 Rev.: 54435

For Dav: Have configure look in /usr/local/lib for fortran if all else fails. This hack needed for a new Mac running El Capitan.

477 lines of code changed in 2 files:

  • configure (+466 -14), configure.ac (+11 -2)
jthornoc 2015-11-16 17:36 Rev.: 54346

Cleanup unused variable in the Init. Factory.
Typo in the mean_convergence script.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Utility: InitializeFactory.cc (changed)
jthornoc 2015-11-16 16:40 Rev.: 54344

Make timestep_init aware of the current dt.

7 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskInterface.cc (+7 -2)
jthornoc 2015-10-30 12:23 Rev.: 54246

Adding weights to the continuity source.

0 lines of code changed in 4 files:

  • CCA/Components/Arches: PressureSolverV2.cc (changed), PressureSolverV2.h (changed)
jthornoc 2015-10-30 12:23 Rev.: 54245

Warning.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Transport: URHS.h (+1 -1)
jthornoc 2015-10-26 15:32 Rev.: 54219

Uninitialized temporary field was causing the problems with the
angledWall test.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Utility: SurfaceNormals.cc (changed)
jthornoc 2015-10-23 14:50 Rev.: 54216

Fix a bug with the mass flux.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/PropertyModelsV2: VariableStats.cc (new)
jthornoc 2015-10-16 13:03 Rev.: 54185

Add the ability to create new tasks on-the-fly.

0 lines of code changed in 10 files:

  • CCA/Components/Arches/PropertyModelsV2: PropertyModelFactoryV2.cc (changed), PropertyModelFactoryV2.h (new)
  • CCA/Components/Arches/Task: TaskFactoryBase.h (new)
  • CCA/Components/Arches/Utility: UtilityFactory.cc (new), UtilityFactory.h (new)
jthornoc 2015-10-12 14:47 Rev.: 54162

HACK WARNING:
MPMArches is looking for function calls in Arches that no longer
exist. Plugging holes with temporary variables.

0 lines of code changed in 4 files:

  • CCA/Components: sub.mk (new)
  • CCA/Components/MPMArches: MPMArches.cc (changed)
jthornoc 2015-10-12 14:47 Rev.: 54161

Should have moved this line down.

2 lines of code changed in 1 file:

  • CCA/Components: sub.mk (+2 -1)
jthornoc 2015-10-12 14:47 Rev.: 54160

Remove MPMArches from the build for now.

4 lines of code changed in 1 file:

  • CCA/Components: sub.mk (+4 -4)
jthornoc 2015-10-12 10:30 Rev.: 54159

Remove unused operators.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Utility: SurfaceNormals.cc (-8)
jthornoc 2015-10-12 10:30 Rev.: 54158

Undo the restartInitialize commit. This is breaking RT.
Add a surface tracer in the normal calc.
Save out some new variables in the heptane_pipe.

104 lines of code changed in 9 files:

  • CCA/Components/Arches: Arches.cc (+2), BoundaryCondition.cc (+21 -30), ExplicitSolver.cc (+10), ExplicitSolver.h (new), NonlinearSolver.h (+1)
  • CCA/Components/Arches/Utility: SurfaceNormals.cc (+68 -20)
jthornoc 2015-10-12 10:30 Rev.: 54157

Adding a debug test option.

0 lines of code changed in 2 files:

  • R_Tester: ARCHES.py (new)
jthornoc 2015-10-12 10:30 Rev.: 54156

Remove the restartInitialize in the advanceTimeStep for the nonlinear
solver. A work-around exists by simply having a dummy task compute the
variable before it is required in the actual task to trick the DW into
knowing it exists in the checkpoint information.

Also some cleanup of code.

366 lines of code changed in 10 files:

  • CCA/Components/Arches: Arches.cc (-2), BoundaryCondition.cc (+42 -33), BoundaryCondition.h (+30 -24), ExplicitSolver.cc (+3 -20), ExplicitSolver.h (-2), MomentumSolver.cc (new), NonlinearSolver.h (+18 -38)
  • CCA/Components/Arches/Task: TaskInterface.h (+1 -1)
jthornoc 2015-10-12 10:30 Rev.: 54155

This commit changes the answers.
The answer changes are due to changes in the dt computed in
computeStableTimestep. The code now uses patch->dCell for grid spacing
rather than cellInfo (which should be removed completely from Arches).

**bigger change**
The solver abstraction in Arches has been cleaned up. As a result,
all the solver information needed for the ExplicitSolver has been moved
into itself. This should contain the historic solver in Arches without
stepping on any newly abstracted solvers. This last change should not
affect the answers as it only moved problemSetups and allocation of
variables into the solver itself. Ordering was preserved.

1213 lines of code changed in 9 files:

  • CCA/Components/Arches: Arches.cc (+96 -1046), Arches.h (new), BoundaryCondition.cc (+1 -1), ExplicitSolver.cc (+938 -46), ExplicitSolver.h (+24 -51), NonlinearSolver.h (+4 -1)
  • CCA/Components/Arches/ChemMix: ClassicTableInterface.h (new)
jthornoc 2015-10-12 10:30 Rev.: 54154

Remove cruft.

0 lines of code changed in 1 file:

  • CCA/Components/Arches: Arches.cc (-21)
jthornoc 2015-10-12 10:30 Rev.: 54153

More cleanup of the NonlinearSolver abstraction.
Moved all initialization work for ExplicitSolver into itself.

1004 lines of code changed in 5 files:

  • CCA/Components/Arches: Arches.cc (+16 -941), Arches.h (+1 -57), ExplicitSolver.cc (+896 -7), ExplicitSolver.h (+83 -22), NonlinearSolver.h (+8 -4)
jthornoc 2015-10-12 10:30 Rev.: 54152

- Attempting to shift the masks. Not working.
- Cleaning up more dust in the NonLinearSolver interface.

43 lines of code changed in 5 files:

  • CCA/Components/Arches: ExplicitSolver.cc (+6), ExplicitSolver.h (+2 -6), NonlinearSolver.h (+5 -7)
  • CCA/Components/Arches/Task: TaskInterface.h (+9 -9)
  • CCA/Components/Arches/Transport: ScalarRHS.cc (+21 -2)
jthornoc 2015-10-02 14:14 Rev.: 54112

Turn off potentially thread-unsafe code.

3 lines of code changed in 1 file:

  • CCA/Components/Arches: BoundaryCondition.cc (+3 -2)

(133 more)

Generated by StatSVN 0.7.0