Directory CCA/Components/ICE/

Total Files:
27
Deleted Files:
0
Lines of Code:
18635

[root]/CCA/Components/ICE
                directory in repo Advection (12 files, 2848 lines)
                directory in repo CustomBCs (13 files, 5034 lines)
                directory in repo Docs (8 files, 1901 lines)
                directory in repo EOS (23 files, 3189 lines)
                directory in repo Matlab (0 files, 0 lines)
                    directory in repo ShockTube1D (11 files, 1176 lines)
                directory in repo PressureSolve (0 files, 0 lines)
                    directory in repo HypreStandAlone (1 files, 1108 lines)

Lines of Code

CCA/Components/ICE/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 124 (100.0%) 818 (100.0%) 6.5
jas 68 (54.8%) 480 (58.7%) 7.0
luitjens 37 (29.8%) 204 (24.9%) 5.5
harman 18 (14.5%) 132 (16.1%) 7.3
dav 1 (0.8%) 2 (0.2%) 2.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.

5 lines of code changed in 2 files:

  • CCA/Components/ICE: AMRICE.h (+5 -1)
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.

174 lines of code changed in 29 files:

  • CCA/Components/ICE: AMRICE.cc (new), AMRICE.h (+4 -4), BoundaryCond.cc (new), BoundaryCond.h (new), ConservationTest.h (+4 -4), Diffusion.cc (new), DynamicModel.cc (+9 -9), ICE.cc (+87 -87), ICEDebug.cc (+18 -18), ICEMaterial.cc (+3 -3), SmagorinskyModel.cc (new), Turbulence.cc (+2 -2), customInitialize.cc (+4 -4), impAMRICE.cc (new), impICE.cc (new)
jas 2009-10-22 15:03 Rev.: 44938

Compiler warning fixes.

13 lines of code changed in 2 files:

  • CCA/Components/ICE: BoundaryCond.h (+1 -1), ICEDebug.cc (+12 -4)
luitjens 2009-10-14 09:53 Rev.: 44863

Fixed some requires issues.

2 lines of code changed in 1 file:

  • CCA/Components/ICE: impAMRICE.cc (+2 -2)
luitjens 2009-10-12 11:20 Rev.: 44843

Fixed some more computes/requires errors.

8 lines of code changed in 2 files:

  • CCA/Components/ICE: ICE.cc (+6 -1), impICE.cc (+2)
luitjens 2009-10-12 10:59 Rev.: 44842

Added missing computes/requires.

2 lines of code changed in 1 file:

  • CCA/Components/ICE: impICE.cc (+2 -2)
luitjens 2009-10-09 13:40 Rev.: 44824

Fix some requires problems.

5 lines of code changed in 1 file:

  • CCA/Components/ICE: impICE.cc (+5 -4)
luitjens 2009-10-09 10:18 Rev.: 44818

Added missing require

1 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+1)
luitjens 2009-10-08 20:20 Rev.: 44816

Readded delt requires for ICE

11 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+11 -10)
luitjens 2009-10-08 14:26 Rev.: 44810

Update the delt logic in AMRSimulation controller to be consistant.

Components must compute and store delt on a per level basis. Right now the infastructure then uses the per-level delt to compute the global delt.

1 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+1 -1)
harman 2009-10-07 10:48 Rev.: 44795

Reverted change.
There is some ambiguity in the scheduling and computing of delT that needs to get hammered
out before this change can be committed.

8 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+8 -8)
harman 2009-10-07 09:34 Rev.: 44794

BIG BUG, pointed out by Justin.

- moved put(delt) outside the patch loop.

This potentially could change all of the multi-patch problem answers. If it doesn't, then I've
been living right.

11 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+11 -12)
harman 2009-10-01 13:29 Rev.: 44771

scheduleComputeLagrangianSpecificVolume()
- added missing requires for press_CC

5 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+5 -2)
jas 2009-09-30 16:47 Rev.: 44766

Move d_gravity from SimulationState.h to various components that use it.

21 lines of code changed in 5 files:

  • CCA/Components/ICE: BoundaryCond.cc (+3 -3), BoundaryCond.h (+1 -1), ICE.cc (+12 -7), ICE.h (+5 -1)
harman 2009-09-30 14:58 Rev.: 44754

no more tabs.


58 lines of code changed in 4 files:

  • CCA/Components/ICE: BoundaryCond.cc (+17 -17), ICE.cc (+35 -35), ICEDebug.cc (+2 -2), impICE.cc (+4 -4)
jas 2009-09-30 13:01 Rev.: 44753

Move d_ref_press from SimulationState.h to ICE.h.

33 lines of code changed in 2 files:

  • CCA/Components/ICE: ICE.cc (+26 -1), ICE.h (+7)
harman 2009-09-29 13:19 Rev.: 44751

computeVel_FC()
fixed typo from last commit old_dw -> new_dw for vel_CC mpm_matls

1 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+1 -1)
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


26 lines of code changed in 4 files:

  • CCA/Components/ICE: ICE.cc (+15 -31), ICE.h (+2 -4), impAMRICE.cc (+1 -2), impICE.cc (+8 -1)
harman 2009-09-29 10:14 Rev.: 44749

minor cleanup, removed duplicate code.
Now using scheduleAddExchangeContributionToFCVel() in impICE.

* should not change the answers

16 lines of code changed in 2 files:

  • CCA/Components/ICE: ICE.cc (+13 -3), impICE.cc (+3 -24)
jas 2009-09-21 21:12 Rev.: 44732

Revert revision 44731

11 lines of code changed in 3 files:

  • CCA/Components/ICE: BoundaryCond.cc (+3 -3), ICE.cc (+8 -45), ICE.h (-11)

(15 more)

Generated by StatSVN 0.4.0