Directory CCA/Components/MPMICE/

Total Files:
4
Deleted Files:
1
Lines of Code:
4200

[root]/CCA/Components/MPMICE

Lines of Code

CCA/Components/MPMICE/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 14 (100.0%) 8 (100.0%) 0.5
jas 7 (50.0%) 5 (62.5%) 0.7
harman 7 (50.0%) 3 (37.5%) 0.4

Most Recent Commits

harman 2014-09-23 13:06 Rev.: 52487


Added a task to compute velTau_CC which is a modified
velocity used only to compute the viscous shear stress terms.
velTau_CC == vel_CC in the interior of the domain, in the extraCells
it's computed using:

// velTau_CC[ec] = (2 * vel_CC(ec) - vel_CC(interior) );

This fixes the bug of tau_XY != tau_YX at the domain walls.

0 lines of code changed in 2 files:

  • CCA/Components/MPMICE: MPMICE.cc (changed)
harman 2014-08-27 09:13 Rev.: 52353

schedule timeAdvance()
- added diagnostic task scheduleTotalParticleCount(), currently commented out.

3 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+3)
harman 2014-05-09 09:02 Rev.: 51824

Removed unnecessary calls to:

sched->overrideVariableBehavior(hypre_solver_label.....)

You only need to overide the behavior once in the solver component, unless
you're using a subscheduler. In ICE, which uses a subscheduler, you have to override
using the parent scheduler.

* should not change the answers.


0 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (-3)
harman 2014-03-03 13:21 Rev.: 51584

Removed code that hasn't been used in years.

0 lines of code changed in 3 files:

  • CCA/Components/MPMICE: MPMICEDebug.cc (del), sub.mk (new)
jas 2014-01-16 00:47 Rev.: 51467

Updated copyright information.

5 lines of code changed in 7 files:

  • CCA/Components/MPMICE: CodeAttic (+1 -1), MPMICE.cc (+1 -1), MPMICE.h (+1 -1), MPMICEDebug.cc (new 1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0