Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 64 (100.0%) | 7413 (100.0%) | 115.8 |
CCA/Components/MPM/ConstitutiveModel/ | 40 (62.5%) | 6942 (93.6%) | 173.5 |
scripts/MPM/ | 2 (3.1%) | 252 (3.4%) | 126.0 |
Core/Grid/ | 4 (6.3%) | 165 (2.2%) | 41.2 |
CCA/Components/MPM/ | 9 (14.1%) | 47 (0.6%) | 5.2 |
CCA/Components/MPM/ParticleCreator/ | 5 (7.8%) | 7 (0.1%) | 1.4 |
tools/ | 2 (3.1%) | 0 (0.0%) | 0.0 |
CCA/Components/MPM/Contact/ | 2 (3.1%) | 0 (0.0%) | 0.0 |
Fix an error message so that it tells me information that I can use.
0 lines of code changed in 2 files:
Remove TongeRamesh model for now...
0 lines of code changed in 8 files:
Adding the TongeRamesh material model developed by Andy Tonge and KT Ramesh
of JHU.
6620 lines of code changed in 6 files:
Remove the deformation gradient averaging code. It was never shown to work
and more bad code is not what Uintah-MPM needs.
0 lines of code changed in 4 files:
Further minor optimization for cpdi when particle size is being scaled back.
0 lines of code changed in 2 files:
Fixing an error in yesterday's commit. The RT will still fail, but now the differences are
round off, not factors of 2.
45 lines of code changed in 1 file:
Fixing my fixing of the warnings. I don't need what the allocate command returns, but I
still need to call the allocate command.
7 lines of code changed in 3 files:
Silence some warnings so that Todd will crawl just a LITTLE bit out of my hiny.
Note: Remaining warnings under the MPM component, when compiled with gcc-4.7,
are not clear enough for me to fix at this time. All but 3 come from one file,
that is an imported library. The remainders are due to PETSc versionitis, or
are fortran related.
9 lines of code changed in 6 files:
Only carry out re-calculations of dsize and relative_node_location if a particle actually
needs to be rescaled.
120 lines of code changed in 1 file:
Add a semicolon to fix compile error.
0 lines of code changed in 2 files:
Set the default melting temperature to a large number, rather than room temperature, so that
if someone wishes to allow melting, they have to ask for it, rather than getting it by surprise.
Also, issue a warning if a particle's temperature exceeds the melting temperature, but the <do_melting>
flag is not set to true. Currently ElasticPlasticHP does nonsensical things, and the user should be
warned.
9 lines of code changed in 3 files:
Formatting improvements.
53 lines of code changed in 2 files:
Minor formatting, getting rid of tabs and alignment
7 lines of code changed in 1 file:
Removed some commented out debugging code, fixed some formatting, replaced some divides by multiplies, etc.
12 lines of code changed in 1 file:
Change the fomatting/readability of the prescribed deformation code.
31 lines of code changed in 1 file:
Delete some commented out spew of Hamid's. Still not sure why there is a conditional
with the same code in both branches...
4 lines of code changed in 1 file:
Remove comment about code possibly being incorrect.
2 lines of code changed in 1 file:
Remove all instances of allocateCMDataAdd from the various Arensica files. This was
removed from all other models a while back.
0 lines of code changed in 6 files:
Correct the calculation of density for use in the timestep size calculation.
7 lines of code changed in 1 file:
I overlooked that yesterday's change would break the MPMICE tests that have
reacting particles. This change fixes that oversight.
1 lines of code changed in 1 file:
(7 more)