[root]/CCA/Components/MPM/Materials/Diffusion/DiffusionModels
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 |
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:
Updated Copyright date
9 lines of code changed in 17 files: