Directory CCA/Components/MPMICE/

Total Files:
6
Deleted Files:
0
Lines of Code:
4619

[root]/CCA/Components/MPMICE

Lines of Code

CCA/Components/MPMICE/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 34 (100.0%) 304 (100.0%) 8.9
banerjee 3 (8.8%) 105 (34.5%) 35.0
jpeterson 7 (20.6%) 103 (33.9%) 14.7
harman 7 (20.6%) 75 (24.7%) 10.7
guilkey 4 (11.8%) 13 (4.3%) 3.2
jas 11 (32.4%) 6 (2.0%) 0.5
jsutherland 1 (2.9%) 1 (0.3%) 1.0
dav 1 (2.9%) 1 (0.3%) 1.0

Most Recent Commits

banerjee 2011-12-03 20:39 Rev.: 47927

More informative output when binary pressure search fails.

0 lines of code changed in 2 files:

  • CCA/Components/MPMICE: MPMICE.cc (changed)
banerjee 2011-11-29 19:42 Rev.: 47891

Fixed bug in binaryPressureSearch. Was returning uninitialized variables
if the search did not converge.

105 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+105 -4)
jas 2011-09-26 18:40 Rev.: 47641

Update copyright date.

1 lines of code changed in 2 files:

  • CCA/Components/MPMICE: CodeAttic (+1 -1)
harman 2011-09-09 16:55 Rev.: 47571

MPMICE::actuallyInitialize()
- clarified exception message.
- #if 0 code that may go in the dumpster soon.

MPM::intializeCCVariables()
- cleaned out code that was never used.
- removed try-catch statements.
- cleaned up indentation
- added comments

* The answers should not change --Jim & Todd

30 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+30 -22)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

5 lines of code changed in 9 files:

  • CCA/Components/MPMICE: MPMICE.cc (+1 -1), MPMICE.h (+1 -1), MPMICEDebug.cc (+1 -1), sub.mk (+1 -1), uintahshare.h (+1 -1)
jpeterson 2011-08-16 12:01 Rev.: 47461

Third time is a charm. The task was only scheduled for MPM materials, but we need one requires scheduled for ICE too. Modified to explicitly specify material needed.

15 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+15 -11)
jpeterson 2011-08-15 09:11 Rev.: 47454

This should get rid of the regression test failure.

5 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+5)
jpeterson 2011-08-10 12:54 Rev.: 47438

This will fix the Regression Tester's failure on optimized to run LBwoRegrid.ups and guni2dRT.ups. I'm still working on the requires/computes issue with the debug build.

7 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+7 -4)
jpeterson 2011-08-09 15:15 Rev.: 47436

Fixed the logic to be exclusive, instead of inclusive. Should allow the BuildBot to pass on the MPMICE tests.

3 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+3 -3)
jpeterson 2011-08-09 14:25 Rev.: 47435

Pulled some weeds from the last commit.

0 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (-2)
jpeterson 2011-08-09 14:08 Rev.: 47434

Removed a debugging statement.

0 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (-2)
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.

73 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+73 -16)
jsutherland 2011-07-12 23:04 Rev.: 47324

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

1 lines of code changed in 1 file:

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

11 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+11 -10)
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.

4 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+4 -3)
harman 2011-03-02 16:01 Rev.: 46903

Moved
coarsenDriver_std() and coarsenDriver_massWeighted ()

from MPMICE to AMR_CoarsenRefine.cc, so other tasks can use them.

3 lines of code changed in 2 files:

  • CCA/Components/MPMICE: MPMICE.cc (+1 -69), MPMICE.h (+2 -20)
guilkey 2011-02-21 17:48 Rev.: 46878

Don't include acceleration due to pressure gradient or gravity for rigid MPM
materials at either the cell or face centers.

3 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+3 -1)
guilkey 2011-02-21 17:14 Rev.: 46876

Added a flag in ICE "d_with_rigid_mpm". Not yet used, that comes later.
Also, relax the requirement that the momentum exchange coefficients be less than
1e15.

4 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+4 -2)
guilkey 2011-02-17 12:07 Rev.: 46856

Add info on the level to the output printed when computeEqPress isn't converging

2 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+2 -1)
dav 2011-02-03 17:39 Rev.: 46783


Fixed circular dependencies recently added to the code due to code
consolidation.

1) Consolidated CCA/Components/Arches and Arches/Radiation into a single library
instead of two separate libraries... There isn't any good reason
that I know of to keep them separate, and this allows them to
'share' some common routines w/o creating a circular dependency.
(There are still a couple of additional Arches sub-shared
libs... (fortran/Mixing). These could easily be consolidated too if someone
wanted it done.)

Note, previously, in CCA/Components/sub.mk, many of the Arches sub-shared libs
where specifically specified. I've removed these and moved them
directly into the CCA/Components/Arches/sub.mk file to make it a
little easier to follow what is going on.

3) Moved DbgOutput out of Core/IO and into Core/Grid as it is related to
the Grid classes... Also, Core/Grid depends on Core/IO, so having
Core/IO stuff depend on Core/Grid causes a circular dependency.

1 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+1 -1)

(2 more)

Generated by StatSVN 0.4.0