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

Total Files:
7
Deleted Files:
0
Lines of Code:
1550

[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 27 (100.0%) 278 (100.0%) 10.2
harman 4 (14.8%) 187 (67.3%) 46.7
guilkey 11 (40.7%) 75 (27.0%) 6.8
jas 3 (11.1%) 15 (5.4%) 5.0
worthen 9 (33.3%) 1 (0.4%) 0.1

Most Recent Commits

guilkey 2007-12-13 14:48 Rev.: 39618

Use pVolumeLabel_preReloc in addParticles, not pVolumeDeformedLabel, which
is no longer used with the explicit code.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (changed)
guilkey 2007-12-13 12:23 Rev.: 39609

If artificial viscosity is requested in an implicit MPM input file,
turn it off and warn the user that it is not implemented.
Create a carryForwardSharedDataImplicit in ImplicitCM for use with
RigidMaterial.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+1 -1)
guilkey 2007-12-11 17:30 Rev.: 39580

Switched the order of time integration from updating stress at the
top of the cycle to updating it at the bottom based on evidence that
for GIMP this provides significantly better accuracy and stability.
This will change the answers for everything.

73 lines of code changed in 7 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: MembraneParticleCreator.cc (+32 -9), MembraneParticleCreator.h (new), ParticleCreator.cc (+32 -7), ParticleCreator.h (+2 -1)
worthen 2007-10-29 15:36 Rev.: 39180

Revert printout

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (-1)
guilkey 2007-10-08 18:09 Rev.: 38949

Put some stuff inside a d_with_color so the testConvert case will run
to completion.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+1 -2)
worthen 2007-10-04 00:15 Rev.: 38891

Remove ParticleSet for variety of reasons, which basically sums up to:
it was just an overglorified wrapper around an int that wasn't always updated and posed a maintenance nightmare.

Change interface to ParticleSubset creation: remove the 'fill' and 'hint' parameters. IMO, they were confusing as to what size the PS ended up being.

1 lines of code changed in 8 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: DefaultParticleCreator.cc (new), ImplicitParticleCreator.cc (new), MembraneParticleCreator.cc (-1), ParticleCreator.cc (+1 -1), ShellParticleCreator.cc (new)
jas 2007-06-06 17:16 Rev.: 37728

Check particles in the z direction in checkForSurface.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+1 -1)
jas 2007-05-02 20:21 Rev.: 37485

Fix bug in computing heat flux values from polynomial data.
Turn off printing of physical bcs at the start of problem.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+1 -1)
harman 2007-02-16 19:03 Rev.: 36791

Added ability to read in particle color via a pts file.


27 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+26 -3), ParticleCreator.h (+1)
harman 2007-02-16 13:57 Rev.: 36788

You can now add color to a geometry object. To invoke add the following
to your input files

<MPM>
<withColor> true </withColor>
</MPM>

<geom_object>
<color> X </color>
</geom_object>


Cleaned up ParticleCreator.cc

160 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+158 -116), ParticleCreator.h (+2 -2)
jas 2007-01-21 20:25 Rev.: 36437

Add arches heat flux boundary conditions.

13 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+13)
Generated by StatSVN 0.4.0