[root]/CCA/Components/MPM/PhysicalBC
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 54 (100.0%) | 25 (100.0%) | 0.4 |
harman | 46 (85.2%) | 25 (100.0%) | 0.5 |
guilkey | 8 (14.8%) | 0 (0.0%) | 0.0 |
Bring an improvement to the code for finding particles to apply load to from a
branch into the trunk.
0 lines of code changed in 2 files:
Throw an exception if someone specifies two subsequent entries at the same time.
0 lines of code changed in 2 files:
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.
0 lines of code changed in 4 files:
Updated Copyright date
25 lines of code changed in 46 files: