Directory CCA/Components/MPMICE/

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

[root]/CCA/Components/MPMICE

Lines of Code

CCA/Components/MPMICE/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 39 (100.0%) 217 (100.0%) 5.5
harman 15 (38.5%) 181 (83.4%) 12.0
jpeterson 3 (7.7%) 18 (8.3%) 6.0
jas 17 (43.6%) 14 (6.5%) 0.8
jeff788 1 (2.6%) 4 (1.8%) 4.0
luitjens 1 (2.6%) 0 (0.0%) 0.0
dav 2 (5.1%) 0 (0.0%) 0.0

Most Recent Commits

harman 2010-12-08 18:23 Rev.: 46580

Global:
getCoarseLevelRange()
- now passing in bool returnExclusiveRange.
if set to true then add the offset to ch.

AMRMPM.cc
interpolateParticlesToGrid_CFI()
Working on getting proper number of coarse level particles in the
padding cells that surround the fine patch.

3 lines of code changed in 2 files:

  • CCA/Components/MPMICE: MPMICE.cc (new)
harman 2010-11-30 15:58 Rev.: 46524

Global:
removed the testing version of getFineLevelRangeNodes(), using the original
version that has been cleaned up.

getCoarseLevelRange()
-now passing in the IntVector boundaryLayer and number of ghost cells.
Previously, boundaryLayer was hardcoded to (0,0,0)

AMRMPM
interpolateToParticlesAnUpdate_CFI()
- now interpolating gvelocityStar_fine & gAcceleration_fine to the CFI
particles on the coarse level.

interpolateParticlestoGrid()
- removed debugging code.

interpolateParticlestoGrid_CFI()
- using cell based getCoarseLevelRange instead of nodal based getCoarseLevelRangeNodes()

interpolateToParticlesAndUpdate()
- removed hardwired vel & acc

8 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+8 -11)
harman 2010-11-19 18:18 Rev.: 46495

added the previous version of getFineLevelRangeNodes_old() so the RT will pass.

7 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+7)
harman 2010-11-18 11:47 Rev.: 46481


getFineLevelRangeNodes()
using the function computeVariableExtents to determine the fine patch low/high
indices. This allows for boundary layer cells. Eliminated the improper
use of ghost cells.

5 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+5 -3)
harman 2010-10-11 12:13 Rev.: 46346

removed \t from all printTask and printSchedule. Formatting is handled
by the functions.

37 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+37 -31)
harman 2010-09-28 16:38 Rev.: 46278

turned off two SCI_DEBUG streams

2 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+2 -2)
jpeterson 2010-09-15 15:53 Rev.: 46196

Added temperature dependent JWL to ViscoScram. This required an extra parameter be passed to computeRhoMicro called rho_guess, which has been added to all of the Constitutive Models. In all but this case it is ignored.


8 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+8 -8)
jpeterson 2010-08-28 15:51 Rev.: 46125

Finished infrastructure changes for temperatures in EOS

5 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+5 -5)
jpeterson 2010-08-28 14:19 Rev.: 46122

Constitutive Models

Added cell temperature parameter to computePressEOSCM.
This will allow temperature dependent equations of state.


A StandAlone/inputs/MPM/insert.dat
A StandAlone/inputs/MPM/extrude.xml
A StandAlone/inputs/MPM/extrude.ups

Added example problem of particle insertion.


M CCA/Components/Models/HEChem/DDT1.cc
M CCA/Components/Models/HEChem/DDT1.h

Added line to prevent cracked burning in the cell ahead of front.

5 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+5 -5)
jas 2010-08-11 20:35 Rev.: 46018

Update copyright date.

1 lines of code changed in 2 files:

  • CCA/Components/MPMICE: CodeAttic (+1 -1)
harman 2010-07-29 16:57 Rev.: 45945

Updated environmental flags

ICE.h:
- Added 2 structs that store debugging info about the iteration process
in computeEquilibration Pressure.

ICE.cc MPMICE.cc
ComputeEquilibrationPressure()
- if the environmental variable:
SCI_DEBUG DBG_EqPress:+
is set, output iteration information when an exception is thrown.

55 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+55 -10)
harman 2010-07-19 13:24 Rev.: 45891

global: turn back on setting BCs in the corners and edges cells. The equilibration
pressure task requires valid values in those cells

MPMICE: Turn on setting LODI BCs in computeEquilibration Pressure. Previously,
it was turned off.

LODI2:
is_LODI_face()
- using the correct matl index (0) for pressure in haveBC().

1 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+1 -2)
dav 2010-06-21 19:45 Rev.: 45764

Alphabetize lib list, which led to removing several duplicates. Added dependent OnTheFlyAnalysis lib (caught through Mac build).

0 lines of code changed in 2 files:

  • CCA/Components/MPMICE: sub.mk (new)
harman 2010-06-16 16:27 Rev.: 45746

ProblemSetup()
removed commented out code
actuallyInitialize()
- output the material indices and the names of the materials. For example:

Materials Indicies: MPM [Matls: {{0,1}}] ICE[Matls: {{2}}]
Material Names: 0) Steel Ring 1) Reactant 2) Product


20 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+20 -9)
harman 2010-06-07 13:15 Rev.: 45701

If using the MPMICE component the dataAnalysis module is created, called and destroyed
from withing mpmice. This prevents the module from being created twice. ICE/MPM will now complete the
problemSetup task before d_analysis->problemSetup is run.

43 lines of code changed in 3 files:

  • CCA/Components/MPMICE: MPMICE.cc (+40 -16), MPMICE.h (new)
harman 2010-04-15 11:01 Rev.: 45530

ScheduleComputeEquilibrationPressure()
- removed modifies for mpm_matl:rho_CC.
This task doesn't modify it.


0 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (-1)
harman 2010-04-15 10:36 Rev.: 45529

computeEquilibrationPressure()
- removed requires and get for mpm:cMassLabel. It's not used in task

0 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (-2)
jeff788 2010-03-23 16:00 Rev.: 45458

added the cpdi interpolator

4 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+4 -1)
jas 2010-03-09 10:28 Rev.: 45420

Update copyright dates.

1 lines of code changed in 1 file:

  • CCA/Components/MPMICE: sub.mk (+1 -1)
jas 2010-03-08 14:00 Rev.: 45409

Update copyright dates

4 lines of code changed in 6 files:

  • CCA/Components/MPMICE: MPMICE.cc (+1 -1), MPMICE.h (+1 -1), MPMICEDebug.cc (+1 -1), uintahshare.h (+1 -1)

(3 more)

Generated by StatSVN 0.4.0