Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 401 (100.0%) | 15900 (100.0%) | 39.6 |
CCA/Components/MPM/ConstitutiveModel/ | 284 (70.8%) | 6062 (38.1%) | 21.3 |
CCA/Components/MPM/ConstitutiveModel/UnusedCM/ | 10 (2.5%) | 5652 (35.5%) | 565.2 |
CCA/Components/Models/HEChem/ | 54 (13.5%) | 2453 (15.4%) | 45.4 |
Core/Grid/ | 8 (2.0%) | 1110 (7.0%) | 138.7 |
Core/GeometryPiece/ | 12 (3.0%) | 538 (3.4%) | 44.8 |
CCA/Components/MPM/ | 15 (3.7%) | 48 (0.3%) | 3.2 |
CCA/Components/MPMICE/ | 3 (0.7%) | 18 (0.1%) | 6.0 |
CCA/Components/ICE/ | 4 (1.0%) | 7 (0.0%) | 1.7 |
CCA/Components/Models/ | 3 (0.7%) | 6 (0.0%) | 2.0 |
CCA/Components/Parent/ | 1 (0.2%) | 4 (0.0%) | 4.0 |
Core/Labels/ | 1 (0.2%) | 2 (0.0%) | 2.0 |
CCA/Components/MPM/ParticleCreator/ | 4 (1.0%) | 0 (0.0%) | 0.0 |
CCA/Components/MPM/HeatConduction/ | 2 (0.5%) | 0 (0.0%) | 0.0 |
Add bulletproofing for reasonable range for the Poisson ratio of the material.
0 lines of code changed in 2 files:
Added if clause to prevent crashing (sigsegv) when crack model not specified
0 lines of code changed in 2 files:
Last commit caused an error if useCrackModel was turned to false, being unable to compute the crackedEnough CC variable. This commit fixes that and consolidates a few chunks of code.
19 lines of code changed in 1 file:
Moved crack burn criteria into computeNumPPC because it already loops over all particles. Should increase speed.
Should not change numbers.
46 lines of code changed in 3 files:
Some much needed commenting, housecleaning and reorganization. Combined two nested for loop structures together.
138 lines of code changed in 1 file:
Some commenting and cleaning. Added default output of Cv parameter when using JWL/C EOS so that restarts can occur.
11 lines of code changed in 1 file:
CPDI is now split in two components. The Fast component has an issue when particle corners span more than one cell (have over an entire cell between them). Upon detecting that scenario an error is printed and the program exits without a segfault.
846 lines of code changed in 8 files:
Correct parameter names. Add a little bit of commenting.
0 lines of code changed in 4 files:
Added temperature dependent JWL to ViscoScram. This required an extra parameter be passed to computeRhoMicro called rho_guess, which has been added to all of the Constitutive Models. In all but this case it is ignored.
150 lines of code changed in 101 files:
Add other Erosion Algorithms besides 'removeMass' back in.
152 lines of code changed in 13 files:
Removed Erosion from MPM components as it is an unused feature.
16 lines of code changed in 22 files:
Get rid of unused variable warning
1 lines of code changed in 1 file:
Added temperature dependent JWL to ComputePressEOSCM
142 lines of code changed in 2 files:
Finished infrastructure changes for temperatures in EOS
235 lines of code changed in 56 files:
Constitutive Models
Added cell temperature parameter to computePressEOSCM.
This will allow temperature dependent equations of state.
A StandAlone/inputs/MPM/insert.dat
A StandAlone/inputs/MPM/extrude.xml
A StandAlone/inputs/MPM/extrude.ups
Added example problem of particle insertion.
M CCA/Components/Models/HEChem/DDT1.cc
M CCA/Components/Models/HEChem/DDT1.h
Added line to prevent cracked burning in the cell ahead of front.
92 lines of code changed in 58 files:
Moved initialization outside of loop
3 lines of code changed in 1 file:
Added JWL equation of state to ViscoScram. Made modifications to how Murnaghan EOS data is stored.
M CCA/Components/MPM/ConstitutiveModel/ViscoScram.h
M CCA/Components/MPM/ConstitutiveModel/ViscoScram.cc
M StandAlone/inputs/UPS_SPEC/constitutive_models.xml
Fixed compiler warnings about uninitialized IntVectors
M CCA/Components/MPM/ConstitutiveModel/UCNH.cc
194 lines of code changed in 3 files:
Fix last commit
0 lines of code changed in 1 file:
New CPDI interpolator with performance enhancements
265 lines of code changed in 2 files:
Add in initialization that was nuked in creation of UCNH. Wasn't noticed because bug only occurs when pressure stabilization is used
1 lines of code changed in 1 file:
(39 more)