Directory Packages/Uintah/CCA/Components/MPM/ParticleCreator/

Total Files:
13
Deleted Files:
0
Lines of Code:
1861

[root]/Packages/Uintah/CCA/Components/MPM/ParticleCreator

Lines of Code

Packages/Uintah/CCA/Components/MPM/ParticleCreator/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 62 (100.0%) 263 (100.0%) 4.2
dav 6 (9.7%) 93 (35.4%) 15.5
jas 26 (41.9%) 52 (19.8%) 2.0
guilkey 13 (21.0%) 35 (13.3%) 2.6
jones 6 (9.7%) 27 (10.3%) 4.5
yguo 2 (3.2%) 26 (9.9%) 13.0
worthen 6 (9.7%) 17 (6.5%) 2.8
banerjee 2 (3.2%) 12 (4.6%) 6.0
dgroulx 1 (1.6%) 1 (0.4%) 1.0

Most Recent Commits

dav 2005-08-24 14:09 Rev.: 31690

Cosmetics: removed compiler warnings, untabified, indented, updated some parts to coding standard.

93 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: FractureParticleCreator.cc (+16 -16), ImplicitParticleCreator.cc (+23 -23), ParticleCreator.cc (new)
guilkey 2005-08-01 14:03 Rev.: 31351

Changes to get rid of the need for pVolumeOldLabel from the implicit
MPM code.

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ImplicitParticleCreator.cc (-5)
dgroulx 2005-07-12 12:26 Rev.: 31087

Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+1 -1)
jas 2005-06-22 11:35 Rev.: 30815

Add sharedState to constructors.

37 lines of code changed in 21 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: DefaultParticleCreator.cc (+6 -5), DefaultParticleCreator.h (new), FractureParticleCreator.cc (+5 -4), FractureParticleCreator.h (+1 -1), ImplicitParticleCreator.cc (+5 -4), ImplicitParticleCreator.h (new), MembraneParticleCreator.cc (new), MembraneParticleCreator.h (+1 -1), ParticleCreator.cc (+2 -1), ParticleCreator.h (+3 -1), ShellParticleCreator.cc (+5 -4), ShellParticleCreator.h (new)
guilkey 2005-06-06 16:51 Rev.: 30581

Don't try to initialize pSp_Vol since it isn't created anymore.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ShellParticleCreator.cc (+1 -2)
guilkey 2005-06-03 18:27 Rev.: 30546

Added the ability to read an extra variable (temperature) from .pts files.

22 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+21), ParticleCreator.h (+1)
guilkey 2005-05-31 16:37 Rev.: 30455

Work on transitioning from implicit to explicit time integration with MPM.
This includes:

1. Carry around a p.Erosion variable in the implicit code.
2. Carry around a p.TempPrevious variable in the implicit code, currently
just carried forward, this will need to be actually used for the thermal
expansion in the implicit code.
3. Created an addSharedCRForHypoExplicit since the hypo-elastic models
require an old stress while the Hyperelastic models don't.

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ImplicitParticleCreator.cc (-18)
guilkey 2005-05-27 11:45 Rev.: 30415

Removing pInternalHeatRate from the permanent particle state as it's
never gotten from the old_dw.

Ultimately, the computes for it that exist should probably be changed
from pInternalHeatRateLabel_preReloc to just pInternalHeatRateLabel,
but that's a detail, and no small amount of work.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ImplicitParticleCreator.cc (-9), ParticleCreator.cc (-2)
guilkey 2005-05-26 19:16 Rev.: 30410

Getting rid of the unused pSp_vol to pave the way for implicit->explicit
MPM transitions.

1 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: FractureParticleCreator.cc (-10), ImplicitParticleCreator.cc (+1 -19), ParticleCreator.cc (-10)
banerjee 2005-04-29 13:37 Rev.: 30031

Assigned default value to pPrevTemp to avoid problems if
d_ref_temp is not initialized to a nonzero value.

4 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+4 -1)
jas 2005-04-29 11:45 Rev.: 30030

Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.

1 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: sub.mk (new)
jas 2005-04-27 13:40 Rev.: 29989

Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: sub.mk (+1 -1)
jas 2005-03-28 12:44 Rev.: 29532

Don't use pTempPrevious for implicit calculations.

11 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ImplicitParticleCreator.cc (+11 -1)
jas 2005-03-25 16:31 Rev.: 29526

Implemented heat conduction for Implicit MPM.
Still need to add in boundary conditions.

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ImplicitParticleCreator.cc (+2 -1)
yguo 2005-03-25 12:13 Rev.: 29516

Initialize pTempPrevious (particles' temperature at previous time step, which is computed by interpolating grid temperature) to be d_ref_temp.

26 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+22 -2), ParticleCreator.h (+4)
worthen 2005-03-02 14:21 Rev.: 29058

Use Core/Grid/Variables instead of Core/Variables, and satisfy picky Mac linker

17 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: DefaultParticleCreator.cc (+3 -3), ImplicitParticleCreator.cc (+3 -3), MembraneParticleCreator.cc (+3 -3), ParticleCreator.cc (+3 -3), ParticleCreator.h (+2 -2), ShellParticleCreator.cc (+3 -3)
guilkey 2005-02-17 11:41 Rev.: 28743

Picking up after Biswa's commits last night. Namely, since ImpMPM doesn't
currently do heat conduction, the ImplicitParticleCreator needs to remove
pInternalHeatRate from the permanent particle state. Also, since pStress
and pDeformationMeasure were made part of the default permanent particle
state, they can be removed from the addParticleState for the Implicit
material models.

11 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: DefaultParticleCreator.cc (-3), ImplicitParticleCreator.cc (+11 -2), ParticleCreator.cc (-1)
banerjee 2005-02-16 19:47 Rev.: 28728

Added stress, deformation gradient and internal heat rate to permanent
particle state.

8 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+8)
jones 2005-01-29 18:04 Rev.: 28367

Re-organizing Core/Grid.

27 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/MPM/ParticleCreator: DefaultParticleCreator.cc (+4 -4), ImplicitParticleCreator.cc (+5 -5), MembraneParticleCreator.cc (+5 -5), ParticleCreator.cc (+6 -6), ParticleCreator.h (+2 -2), ShellParticleCreator.cc (+5 -5)
Generated by StatSVN 0.4.0