Directory CCA/Components/MPM/ParticleCreator/

Directory Deleted:
2017-12-20 11:02
Total Files:
0
Deleted Files:
11
Lines of Code:
0

[root]/CCA/Components/MPM/ParticleCreator

Lines of Code

CCA/Components/MPM/ParticleCreator/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 47 (100.0%) 185 (100.0%) 3.9
cgritton 4 (8.5%) 114 (61.6%) 28.5
jbhooper 3 (6.4%) 28 (15.1%) 9.3
guilkey 4 (8.5%) 24 (13.0%) 6.0
jas 19 (40.4%) 11 (5.9%) 0.5
harman 2 (4.3%) 6 (3.2%) 3.0
allen 15 (31.9%) 2 (1.1%) 0.1

Most Recent Commits

allen 2017-12-20 11:02 Rev.: 57484

Broke the large libs into smaller libraries allowing of the removal the ModelFactory Component and moved all application code from core

0 lines of code changed in 11 files:

  • CCA/Components/MPM/ParticleCreator: ImplicitParticleCreator.cc (del), ImplicitParticleCreator.h (del), MembraneParticleCreator.cc (del), MembraneParticleCreator.h (del), ParticleCreator.cc (del), ParticleCreator.h (del), ParticleCreatorFactory.cc (del), ParticleCreatorFactory.h (del), ShellParticleCreator.cc (del), ShellParticleCreator.h (del), sub.mk (del)
allen 2017-12-18 20:48 Rev.: 57477

Moved MPM Solvers and other class into their own sub dirs

2 lines of code changed in 4 files:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+1 -1), ParticleCreatorFactory.cc (new)
guilkey 2017-12-06 18:06 Rev.: 57401

Particles can now be part of up to three load curves. This is particularly
useful for pressure BCs where pressure might be applied to more than one
face, now corner particles get contributions from both, with the resultant force
as the sum of the two forces from each face's load curve. This will break the
NairnFriction test in the RT.

17 lines of code changed in 3 files:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+14 -9), ParticleCreator.h (+3 -2)
guilkey 2017-11-07 11:07 Rev.: 57238

Cosmetics...

7 lines of code changed in 1 file:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+7 -8)
jbhooper 2017-08-18 16:16 Rev.: 56900

-- Further encapsulate Solid State Diffusion variables into diffusion specific code blocks.
-- Clean up and extend diffusion models to account for thermodynamic driving forces.
-- Standardize diffusion material interfaces with other MPM material interface approach
-- Standardize diffusion model input/output

14 lines of code changed in 1 file:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+14 -12)
jbhooper 2017-07-28 14:40 Rev.: 56825

-- Clean up diffusion labels in MPM code.
-- Enable MAC OS RT on Darwin for actual testing and comparisons.

13 lines of code changed in 1 file:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+13 -12)
jbhooper 2017-07-18 20:43 Rev.: 56802

-- Rename the ReactionDiffusion directory to be simply "Diffusion" in the MPM code, in anticipation of updating the diffusion models to work with Serial MPM as well as backporting some portion of the Structural Energetics branch in order to enable basic reaction functionality in solid solutions.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+1 -1)
cgritton 2017-05-15 14:04 Rev.: 56520

Added variables to compute gradients for both positively and negatively charged concentrations.

14 lines of code changed in 2 files:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+12), ParticleCreator.h (+2)
jas 2017-04-20 13:22 Rev.: 56455

Update copyright.

11 lines of code changed in 19 files:

  • CCA/Components/MPM/ParticleCreator: ImplicitParticleCreator.cc (new), ImplicitParticleCreator.h (new), MembraneParticleCreator.cc (+1 -1), MembraneParticleCreator.h (new), ParticleCreator.cc (+1 -1), ParticleCreator.h (+1 -1), ParticleCreatorFactory.cc (+1 -1), ParticleCreatorFactory.h (+1 -1), ShellParticleCreator.cc (+1 -1), ShellParticleCreator.h (+1 -1), sub.mk (+1 -1)
cgritton 2017-03-23 10:27 Rev.: 56350

Coupled finite volume solver for Gauss's equation with exisiting mpm code.

100 lines of code changed in 2 files:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+93), ParticleCreator.h (+7)
harman 2017-03-08 11:03 Rev.: 56304

The erosion code has been consolidated and moved to a new ErosionModel. It is independent of the CM and
each MPM material can apply a different erosion algorithm. Previously, one algorithm for all matls.
The default model is none.


MPM tests pass, some MPMICE tests fail due to the number of checkpoints changing.

3 lines of code changed in 1 file:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+3)
harman 2017-03-01 17:44 Rev.: 56277

Pulled the damage code from the constitutive models and put it in a separate class. This improves
the reusability when added to other CMs. Purged some dead wood.

Note the strain energy is not decremented when a particle is damaged. This should be fixed.

Nightly MPM and MPMICE regression tests pass except for several in which the number of checkpoints variables
differs.

3 lines of code changed in 1 file:

  • CCA/Components/MPM/ParticleCreator: ParticleCreator.cc (+3)
Generated by StatSVN 0.7.0