Directory CCA/Components/ICE/

Total Files:
29
Deleted Files:
0
Lines of Code:
19088

[root]/CCA/Components/ICE
                directory in repo Advection (12 files, 2853 lines)
                directory in repo CustomBCs (13 files, 5212 lines)
                directory in repo EOS (30 files, 3699 lines)
                directory in repo PressureSolve (0 files, 0 lines)
                    directory in repo HypreStandAlone (33 files, 5973 lines)

Lines of Code

CCA/Components/ICE/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 99 (100.0%) 275 (100.0%) 2.7
jas 58 (58.6%) 81 (29.5%) 1.3
harman 20 (20.2%) 65 (23.6%) 3.2
guilkey 14 (14.1%) 58 (21.1%) 4.1
jpeterson 2 (2.0%) 43 (15.6%) 21.5
jsutherland 4 (4.0%) 21 (7.6%) 5.2
qymeng 1 (1.0%) 7 (2.5%) 7.0

Most Recent Commits

harman 2011-12-09 16:33 Rev.: 47971

Moved getIteratorBCValueBCKind() from ICE upstream so other
components can use it.

This should not change the answers

1 lines of code changed in 4 files:

  • CCA/Components/ICE: BoundaryCond.cc (-1), BoundaryCond.h (+1 -76)
harman 2011-12-08 10:34 Rev.: 47958

moved boundary condition code that would be useful to other components upstream

7 lines of code changed in 4 files:

  • CCA/Components/ICE: BoundaryCond.cc (+1 -71), BoundaryCond.h (+5 -56), ICE.cc (new)
harman 2011-12-05 18:19 Rev.: 47936

now using correct 3D Taylor Green Vortex initialization.

0 lines of code changed in 2 files:

  • CCA/Components/ICE: customInitialize.cc (new)
harman 2011-11-17 14:40 Rev.: 47817

added James's 3D vortex problem to customInitialize.
- slight generalization of mms code.
- added input file.

45 lines of code changed in 3 files:

  • CCA/Components/ICE: customInitialize.cc (+42 -5), customInitialize.h (new)
harman 2011-10-25 16:14 Rev.: 47769

The component now has the option to restart a timestep
if the solver can't find a solution. Default is to throw
an exception. Previously, it would try to restart a timestep.


1 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+1)
qymeng 2011-09-30 13:56 Rev.: 47666

Use less expensive string instead of ostringstream for message buffer inside a computation loop

7 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+7 -7)
harman 2011-09-09 17:17 Rev.: 47573

replaced try-catch statements with if-else.

*This should not change the answers

0 lines of code changed in 2 files:

  • CCA/Components/ICE: ICEMaterial.cc (changed)
jas 2011-09-07 18:50 Rev.: 47559

Revert checkins 47557 & 47558.

3 lines of code changed in 5 files:

  • CCA/Components/ICE: ICE.cc (+2 -18), ICE.h (-15), impICE.cc (new)
jas 2011-09-07 16:37 Rev.: 47558


The Hypre Setup phase is done at the beginning of the solve and
periodically depending on the value of <setupFrequency>.

49 lines of code changed in 3 files:

  • CCA/Components/ICE: ICE.cc (+18 -2), ICE.h (+15), impICE.cc (+16 -1)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

29 lines of code changed in 50 files:

  • CCA/Components/ICE: AMRICE.cc (+1 -1), AMRICE.h (+1 -1), BoundaryCond.cc (+1 -1), BoundaryCond.h (+1 -1), ConservationTest.h (new), Diffusion.cc (new), Diffusion.h (+1 -1), DynamicModel.cc (+1 -1), DynamicModel.h (+1 -1), ExchangeCoefficients.cc (new), ExchangeCoefficients.h (new), ICE.cc (+1 -1), ICE.h (+1 -1), ICEDebug.cc (new), ICEMaterial.cc (+1 -1), ICEMaterial.h (new), SmagorinskyModel.cc (new), SmagorinskyModel.h (new), Turbulence.cc (new), Turbulence.h (new), TurbulenceFactory.cc (+1 -1), TurbulenceFactory.h (+1 -1), customInitialize.cc (+1 -1), customInitialize.h (+1 -1), impAMRICE.cc (new), impAMRICE.h (+1 -1), impICE.cc (+1 -1), sub.mk (+1 -1), uintahshare.h (+1 -1)
jpeterson 2011-08-09 14:06 Rev.: 47433

Added the ability to do variable volume fraction of a constituent based on geometry objects.
Uses the tag <volumeFraction> in a geometry object. All volume fractions in a cell must sum
to 1. Also if <volumeFraction> is specified for one geometry object it should be specified
for all geometry objects. Works in MPM and ICE.

M doc/UserGuide/ice.tex

Documentation included.

M src/CCA/Components/MPM/ConstitutiveModel/MPMMaterial.h
M src/CCA/Components/MPM/ConstitutiveModel/MPMMaterial.cc
M src/CCA/Components/MPM/ParticleCreator/ParticleCreator.cc
M src/CCA/Components/ICE/ICE.cc
M src/CCA/Components/ICE/ICEMaterial.cc
M src/CCA/Components/MPMICE/MPMICE.cc
M src/Core/GeometryPiece/GeometryPieceFactory.cc
M src/Core/GeometryPiece/GeometryObject.cc
M src/StandAlone/inputs/UPS_SPEC/ups_spec.xml

The actual slaughter.

43 lines of code changed in 2 files:

  • CCA/Components/ICE: ICE.cc (+22 -4), ICEMaterial.cc (+21 -2)
jsutherland 2011-07-12 23:04 Rev.: 47324

Eliminate "using namespace std" and similar from header files. That is a big no-no!

21 lines of code changed in 4 files:

  • CCA/Components/ICE: BoundaryCond.cc (+4 -3), ICE.cc (+2 -6), ICEDebug.cc (+14 -12), impAMRICE.cc (+1)
harman 2011-05-04 12:05 Rev.: 47148

sub.mk: cleanup

Utils.cc/h
areAllValuesPositive() is now templated and works for SFC(*)<double> and CCVariable<double>

-Dav

9 lines of code changed in 1 file:

  • CCA/Components/ICE: sub.mk (+9 -9)
harman 2011-05-04 11:07 Rev.: 47147

Moved function is areAllValuesPositive upstream to core/Grid/Variables/Utils.h,
so other components can use it.

2 lines of code changed in 3 files:

  • CCA/Components/ICE: ICE.cc (-31), ICE.h (+1 -3), impICE.cc (+1)
guilkey 2011-03-11 19:23 Rev.: 46948

Create and use an access operator for the d_tiny_rho that may now be different
for each material. MPMICE remains hardwired as it only applies to MPM matls,
for which tiny_rho remains a constant.

16 lines of code changed in 4 files:

  • CCA/Components/ICE: ICE.cc (+9 -3), ICE.h (-1), ICEMaterial.cc (+5), ICEMaterial.h (+2 -1)
guilkey 2011-03-11 17:16 Rev.: 46946

Add d_tiny_rho to outputProblemSpec.

1 lines of code changed in 1 file:

  • CCA/Components/ICE: ICEMaterial.cc (+1)
guilkey 2011-03-11 16:34 Rev.: 46944

Comment out the #define for d_tiny_rho and replace it with
a run time option for this value, which defaults to the same
value as had been defined.

8 lines of code changed in 2 files:

  • CCA/Components/ICE: ICEMaterial.cc (+7 -6), ICEMaterial.h (+1)
guilkey 2011-03-04 13:56 Rev.: 46910

Remove the REQUIREMENT that BCs get set for specific volume. Setting it,
rather than letting it be computed naturally, often makes things much worse.
Todd might kick my ass for this, but that's what he gets for leaving town.

3 lines of code changed in 1 file:

  • CCA/Components/ICE: BoundaryCond.cc (+3 -1)
guilkey 2011-02-22 15:11 Rev.: 46883

Fixed a sign error.

1 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.cc (+1 -1)
guilkey 2011-02-21 18:12 Rev.: 46879

Forgot to commit this previously.

2 lines of code changed in 1 file:

  • CCA/Components/ICE: ICE.h (+2 -1)

(2 more)

Generated by StatSVN 0.4.0