[root]/CCA/Components/MPM/ParticleCreator
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 34 (100.0%) | 92 (100.0%) | 2.7 |
kamojjala | 1 (2.9%) | 37 (40.2%) | 37.0 |
qymeng | 6 (17.6%) | 24 (26.1%) | 4.0 |
jpeterson | 1 (2.9%) | 15 (16.3%) | 15.0 |
jas | 24 (70.6%) | 13 (14.1%) | 0.5 |
jsutherland | 2 (5.9%) | 3 (3.3%) | 1.5 |
Removed an unnecessary read lock.
0 lines of code changed in 2 files:
Removed an unnecessary writeLock/Unlock around getLoadCurveID
0 lines of code changed in 1 file:
Add a r/w lock to protect ParticleCreator
24 lines of code changed in 3 files:
Added three MMS problems as runtime options in MPM tree.
37 lines of code changed in 1 file:
Update copyright year.
13 lines of code changed in 24 files:
Added the ability to do variable volume fraction of a constituent based on geometry objects.
Uses the tag <volumeFraction> in a geometry object. All volume fractions in a cell must sum
to 1. Also if <volumeFraction> is specified for one geometry object it should be specified
for all geometry objects. Works in MPM and ICE.
M doc/UserGuide/ice.tex
Documentation included.
M src/CCA/Components/MPM/ConstitutiveModel/MPMMaterial.h
M src/CCA/Components/MPM/ConstitutiveModel/MPMMaterial.cc
M src/CCA/Components/MPM/ParticleCreator/ParticleCreator.cc
M src/CCA/Components/ICE/ICE.cc
M src/CCA/Components/ICE/ICEMaterial.cc
M src/CCA/Components/MPMICE/MPMICE.cc
M src/Core/GeometryPiece/GeometryPieceFactory.cc
M src/Core/GeometryPiece/GeometryObject.cc
M src/StandAlone/inputs/UPS_SPEC/ups_spec.xml
The actual slaughter.
15 lines of code changed in 1 file:
Eliminate "using namespace std" and similar from header files. That is a big no-no!
3 lines of code changed in 2 files: