[root]/Packages/Uintah/CCA/Components/MPM/ConstitutiveModel
PlasticityModels
(34 files, 5227 lines)
Validation
(110 files, 9003 lines)
UnusedCM
(5 files, 3623 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 432 (100.0%) | 15839 (100.0%) | 36.6 |
banerjee | 87 (20.1%) | 8863 (56.0%) | 101.8 |
irina | 21 (4.9%) | 2743 (17.3%) | 130.6 |
jas | 140 (32.4%) | 2185 (13.8%) | 15.6 |
guilkey | 67 (15.5%) | 1465 (9.2%) | 21.8 |
worthen | 38 (8.8%) | 176 (1.1%) | 4.6 |
jones | 28 (6.5%) | 159 (1.0%) | 5.6 |
dav | 2 (0.5%) | 94 (0.6%) | 47.0 |
harman | 34 (7.9%) | 81 (0.5%) | 2.3 |
dgroulx | 9 (2.1%) | 38 (0.2%) | 4.2 |
yguo | 4 (0.9%) | 32 (0.2%) | 8.0 |
anup | 1 (0.2%) | 3 (0.0%) | 3.0 |
sparker | 1 (0.2%) | 0 (0.0%) | 0.0 |
Minor improvements to this model.
0 lines of code changed in 2 files:
Getting rid of d_includeFlowWork, it exists in the base class.
0 lines of code changed in 2 files:
Rescued some pows.
0 lines of code changed in 2 files:
Fixed a bug that I introduced in yesterday's de-yukkifying.
1 lines of code changed in 1 file:
De-yukkified quite a bit.
100 lines of code changed in 1 file:
Made some improvements to the IdealGas model, in particular with respect
to computing P*dV work done on the particles.
6 lines of code changed in 1 file:
Fall cleanup:
changed heatFlux_CC to heatRate_CC
pInternalHeatRate to pdTdt
Jim & Todd
81 lines of code changed in 34 files:
Fix a small error for Irina.
0 lines of code changed in 2 files:
implicit version of ViscoTransIsoHyper
1810 lines of code changed in 5 files:
If a negative J is encountered, no longer throw an exception. Now, emit a
warning, report the particle's mass, and reset the deformation gradient to
the value from the previous timestep. This was required for the SV2005 sim.
I suspect that infinitesimal particles are the source of the problem.
5 lines of code changed in 1 file:
updated stress
0 lines of code changed in 2 files:
updated stress
71 lines of code changed in 1 file:
updated model
147 lines of code changed in 1 file:
Updated model
51 lines of code changed in 2 files:
Get Switcher to add material
CM - Have ViscoScramImplicit use the same StateData as ViscoScram
10 lines of code changed in 7 files:
Change all of the getNode(High/Low)Index calls to getInteriorNode(High/Low)Index
This allows ImpMPM to run problems with extra cells not equal to zero.
16 lines of code changed in 11 files:
Changes to get rid of the need for pVolumeOldLabel from the implicit
MPM code.
95 lines of code changed in 9 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
4 lines of code changed in 1 file:
fixed errors
4 lines of code changed in 2 files:
bElBar can be computed from the deformation gradient, so there's no reason
to drag both around from one timestep to the next.
25 lines of code changed in 1 file:
(71 more)