[root]/CCA/Components/MPM/Materials/ParticleCreator
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 27 (100.0%) | 66 (100.0%) | 2.4 |
guilkey | 7 (25.9%) | 55 (83.3%) | 7.8 |
harman | 20 (74.1%) | 11 (16.7%) | 0.5 |
Bringing some of the changes from the branch into the trunk to ease the
upcoming merge.
20 lines of code changed in 2 files:
Delete MPMF(racture) inputs.
Changes to FrictionContact. The traditional FrictionContact (friction) is
now FrictionContactBard (friction_bard). A new version based on John Nairn's
work is FrictionContactLR (friction_LR). For now, all input files are set to
use the old version so as to not wreak havoc on the RT.
3 lines of code changed in 1 file:
remove a "d_" from a variable that the ParticleCreator class doesn't own.
3 lines of code changed in 1 file:
The GeometryPiece::inside method now take in an optional boolean argument
so that MPM can use a more robust, but more expensive, version of that test
for triangulated surfaces, but Arches can continue to use the fast version
that I selfishly overwrote in the fall.
29 lines of code changed in 3 files:
Updated Copyright date
11 lines of code changed in 20 files: