[root]/Packages/Uintah/Core/Labels
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 77 (100.0%) | 302 (100.0%) | 3.9 |
harman | 28 (36.4%) | 140 (46.4%) | 5.0 |
jas | 13 (16.9%) | 36 (11.9%) | 2.7 |
worthen | 10 (13.0%) | 27 (8.9%) | 2.7 |
guilkey | 12 (15.6%) | 27 (8.9%) | 2.2 |
jones | 6 (7.8%) | 25 (8.3%) | 4.1 |
yguo | 4 (5.2%) | 23 (7.6%) | 5.7 |
livne | 2 (2.6%) | 13 (4.3%) | 6.5 |
abrydon | 2 (2.6%) | 11 (3.6%) | 5.5 |
Fall cleanup:
changed heatFlux_CC to heatRate_CC
pInternalHeatRate to pdTdt
Jim & Todd
10 lines of code changed in 4 files:
fixed a label spelling error
3 lines of code changed in 4 files:
Change to implicit pressure solve: (Stas's idea to cut down on numerical noise)
- New variable sum_imp_delP = sum( imp_delP)
- update the existing vel_FC with the gradient of imp_delP instead of
gradient of pressure
- added set_imp_delP_BC() routine
- press_CC is no longer computed in computeEquilPress.
4 lines of code changed in 2 files:
removed cVolumeLabel
3 lines of code changed in 4 files:
Adding cVolumeLabel to MPMLabel.
Todd, add cleaning up the Labels to the TODO list.
5 lines of code changed in 2 files:
added matrix_CFI_weight label
added task to compute matrix_CFI_weight
modify matrix A on the CFI using matrix_CFI_weight
updated scheduleLockstepTimeAdvance.
compiles only.
5 lines of code changed in 2 files:
Along with Dav: Added #ifdef HAVE_HYPRE_1_9 in configure.ac so that if we are using Hypre 1.9.0, the AMR solver code compiles, otherwise does not
13 lines of code changed in 2 files:
Changed heatFlux_CCLabel string name.
Added interpolation of heatFlux to projectCCHeatSource in Impm.
Added heatFlux_CC to carry_over vars in input file.
2 lines of code changed in 1 file:
Added dVdt_CC and dTdt_CC labels for use with multilevel MPMICE.
9 lines of code changed in 2 files:
Add heat exchange calculation.
8 lines of code changed in 2 files:
Added NC_CCweightLabel to MPMLabel so I can use it in ImpMPM. Should probably
move it out of MPMICELabel, but...
5 lines of code changed in 2 files:
Change in AMR error estimator/set flags code:
- now computing the magnitude of the gradient or divergence of q_CC.
- changed all relevant label names
Easier to visualize the magnitude of the gradient instead of just the gradient.
23 lines of code changed in 2 files:
Removing pVolumeOldLabel.
0 lines of code changed in 2 files:
Switcher - get carry-over to work
ViscoScram - append _implicit to pStatedata (to not conflict with non-implicit's name)
SerialMPM, ImpMPM, MPMICE - change switch tests to use reduction variables to work under mpi
MPMLabel - remove switchLabel
SimulationState - add necessary switcher things for all components to see
Scheduler* - add interface to the taskgraph so the switcher can query tasks
0 lines of code changed in 2 files:
Create the delTLabel in ICELabel.cc.
In the case of multiple ports with the same name, return the last one.
2 lines of code changed in 1 file:
Now using
kappa = sp_vol/c^2
sumKappa = volFrac * kappa
both are computed in computeEquilibration pressure.
sumKappa is updated inside of updateVolumeFraction
THIS DOES CHANGE THE RESULTS even though it shouldn't
8 lines of code changed in 2 files:
Move particleState to SimulationState.
Add switchLabel.
7 lines of code changed in 2 files:
Added the dummy label "AMR_SyncTaskgraph"
With recursive tasks + AMR you need to compute something
inside of refineCoarseFineInterfaces() to sync the task graph
on level > 0
6 lines of code changed in 2 files:
Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.
9 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:
(13 more)