Directory Packages/Uintah/Core/Labels/

Total Files:
7
Deleted Files:
0
Lines of Code:
1598

[root]/Packages/Uintah/Core/Labels

Lines of Code

Packages/Uintah/Core/Labels/ Lines of Code

Developers

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

Most Recent Commits

harman 2005-11-23 16:20 Rev.: 32624

Fall cleanup:
changed heatFlux_CC to heatRate_CC
pInternalHeatRate to pdTdt
Jim & Todd

10 lines of code changed in 4 files:

  • Packages/Uintah/Core/Labels: MPMLabel.cc (new), MPMLabel.h (new)
harman 2005-11-23 13:21 Rev.: 32619

fixed a label spelling error

3 lines of code changed in 4 files:

  • Packages/Uintah/Core/Labels: ICELabel.cc (new), ICELabel.h (+1 -1)
harman 2005-10-27 14:44 Rev.: 32344

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:

  • Packages/Uintah/Core/Labels: ICELabel.cc (+3), ICELabel.h (+1)
harman 2005-10-20 11:19 Rev.: 32219

removed cVolumeLabel

3 lines of code changed in 4 files:

  • Packages/Uintah/Core/Labels: MPMICELabel.cc (new), MPMICELabel.h (new)
guilkey 2005-09-16 15:10 Rev.: 31972

Adding cVolumeLabel to MPMLabel.

Todd, add cleaning up the Labels to the TODO list.

5 lines of code changed in 2 files:

  • Packages/Uintah/Core/Labels: MPMLabel.cc (+4), MPMLabel.h (+1)
harman 2005-08-25 15:02 Rev.: 31710

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:

  • Packages/Uintah/Core/Labels: ICELabel.cc (+4 -1), ICELabel.h (+1)
livne 2005-08-24 16:17 Rev.: 31695

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:

  • Packages/Uintah/Core/Labels: ICELabel.cc (+9), ICELabel.h (+4 -1)
jas 2005-08-18 20:12 Rev.: 31574

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:

  • Packages/Uintah/Core/Labels: MPMLabel.cc (+2 -1)
guilkey 2005-08-18 16:21 Rev.: 31570

Added dVdt_CC and dTdt_CC labels for use with multilevel MPMICE.

9 lines of code changed in 2 files:

  • Packages/Uintah/Core/Labels: ICELabel.cc (+7 -2), ICELabel.h (+2)
jas 2005-08-17 20:32 Rev.: 31556

Add heat exchange calculation.

8 lines of code changed in 2 files:

  • Packages/Uintah/Core/Labels: MPMLabel.cc (+5), MPMLabel.h (+3)
guilkey 2005-08-12 19:11 Rev.: 31508

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:

  • Packages/Uintah/Core/Labels: MPMLabel.cc (+4), MPMLabel.h (+1)
harman 2005-08-09 17:48 Rev.: 31468

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:

  • Packages/Uintah/Core/Labels: ICELabel.cc (+18 -15), ICELabel.h (+5 -5)
guilkey 2005-08-01 14:03 Rev.: 31352

Removing pVolumeOldLabel.

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/Labels: MPMLabel.cc (-8), MPMLabel.h (-2)
worthen 2005-07-29 15:57 Rev.: 31333

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:

  • Packages/Uintah/Core/Labels: MPMLabel.cc (-3), MPMLabel.h (-2)
jas 2005-07-22 13:05 Rev.: 31247

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:

  • Packages/Uintah/Core/Labels: ICELabel.cc (+2 -1)
harman 2005-07-11 13:55 Rev.: 31076

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:

  • Packages/Uintah/Core/Labels: ICELabel.cc (+6), ICELabel.h (+2)
jas 2005-06-22 11:32 Rev.: 30814

Move particleState to SimulationState.
Add switchLabel.

7 lines of code changed in 2 files:

  • Packages/Uintah/Core/Labels: MPMLabel.cc (+5), MPMLabel.h (+2 -4)
harman 2005-06-12 13:10 Rev.: 30677

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:

  • Packages/Uintah/Core/Labels: ICELabel.cc (+4), ICELabel.h (+2)
jas 2005-04-29 11:45 Rev.: 30030

Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.

9 lines of code changed in 2 files:

  • Packages/Uintah/Core/Labels: sub.mk (new)
jas 2005-04-27 13:40 Rev.: 29989

Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.

1 lines of code changed in 1 file:

  • Packages/Uintah/Core/Labels: sub.mk (+1 -9)

(13 more)

Generated by StatSVN 0.4.0