Directory CCA/Components/MPMICE/

Total Files:
5
Deleted Files:
0
Lines of Code:
4556

[root]/CCA/Components/MPMICE

Lines of Code

CCA/Components/MPMICE/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 25 (100.0%) 151 (100.0%) 6.0
jas 9 (36.0%) 75 (49.7%) 8.3
harman 8 (32.0%) 34 (22.5%) 4.2
luitjens 5 (20.0%) 27 (17.9%) 5.4
guilkey 3 (12.0%) 15 (9.9%) 5.0

Most Recent Commits

harman 2009-12-15 17:11 Rev.: 45200

SerialMPM: errorEstimate()
MPMICE: coarsenDriver_std()
MPMICE: coarsenDriver_massWeighted()
ICE: fineToCoarseOperator()

Added logic to prevent trying to access data that is not available.

This should not change the answers.

23 lines of code changed in 4 files:

  • CCA/Components/MPMICE: MPMICE.cc (new), MPMICE.h (new)
luitjens 2009-11-16 11:41 Rev.: 45067

Migrated a few more function calls to the new patch interface.

Deleted the old patch interface.

Removed __New() from the new patch interface calls.

21 lines of code changed in 3 files:

  • CCA/Components/MPMICE: CodeAttic (+4 -4), MPMICE.cc (+17 -17)
harman 2009-11-02 10:38 Rev.: 45008

added mass_L to the variables that can be spewed out.

1 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+1)
luitjens 2009-10-09 10:42 Rev.: 44820

Added some missing requires.

5 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+5 -2)
harman 2009-09-30 14:59 Rev.: 44755

no more tabs

4 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+4 -4)
jas 2009-09-30 13:01 Rev.: 44753

Move d_ref_press from SimulationState.h to ICE.h.

4 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+4 -4)
harman 2009-09-29 12:25 Rev.: 44750

cleanup and clarification

scheduleComputeVel_FC()
- no longer passing in flag recursion. That flag is always false

computeVel_FC()
- removed recursion conditional statement

impICE.cc
scheduleRecomputeVel_FC()
- added if(recursion) conditional to clarify what's going on


1 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+1 -2)
jas 2009-09-21 21:12 Rev.: 44732

Revert revision 44731

4 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+4 -4)
jas 2009-09-21 18:08 Rev.: 44731

Move d_ref_press and d_gravity from SimulationState.h to the MPM and ICE
components.

4 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+4 -4)
guilkey 2009-08-24 13:43 Rev.: 44652

No longer carry forward NC_CCweight in MPMICE OR in the contact models, just do it in
SerialMPM. Also, the NC_CCweight stuff from MPMICE::refine has been moved to
SerialMPM::refine.

1 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+1 -80)
guilkey 2009-08-22 13:08 Rev.: 44650

Don't initialize NC_CCweight, as this is now done in MPM. This will likely
still break when MPMICE is used with FrictionContact as both are trying to carry
this variable forward. Monday...

13 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+13 -10)
luitjens 2009-06-30 09:57 Rev.: 44451

Initalize some variable that are currently uninitialized (thanks valgrind).

1 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+1)
harman 2009-03-26 15:37 Rev.: 43877

MPMICE:
- moved scheduleDoAnalysis after scheduleParticlePrelocate
SerialMPM:
- added ability to call dataAnalysis modules

5 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+5 -4)
guilkey 2009-03-10 17:31 Rev.: 43555

Combine solveEquationsMotion and integrateAcceleration into one task,
computeAndIntegrateAcceleration. This should provide a modest performance
improvement, and an overall reduction in lines of code.

Also, stripped out the damping rate calculation code. This code was fairly
indefensible and pretty much never used. The d_dampingCoefficient flag is
still in place, and it can now used in computing the acceleration. This is
similar to code that has been in place, but commented out, for a long time.
The damping force is now -d_dampingCoefficient*velocity.

Added a cut off mass for computing the acceleration. If the nodal masses are
below this cut off value, then that node's acceleration will be zero. This is
definitely a hack, but it is easy to defend based on the numerics of MPM.

These changes didn't affect the results for the MPM, MPMArches or MPMICE
regression tests.

1 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+1 -3)
jas 2009-03-09 15:29 Rev.: 43510

Remove the Packages/Uintah/

51 lines of code changed in 4 files:

  • CCA/Components/MPMICE: MPMICE.cc (+25 -25), MPMICE.h (+15 -15), MPMICEDebug.cc (new)
jas 2009-03-09 15:23 Rev.: 43506

Remove the Packages/Uintah/

12 lines of code changed in 2 files:

  • CCA/Components/MPMICE: sub.mk (+12 -12)
Generated by StatSVN 0.4.0