[root]/CCA/Components/MPM/ParticleCreator
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 61 (100.0%) | 63 (100.0%) | 1.0 |
jas | 46 (75.4%) | 37 (58.7%) | 0.8 |
harman | 7 (11.5%) | 22 (34.9%) | 3.1 |
guilkey | 4 (6.6%) | 4 (6.3%) | 1.0 |
jpeterson | 4 (6.6%) | 0 (0.0%) | 0.0 |
code generalization:
A GeometryObject can now have an arbitrary number of double,Vector,
IntVectors,Points variables associated with that object. The assumption that
each object will have a "res" and "velocity" has been removed. Justin & Todd
20 lines of code changed in 6 files:
Removed Erosion from MPM components as it is an unused feature.
0 lines of code changed in 4 files:
Level::getPatchFromPoint()
Now passing in bool includeExtraCells. If set to false then ignore
extraCells in query.
Relocate.cc
Relocate()
- no longer doing a linear search over neighboring patches, replaced with
toPatch = level->getPatchFromPoint()
- eliminated last else{} in the main conditional tree.
2 lines of code changed in 1 file:
Update copyright dates.
1 lines of code changed in 2 files:
Update copyright dates
12 lines of code changed in 20 files:
Undoing commit 45403
12 lines of code changed in 12 files:
Update copyright date.
12 lines of code changed in 12 files:
Undo last night's changes.
0 lines of code changed in 2 files:
Commenting out some code that is evidently never called.
4 lines of code changed in 2 files: