Directory CCA/Components/MPM/Materials/Diffusion/DiffusionModels/

Total Files:
11
Deleted Files:
0
Lines of Code:
2498

[root]/CCA/Components/MPM/Materials/Diffusion/DiffusionModels

Lines of Code

CCA/Components/MPM/Materials/Diffusion/DiffusionModels/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 23 (100.0%) 20 (100.0%) 0.8
guilkey 6 (26.1%) 11 (55.0%) 1.8
harman 17 (73.9%) 9 (45.0%) 0.5

Most Recent Commits

guilkey 2019-04-13 15:49 Rev.: 59339

Change the interface to the interpolators. Previously, all calls to the
interpolators passed in the particle's reference size and the deformation
gradient, even though only CP*Interpolators use the deformation gradient.
Now, at the top of each MPM timestep, the current size (F*size for CP*I
particles, or just size for other interpolators) is passed in. This has
the upside of only computing the F*size product once/timestep, not once per
call to an interpolator task. Also, fewer tasks require the deformation
gradient, so data dependencies are reduced a little bit.

11 lines of code changed in 6 files:

  • CCA/Components/MPM/Materials/Diffusion/DiffusionModels: NonLinearDiff1.cc (new), NonLinearDiff2.cc (+3 -5), ScalarDiffusionModel.cc (new)
harman 2019-01-18 09:13 Rev.: 59176

Updated Copyright date

9 lines of code changed in 17 files:

  • CCA/Components/MPM/Materials/Diffusion/DiffusionModels: ConstantRate.cc (new), ConstantRate.h (+1 -1), JGConcentrationDiffusion.cc (new), JGConcentrationDiffusion.h (+1 -1), RFConcDiffusion1MPM.cc (new), RFConcDiffusion1MPM.h (+1 -1), ScalarDiffusionModel.cc (+1 -1), ScalarDiffusionModel.h (new), sub.mk (new)
Generated by StatSVN 0.7.0