[root]/Packages/Uintah/CCA/Components/MPMArches
fortran
(4 files, 390 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 32 (100.0%) | 750 (100.0%) | 23.4 |
skumar | 6 (18.8%) | 544 (72.5%) | 90.6 |
jas | 12 (37.5%) | 143 (19.1%) | 11.9 |
worthen | 10 (31.3%) | 39 (5.2%) | 3.9 |
jones | 4 (12.5%) | 24 (3.2%) | 6.0 |
Change the particleRelocation arguments to use sharedState instead of lb.
0 lines of code changed in 2 files:
Move LinearInterpolator and Node27Interpolator from Uintah/Core/Math to
Uintah/Core/Grid.
1 lines of code changed in 1 file:
Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.
8 lines of code changed in 2 files:
Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.
1 lines of code changed in 1 file:
Move LinearInterpolator and Node27Interpolator to Uintah/Core/Math.
1 lines of code changed in 1 file:
Fix compiler warnings.
1 lines of code changed in 1 file:
Use Core/Grid/Variables instead of Core/Variables, and satisfy picky Mac linker
27 lines of code changed in 8 files:
Read in walls from Jeremy's geometry
Streamlined logic:
void_frac calculation is done now after calculating void_frac_MPM and void_
frac_CutCell
Stairstepping is removed from MPMArches; will be done exclusively in
Arches->BoundaryCondition::mmWallCellTypeInit.
Created void_frac_MPM, void_frac_CutCell, mmCellType_MPM, and mmCellType_CutCell
Copying void and solid fractions from one step to another is done separately
(independent of void fraction selection)
Changed bc on nbars and epsg from zero Dirichlet to zero Neumann
544 lines of code changed in 6 files:
Fixes for gcc 3.4
12 lines of code changed in 2 files:
Use vector<> instead of regular arrays for interpolation parameters.
4 lines of code changed in 1 file:
Re-organizing Core/Grid.
24 lines of code changed in 4 files:
Put guards around DebugStream output.
Use ParticleInterpolator classes for interpolation.
14 lines of code changed in 1 file:
Removed d_with_arches from SerialMPM. Added two new functions within
MPMArches: solveEquationsMotion and solveHeatEquation which do the same
thing as what existed in SerialMPM, i.e. augment the acceleration and
tempRate.
Results have been checked with jp8cyl.ups regression tester output.
113 lines of code changed in 2 files: