[root]/Packages/Uintah/CCA/Components/MPMArches
fortran
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 7 (100.0%) | 27 (100.0%) | 3.8 |
borodai | 2 (28.6%) | 17 (63.0%) | 8.5 |
guilkey | 1 (14.3%) | 5 (18.5%) | 5.0 |
worthen | 3 (42.9%) | 4 (14.8%) | 1.3 |
luitjens | 1 (14.3%) | 1 (3.7%) | 1.0 |
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.
0 lines of code changed in 2 files:
new->scinew (more coming tomorrow)
1 lines of code changed in 1 file:
Change the way interpolators are specified. Previously, this was done
with the "8or27" variable, but the new 3rd order bspline interpolator also
uses 27 nodes, so this is no longer sufficiently descriptive. The
new method uses a designation called "interpolator", which currently can
be linear or gimp (for 8 and 27 respectively) with new possibilities
in the works. Note that the d_8or27 variable is still part of MPMFlags,
but now instead of coming directly from the input file, it's value is
set based on which interpolator is specified. 8or27 has been removed
from all input files, and for most of them (except for some long unused
ones which were using the default value anyway)) it has been replaced with
the new specification. Bulletproofing has been inserted into MPMFlags
to exit and inform the user of this change is the old specification is found.
Cross your fingers.
5 lines of code changed in 1 file:
Cleaned up cellinfo mess. Only compute it once per run, then carry
forward. Don't allow just any part of code needing it to compute it.
11 lines of code changed in 1 file:
Based ob Bryan's idea, make MPMArches actually work.
6 lines of code changed in 1 file:
Revert old commit and check in correct mpm scheduler fix
4 lines of code changed in 1 file: