/trunk/src Developers: cgritton

Login name:
cgritton
Total Commits:
338 (2.5%)
Lines of Code:
9,547 (5.7%)
Most Recent Commit:
2016-12-20 16:29
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for cgritton

Activity by Day of Week for cgritton

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 338 (100.0%) 9547 (100.0%) 28.2
CCA/Components/MPM/ReactionDiffusion/ 85 (25.1%) 2516 (26.4%) 29.6
CCA/Components/MPM/ConstitutiveModel/ 21 (6.2%) 1891 (19.8%) 90.0
CCA/Components/MPMFVM/ 55 (16.3%) 1756 (18.4%) 31.9
CCA/Components/FVM/ 49 (14.5%) 1470 (15.4%) 30.0
CCA/Components/MPM/PhysicalBC/ 26 (7.7%) 977 (10.2%) 37.5
CCA/Components/MPM/FluxBC/ 6 (1.8%) 434 (4.5%) 72.3
CCA/Components/MPM/ 30 (8.9%) 248 (2.6%) 8.2
Core/Labels/ 20 (5.9%) 116 (1.2%) 5.8
Core/Grid/ 4 (1.2%) 54 (0.6%) 13.5
CCA/Components/MPM/ParticleCreator/ 7 (2.1%) 27 (0.3%) 3.8
CCA/Components/Parent/ 4 (1.2%) 26 (0.3%) 6.5
/ 4 (1.2%) 12 (0.1%) 3.0
CCA/Components/ 3 (0.9%) 9 (0.1%) 3.0
CCA/Components/Schedulers/ 5 (1.5%) 6 (0.1%) 1.2
Core/GeometryPiece/ 5 (1.5%) 4 (0.0%) 0.8
include/sci_defs/ 2 (0.6%) 1 (0.0%) 0.5
CCA/Components/MPM/ReactionDiffusion/DiffusionModels/ 6 (1.8%) 0 (0.0%) 0.0
CCA/Components/MPM/ReactionDiffusion/DiffusionInterfaces/ 2 (0.6%) 0 (0.0%) 0.0
CCA/Components/MPM/ReactionDiffusion/ConductivityModels/ 4 (1.2%) 0 (0.0%) 0.0

Activity of cgritton

Most Recent Commits

cgritton 2016-12-20 16:29 Rev.: 56126

Clean up of comments and compiler warning.

0 lines of code changed in 4 files:

  • CCA/Components/MPM/ReactionDiffusion/DiffusionModels: NonLinearDiff1.cc (changed), NonLinearDiff2.h (new)
cgritton 2016-12-19 17:30 Rev.: 56122

Updated the BinaryEquation conductivity model and cleaned up compiler warnings

0 lines of code changed in 8 files:

  • CCA/Components/MPM/ReactionDiffusion/ConductivityModels: BinaryEquation.cc (new), BinaryEquation.h (new)
  • CCA/Components/MPM/ReactionDiffusion/DiffusionInterfaces: CommonIFConcDiff.cc (new)
  • CCA/Components/MPM/ReactionDiffusion/DiffusionModels: NonLinearDiff2.cc (changed)
cgritton 2016-12-16 16:35 Rev.: 56112

Added Neumann boundary conditions to Electrostatic solver.

0 lines of code changed in 2 files:

  • CCA/Components/FVM: FVMBoundCond.cc (new)
cgritton 2016-12-14 10:08 Rev.: 56103

Added a diffusion model that takes into account electrostatic potentials

60 lines of code changed in 7 files:

  • CCA/Components/MPM/ReactionDiffusion: NonLinearDiff2.cc (new 26), NonLinearDiff2.h (new), ScalarDiffusionModelFactory.cc (+4)
  • CCA/Components/MPMFVM: ESMPM.cc (new)
  • Core/Labels: MPMLabel.cc (+4), MPMLabel.h (+1)
cgritton 2016-11-09 12:24 Rev.: 55963

Added a reminder to address the issue associated with the assert when the NanoPillar2D_FBC_sym.ups file is run.

2 lines of code changed in 1 file:

  • CCA/Components/Schedulers: TaskGraph.cc (+2)
cgritton 2016-11-09 11:41 Rev.: 55962

Uncommented assert in task graph that causes issues with the NanoPillar2D_FBC_sym file.

1 lines of code changed in 1 file:

  • CCA/Components/Schedulers: TaskGraph.cc (+1 -1)
cgritton 2016-11-09 11:40 Rev.: 55961

Implemented working interface model for diffusion across material interfaces

292 lines of code changed in 10 files:

  • CCA/Components/MPM: AMRMPM.cc (+33 -4), AMRMPM.h (+9 -1)
  • CCA/Components/MPM/ReactionDiffusion: CommonIFConcDiff.cc (new 129), CommonIFConcDiff.h (new 29), ConstantRate.cc (+9 -7), SDInterfaceModel.cc (new 46), SDInterfaceModel.h (new 29), SDInterfaceModelFactory.cc (+4 -3), SDInterfaceModelFactory.h (+3 -2)
  • CCA/Components/Schedulers: TaskGraph.cc (+1 -1)
cgritton 2016-11-03 13:05 Rev.: 55946

Made needed updates to the constant rate diffusion model and cleaned up some whitespacing.

87 lines of code changed in 4 files:

  • CCA/Components/MPM/ReactionDiffusion: ConstantRate.cc (+68 -6), ConstantRate.h (new 15), NonLinearDiff1.h (new 3), ScalarDiffusionModel.cc (+1 -1)
cgritton 2016-11-02 14:58 Rev.: 55941

Fixed bugs associated with calling restart on the esmpm component.

2 lines of code changed in 3 files:

  • CCA/Components/FVM: ElectrostaticSolve.cc (new)
  • CCA/Components/MPMFVM: ESMPM.cc (-5)
cgritton 2016-11-02 14:18 Rev.: 55939

Adding restart capabilities to esmpm.

28 lines of code changed in 10 files:

  • CCA/Components/FVM: ElectrostaticSolve.cc (+6), ElectrostaticSolve.h (new)
  • CCA/Components/MPMFVM: ESConductivityModel.cc (+4 -1), ESConductivityModel.h (+5 -1), ESConductivityModelFactory.cc (new), ESMPM.cc (+8), ESMPM.h (+2)
cgritton 2016-11-02 11:23 Rev.: 55935

Added outputProblemSpec function to JGConcentrationDiffusion model and include output functions for the conductivity equations.

59 lines of code changed in 12 files:

  • CCA/Components/MPM/ReactionDiffusion: BinaryEquation.cc (new 12), BinaryEquation.h (new 2), ConductivityEquation.cc (new 5), ConductivityEquation.h (new 2), FixedEquation.cc (new 8), FixedEquation.h (new 2), JGConcentrationDiffusion.cc (new 17), JGConcentrationDiffusion.h (new 2), NonLinearDiff1.cc (+4), ScalarDiffusionModel.cc (+3 -2), ScalarDiffusionModel.h (new 1)
  • CCA/Components/MPMFVM: ESConductivityModel.cc (+1 -1)
cgritton 2016-11-01 11:30 Rev.: 55929

Interpolation of espotential from cell centers to particles

190 lines of code changed in 7 files:

  • CCA/Components/FVM: ElectrostaticSolve.cc (+2 -2)
  • CCA/Components/MPM/ReactionDiffusion: BinaryEquation.cc (+1 -1)
  • CCA/Components/MPMFVM: ESConductivityModel.cc (+1 -1), ESMPM.cc (+159 -7), ESMPM.h (+22 -2)
  • Core/Labels: MPMLabel.cc (+4), MPMLabel.h (+1)
cgritton 2016-10-25 13:28 Rev.: 55918

Cleaned up some whitespace

3 lines of code changed in 1 file:

  • CCA/Components/MPM: MPMBoundCond.cc (+3 -3)
cgritton 2016-10-25 10:59 Rev.: 55917

Uncommented ASSERT

1 lines of code changed in 1 file:

  • CCA/Components/Schedulers: TaskGraph.cc (+1 -1)
cgritton 2016-10-25 10:57 Rev.: 55916

Fixed linking error

334 lines of code changed in 20 files:

  • CCA/Components/MPM/ReactionDiffusion: BinaryEquation.cc (+56), BinaryEquation.h (+63), ConductivityEquation.cc (+44), ConductivityEquation.h (+57), FixedEquation.cc (+45), FixedEquation.h (+56), ScalarDiffusionModel.cc (+3 -3), sub.mk (+5 -1)
  • CCA/Components/MPMFVM: BinaryEquation.cc (del), BinaryEquation.h (del), ConductivityEquation.cc (del), ConductivityEquation.h (del), ESConductivityModel.cc (+2), ESConductivityModel.h (+1 -1), ESMPM.cc (-1), FixedEquation.cc (del), FixedEquation.h (del), sub.mk (new)
  • CCA/Components/Schedulers: TaskGraph.cc (+1 -1)
cgritton 2016-10-24 15:06 Rev.: 55915

Added capability to have material specific models for computing conductivity values based on concentration

655 lines of code changed in 16 files:

  • CCA/Components/MPM/ReactionDiffusion: JGConcentrationDiffusion.cc (+2 -1), ScalarDiffusionModel.cc (+36 -11), ScalarDiffusionModel.h (+5 -1)
  • CCA/Components/MPMFVM: BinaryEquation.cc (new 51), BinaryEquation.h (new 62), ConductivityEquation.cc (new 44), ConductivityEquation.h (new 56), ESConductivityModel.cc (+173 -3), ESConductivityModel.h (+7), ESConductivityModelFactory.cc (+57), ESConductivityModelFactory.h (new 51), ESMPM.cc (+4 -150), ESMPM.h (-18), FixedEquation.cc (new 45), FixedEquation.h (new 56), sub.mk (+6 -2)
cgritton 2016-10-14 14:57 Rev.: 55884

Added new ESConductivityModel to compute the conductivity values at cell face centers based on concentration values of particles in neighboring cells. ESConductivityModel will act as a base class that can be extended to new conductivity models.

276 lines of code changed in 5 files:

  • CCA/Components/MPMFVM: ESConductivityModel.cc (+182), ESConductivityModel.h (+81), ESMPM.cc (+9 -1), ESMPM.h (+2 -1), sub.mk (+2 -1)
cgritton 2016-10-11 15:18 Rev.: 55860

Fix needed so that concentration reduction variables only are computed for specified materials.

30 lines of code changed in 6 files:

  • CCA/Components/MPM: AMRMPM.cc (+17 -11)
  • CCA/Components/MPM/ConstitutiveModel: MPMMaterial.cc (+4), MPMMaterial.h (new)
  • CCA/Components/MPM/PhysicalBC: AutoCycleFluxBC.cc (new)
cgritton 2016-10-06 10:36 Rev.: 55843

Cleaned up memory leak issue associated with two new VarLabels not being destroyed.

2 lines of code changed in 2 files:

  • Core/Labels: MPMLabel.cc (+2), MPMLabel.h (-2)
cgritton 2016-10-05 13:26 Rev.: 55841

Updated AutoFluxBC so that user can define setpoints based on min and max values or average.

73 lines of code changed in 6 files:

  • CCA/Components/MPM: AMRMPM.cc (+28 -4), MPMFlags.cc (+2), MPMFlags.h (+1)
  • CCA/Components/MPM/PhysicalBC: AutoCycleFluxBC.cc (+32 -11)
  • Core/Labels: MPMLabel.cc (+6), MPMLabel.h (+4)

(35 more)

Generated by StatSVN 0.7.0