Directory Packages/Uintah/CCA/Components/MPM/ParticleCreator/

Total Files:
6
Deleted Files:
2
Lines of Code:
1520

[root]/Packages/Uintah/CCA/Components/MPM/ParticleCreator

Lines of Code

Packages/Uintah/CCA/Components/MPM/ParticleCreator/ Lines of Code

Developers

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

Most Recent Commits

guilkey 2008-11-04 19:34 Rev.: 42409

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:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (new), ParticleCreator.h (+1)
guilkey 2008-08-15 17:42 Rev.: 41915

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:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+26 -3), ParticleCreator.h (+2 -1)
guilkey 2008-07-23 14:34 Rev.: 41709

Get rid of DefaultParticleCreator as it just makes calls to ParticleCreator.

0 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: DefaultParticleCreator.cc (del), DefaultParticleCreator.h (del), ParticleCreatorFactory.cc (new), sub.mk (new)
harman 2008-05-14 10:30 Rev.: 41035

New patch conversion:

getCellLowIndex() -> getExtraCellLowIndex()
getCellHighIndex() -> getExtraCellHighIndex()

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ShellParticleCreator.cc (new)
harman 2008-05-13 16:21 Rev.: 41032

conversion to new patch
containsPointInRealCells() -> containsPoint__New()

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+2 -2)
harman 2008-05-12 14:14 Rev.: 41003

New patch conversion
-getCellIterator() -> getCellIterator__New()
-getExtraCellIterator()) -> getExtraCellIterator__New()

3 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: MembraneParticleCreator.cc (+1 -1), ParticleCreator.cc (+1 -1), ShellParticleCreator.cc (+1 -1)
luitjens 2008-04-30 18:56 Rev.: 40876



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:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: MembraneParticleCreator.cc (+1 -1), ParticleCreator.cc (+3 -3), ShellParticleCreator.cc (+5 -5)
Generated by StatSVN 0.4.0