Directory Packages/Uintah/CCA/Components/MPMArches/

Total Files:
1
Deleted Files:
0
Lines of Code:
4545

[root]/Packages/Uintah/CCA/Components/MPMArches
                        Folder removed from repo fortran (0 files, 0 lines)

Lines of Code

Packages/Uintah/CCA/Components/MPMArches/ Lines of Code

Developers

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

Most Recent Commits

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.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPMArches: MPMArches.cc (-1)
luitjens 2007-09-04 16:25 Rev.: 38584

new->scinew (more coming tomorrow)

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPMArches: MPMArches.cc (+1 -1)
guilkey 2007-07-08 21:06 Rev.: 37995

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:

  • Packages/Uintah/CCA/Components/MPMArches: MPMArches.cc (+5 -5)
borodai 2007-05-10 12:35 Rev.: 37527

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:

  • Packages/Uintah/CCA/Components/MPMArches: MPMArches.cc (+11 -8)
borodai 2007-04-23 13:59 Rev.: 37383

Based ob Bryan's idea, make MPMArches actually work.

6 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPMArches: MPMArches.cc (+6 -3)
worthen 2007-04-23 13:43 Rev.: 37380

Revert old commit and check in correct mpm scheduler fix

4 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPMArches: MPMArches.cc (+4)
Generated by StatSVN 0.4.0