[root]/CCA/Components/MPM/HeatConduction
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 16 (100.0%) | 30 (100.0%) | 1.8 |
allen | 4 (25.0%) | 16 (53.3%) | 4.0 |
guilkey | 4 (25.0%) | 9 (30.0%) | 2.2 |
jas | 8 (50.0%) | 5 (16.7%) | 0.6 |
Interpolators now return the number of entries that need to be looped over
in the code that calls them. Currently, this number is the same as the d_size
for all of the interpolators except the fastCPDI. fastCPDI previously only allo
wed the hash function to reach 27, but now it can go as high as 64, but it
usually will not. This commit doesn't change any answers in MPM, IMPM or
MPMICE.
9 lines of code changed in 4 files:
backed out sim state changes
8 lines of code changed in 2 files:
cleanup of the simulation state - most everything is now private
8 lines of code changed in 2 files:
Update copyright date to 2016.
5 lines of code changed in 8 files: