Directory Packages/Uintah/CCA/Components/ICE/

Total Files:
18
Deleted Files:
1
Lines of Code:
17214

[root]/Packages/Uintah/CCA/Components/ICE
                        directory in repo Advection (4 files, 868 lines)
                        directory in repo CustomBCs (11 files, 2807 lines)
                        directory in repo Docs (2 files, 226 lines)
                        directory in repo EOS (19 files, 2254 lines)
                        directory in repo Matlab (2 files, 212 lines)
                        directory in repo PressureSolve (0 files, 0 lines)
                            directory in repo HypreStandAlone (8 files, 3064 lines)

Lines of Code

Packages/Uintah/CCA/Components/ICE/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 82 (100.0%) 607 (100.0%) 7.4
harman 38 (46.3%) 492 (81.1%) 12.9
worthen 23 (28.0%) 48 (7.9%) 2.0
luitjens 12 (14.6%) 34 (5.6%) 2.8
dav 4 (4.9%) 22 (3.6%) 5.5
jas 3 (3.7%) 11 (1.8%) 3.6
guilkey 2 (2.4%) 0 (0.0%) 0.0

Most Recent Commits

harman 2007-12-05 16:21 Rev.: 39527

added comments and {}

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE: ExchangeCoefficients.cc (changed)
worthen 2007-11-08 12:58 Rev.: 39318

Tweaks (that don't really affect this trunk) that help Uintah branch merges operate much more smoothly.

5 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/ICE: ICE.cc (+2 -1), ICEDebug.cc (new), ICEMaterial.h (+2 -5)
worthen 2007-11-06 13:48 Rev.: 39285

move SCISHARE to UINTAHSHARE. Also disable the share flags if building static

27 lines of code changed in 11 files:

  • Packages/Uintah/CCA/Components/ICE: AMRICE.h (new), BoundaryCond.h (new), Diffusion.h (new), ICE.h (new), ICEMaterial.h (+2 -2), share.h (del), uintahshare.h (new 11)
harman 2007-11-01 17:18 Rev.: 39229

ignore setting sine BC during initialization task

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE: BoundaryCond.cc (changed)
harman 2007-10-31 10:00 Rev.: 39198

added a new type of boundary condition sine wave.

press = pref + A * sin (omega * t)
temp = press/(gamma - 1) * cv * rho

37 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/ICE: BoundaryCond.cc (+22 -3), BoundaryCond.h (+9 -1), ICE.cc (+6 -3)
worthen 2007-10-30 18:09 Rev.: 39193

Dav proved me wrong: ICE does need to link against MPM on a mac. But no reason everybody else has to :)

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE: sub.mk (new)
worthen 2007-10-30 15:57 Rev.: 39188

Do not make ICE dependent on MPM

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE: sub.mk (-1)
harman 2007-10-15 13:36 Rev.: 39004

Deleted the patch subset maxMach_PSS, not being used.

MPMICE.cc
-moved scheduleMaxMach_on_Lodi_BC_Faces() to the top of the timestep


LODI.(cc/h)
- user must specify the ICE material index in the input file

<ice_material_index>

6 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/ICE: ICE.cc (+3 -8), ICE.h (+1 -2), impAMRICE.cc (new)
harman 2007-10-12 14:45 Rev.: 38977

don't modify the stencil or set the impDelP BC with LODI BC's

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE: BoundaryCond.cc (+3 -2)
harman 2007-10-04 09:27 Rev.: 38892

fixed a data dependency between LODI BC and impICE

1 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE: impICE.cc (new)
worthen 2007-09-24 13:30 Rev.: 38806

remove debug print

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE: ICE.cc (-2)
worthen 2007-09-24 13:28 Rev.: 38805

Put some more diagnostic info in: which finalizeTimestep is running, and which cells have a bad rho when that exception is thrown

13 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE: ICE.cc (+13 -3)
harman 2007-09-21 09:33 Rev.: 38787

only dump viscosity warning on 1 processor

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE: ICE.cc (+1 -1)
luitjens 2007-09-19 10:38 Rev.: 38751

Reverting 38661, there seems to be a problem with this, either a double free or an access after deletion. This will causes the regression tester to yell at us until we find a better way to handle the solver parameters.

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE: ICE.cc (-3)
jas 2007-09-12 11:22 Rev.: 38661

Fix memory leak for SolverParameters.

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE: ICE.cc (+3)
luitjens 2007-09-05 09:32 Rev.: 38597

new->scinew

1 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE: Turbulence.cc (+1 -1)
luitjens 2007-09-04 16:25 Rev.: 38584

new->scinew (more coming tomorrow)

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE: Turbulence.cc (+1 -1)
luitjens 2007-09-04 15:04 Rev.: 38579

Fixed some memory leaks.

27 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE: ICE.cc (+27 -25)
harman 2007-08-24 12:55 Rev.: 38491

In previous commit I accidentally committed some debugging code.
Reversed

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE: ICE.cc (+1 -1)
harman 2007-08-24 10:45 Rev.: 38486

added stability constraint due to viscous diffusion to the calculation
of the aggressive timestep scheme.

37 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE: ICE.cc (+37 -29)

(24 more)

Generated by StatSVN 0.4.0