[root]/Packages/Uintah/CCA/Components/MPM/ParticleCreator
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 22 (100.0%) | 55 (100.0%) | 2.5 |
guilkey | 12 (54.5%) | 41 (74.5%) | 3.4 |
luitjens | 3 (13.6%) | 9 (16.4%) | 3.0 |
harman | 7 (31.8%) | 5 (9.1%) | 0.7 |
Complete initial implementation of axi-symmetric MPM. Currently this
only works with the HypoElastic (hypo_elastic) material model, but
extension to the other models should be simple and will be forthcoming,
as will an example input file.
13 lines of code changed in 4 files:
Added, with Comer doing most of it, the ability to also read
in velocity from .pts files, in addtion to the handful of variables
already available.
28 lines of code changed in 2 files:
Get rid of DefaultParticleCreator as it just makes calls to ParticleCreator.
0 lines of code changed in 6 files:
New patch conversion:
getCellLowIndex() -> getExtraCellLowIndex()
getCellHighIndex() -> getExtraCellHighIndex()
0 lines of code changed in 2 files:
conversion to new patch
containsPointInRealCells() -> containsPoint__New()
2 lines of code changed in 1 file:
New patch conversion
-getCellIterator() -> getCellIterator__New()
-getExtraCellIterator()) -> getExtraCellIterator__New()
3 lines of code changed in 4 files:
added comments and moved cullIntersection, nodePostion, and cellPosition
to the completed section.
updated getBox and getInteriorBox to the new interface, renamed them to
getExtraBox and getBox.
renamed neighborsLow to noNeighborsLow and neighborsHigh to
noNeighborsHigh. This follows the logic that 1 is true and 0 is false.
9 lines of code changed in 3 files: