/trunk/src Developers: cgritton

Login name:
cgritton
Total Commits:
82 (0.6%)
Lines of Code:
4,314 (1.7%)
Most Recent Commit:
2017-09-14 09:55
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 82 (100.0%) 4314 (100.0%) 52.6
CCA/Components/FVM/ 34 (41.5%) 1969 (45.6%) 57.9
CCA/Components/Examples/ 15 (18.3%) 951 (22.0%) 63.4
CCA/Components/MPMFVM/ 3 (3.7%) 688 (15.9%) 229.3
CCA/Components/MPM/ 5 (6.1%) 204 (4.7%) 40.8
CCA/Components/MPM/ReactionDiffusion/DiffusionModels/ 7 (8.5%) 193 (4.5%) 27.5
CCA/Components/MPM/ParticleCreator/ 4 (4.9%) 114 (2.6%) 28.5
Core/Labels/ 4 (4.9%) 110 (2.5%) 27.5
Core/GeometryPiece/ 3 (3.7%) 48 (1.1%) 16.0
CCA/Components/Parent/ 6 (7.3%) 30 (0.7%) 5.0
CCA/Components/MPM/ConstitutiveModel/ 1 (1.2%) 7 (0.2%) 7.0

Activity of cgritton

Most Recent Commits

cgritton 2017-09-14 09:55 Rev.: 56999

Updates to compute neumann bc.

87 lines of code changed in 1 file:

  • CCA/Components/FVM: FVMBoundCond.cc (+87)
cgritton 2017-09-01 10:29 Rev.: 56957

Removed an output statement that should not have been in the previous commit 56956.

0 lines of code changed in 1 file:

  • CCA/Components/Parent: ComponentFactory.cc (-2)
cgritton 2017-09-01 10:20 Rev.: 56956

Updates to the heat equation example and added an AMR version. The AMR version is still in progress.

312 lines of code changed in 6 files:

  • CCA/Components/Examples: AMRHeat.cpp (+232), AMRHeat.hpp (+65), Heat.cpp (-6), Heat.hpp (+7 -4), sub.mk (+2 -1)
  • CCA/Components/Parent: ComponentFactory.cc (+6)
cgritton 2017-08-11 11:05 Rev.: 56873

Fixed issues with boundary conditions for heat example

26 lines of code changed in 1 file:

  • CCA/Components/Examples: Heat.cpp (+26 -16)
cgritton 2017-08-10 15:23 Rev.: 56870

Added to new examples components to for developing Hypre IJ interface and AMR. Currenlty these components are barebones examples that will be iterated upon.

628 lines of code changed in 10 files:

  • CCA/Components/Examples: ExamplesLabel.cc (+3), ExamplesLabel.h (new), Heat.cpp (+211), Heat.hpp (+63), SolverTest2.cc (+227), SolverTest2.h (+112), sub.mk (+2)
  • CCA/Components/Parent: ComponentFactory.cc (+9 -1)
cgritton 2017-05-15 16:19 Rev.: 56526

Skeleton code for the modified poisson nerst-planck finite volume solver

272 lines of code changed in 4 files:

  • CCA/Components/FVM: MPNP.cc (+159), MPNP.h (+106), sub.mk (+2 -1)
  • CCA/Components/Parent: ComponentFactory.cc (+5)
cgritton 2017-05-15 14:04 Rev.: 56520

Added variables to compute gradients for both positively and negatively charged concentrations.

91 lines of code changed in 7 files:

  • CCA/Components/MPM: AMRMPM.cc (+33 -2)
  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+12), ParticleCreator.h (+2)
  • CCA/Components/MPM/ReactionDiffusion/DiffusionModels: NonLinearDiff2.cc (+13 -5)
  • Core/Labels: MPMLabel.cc (+24 -2), MPMLabel.h (+7 -1)
cgritton 2017-03-27 16:28 Rev.: 56360

Added feature to calculate values of potential in the extra cells based on specified boundary conditions

155 lines of code changed in 1 file:

  • CCA/Components/FVM: FVMBoundCond.cc (+155 -14)
cgritton 2017-03-23 11:28 Rev.: 56351

Cleaning up some of the compiler warnings

6 lines of code changed in 1 file:

  • CCA/Components/FVM: FVMBoundCond.cc (+6)
cgritton 2017-03-23 10:27 Rev.: 56350

Coupled finite volume solver for Gauss's equation with exisiting mpm code.

1552 lines of code changed in 27 files:

  • CCA/Components/FVM: ElectrostaticSolve.h (+1), FVMBoundCond.cc (+166), FVMBoundCond.h (+3), FVMLabel.cc (+12 -9), FVMLabel.h (+5 -4), FVMMaterial.cc (+7 -9), GaussSolve.cc (+79 -80), GaussSolve.h (+2 -1)
  • CCA/Components/MPM: AMRMPM.cc (+165), AMRMPM.h (+1), MPMFlags.cc (+2 -1), MPMFlags.h (+3 -3)
  • CCA/Components/MPM/ConstitutiveModel: MPMMaterial.cc (+7)
  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+93), ParticleCreator.h (+7)
  • CCA/Components/MPM/ReactionDiffusion/DiffusionModels: NonLinearDiff2.cc (+163 -81), NonLinearDiff2.h (+16 -5)
  • CCA/Components/MPMFVM: ESMPM2.cc (+560), ESMPM2.h (+127), sub.mk (+1)
  • CCA/Components/Parent: ComponentFactory.cc (+5)
  • Core/GeometryPiece: GeometryPieceFactory.cc (+3), SmoothGeomPiece.cc (+27), SmoothGeomPiece.h (+18 -1)
  • Core/Labels: MPMLabel.cc (+62), MPMLabel.h (+17)
cgritton 2017-03-16 15:43 Rev.: 56335

Working solver for electrostatic based on Gauss's law.

287 lines of code changed in 9 files:

  • CCA/Components/FVM: ElectrostaticSolve.cc (+4 -4), FVMBoundCond.cc (+124 -1), FVMBoundCond.h (+4), FVMLabel.cc (+15), FVMLabel.h (+5), FVMMaterial.cc (+22 -9), FVMMaterial.h (+12 -4), GaussSolve.cc (+93 -147), GaussSolve.h (+8 -14)
cgritton 2017-03-09 12:03 Rev.: 56310

Removed s from comments, should not have been there.

0 lines of code changed in 1 file:

  • CCA/Components/MPM/ReactionDiffusion/DiffusionModels: ScalarDiffusionModel.cc (-1)
cgritton 2017-03-09 11:58 Rev.: 56309

Updated boundary conditions to include Neumann bc and added basic code for Gauss's law

898 lines of code changed in 13 files:

  • CCA/Components/FVM: ElectrostaticSolve.cc (+74 -2), ElectrostaticSolve.h (+9), FVMBoundCond.cc (+155 -19), FVMBoundCond.h (+5 -1), FVMLabel.cc (+3), FVMLabel.h (+1), FVMMaterial.cc (+25), FVMMaterial.h (+3), GaussSolve.cc (+470), GaussSolve.h (+145), sub.mk (+2 -1)
  • CCA/Components/MPM/ReactionDiffusion/DiffusionModels: ScalarDiffusionModel.cc (+1)
  • CCA/Components/Parent: ComponentFactory.cc (+5)
Generated by StatSVN 0.7.0