[root]/Packages/Uintah/CCA/Components/MPM/ParticleCreator
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 |
Use pVolumeLabel_preReloc in addParticles, not pVolumeDeformedLabel, which
is no longer used with the explicit code.
0 lines of code changed in 2 files:
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:
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:
Revert printout
0 lines of code changed in 1 file:
Put some stuff inside a d_with_color so the testConvert case will run
to completion.
1 lines of code changed in 1 file:
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:
Check particles in the z direction in checkForSurface.
1 lines of code changed in 1 file:
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:
Added ability to read in particle color via a pts file.
27 lines of code changed in 2 files:
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:
Add arches heat flux boundary conditions.
13 lines of code changed in 1 file: