Directory CCA/Components/MPMICE/

Total Files:
2
Deleted Files:
0
Lines of Code:
3596

[root]/CCA/Components/MPMICE

Lines of Code

CCA/Components/MPMICE/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 18 (100.0%) 77 (100.0%) 4.2
harman 14 (77.8%) 61 (79.2%) 4.3
jsutherland 2 (11.1%) 14 (18.2%) 7.0
guilkey 2 (11.1%) 2 (2.6%) 1.0

Most Recent Commits

jsutherland 2013-10-31 19:36 Rev.: 51196

This one has been a long time coming.

Rip out the standard namespace opening that has been polluting header files throughout the framework. This crept into all sorts of places.

DO NOT open namespaces in header files. Ever.

14 lines of code changed in 2 files:

  • CCA/Components/MPMICE: MPMICE.h (new)
harman 2013-09-11 12:56 Rev.: 50925

Divided the global struct d_customBC_var_basket into two structs global & local.
Previously the var_basket was a "container" that was used to pass around both local and
global variables. In the threaded world that doesn't work. Therefore there's now

customBC_globalVars and customBC_localVars

The local struct contains all variables and structs that are local to the task/function.
The global struct contains only global variables.

This commit should not change the answers but the RT tests do not test all of the custom
boundary conditions.


5 lines of code changed in 2 files:

  • CCA/Components/MPMICE: MPMICE.cc (+5 -4)
harman 2013-07-18 15:47 Rev.: 50735

scheduleTimeAdvance()
- added scheduling of the particle scale factor.

4 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+4 -1)
harman 2013-06-29 12:01 Rev.: 50615

removed switchDebug variables.

0 lines of code changed in 2 files:

  • CCA/Components/MPMICE: MPMICE.cc (-23), MPMICE.h (-5)
harman 2013-06-27 15:54 Rev.: 50606

Added diagnostic label (eq_press_itersLabel) to the equilibration pressure task.
This allows the user to visualize where equilibration pressure is having problems.


46 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+46 -30)
harman 2013-06-25 14:32 Rev.: 50583

accumulateMomentumSourceSinks()
Put the divergence of the viscous forces computation into a separate task.
*This should not change the answers.

3 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+3)
harman 2013-06-07 12:28 Rev.: 50431

Removed the last remnants of the "addMaterial" code. It hasn't been used for years.

0 lines of code changed in 2 files:

  • CCA/Components/MPMICE: MPMICE.cc (-15), MPMICE.h (-5)
harman 2013-06-06 16:39 Rev.: 50426

removed scheduleInitializeAddedMaterial()
- It hasn't been used in 5+ years.

0 lines of code changed in 2 files:

  • CCA/Components/MPMICE: MPMICE.cc (-85), MPMICE.h (-3)
harman 2013-06-05 15:39 Rev.: 50409

removed all calls to printData()

1 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+1 -91)
harman 2013-04-08 12:04 Rev.: 50084

Removed some old rotted out plumbing:
- scheduleCheckNeedAddMaterial()
- activateModel()

This idea died and blew away years ago.

* should not change answers

0 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (-14)
harman 2013-02-19 16:21 Rev.: 49911

Passing restart_problem_spec into the OnTheFly Analysis modules.

1stLawThermo: now parsing the restart_problem_spec on a
restart for the MPM material properties


2 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+2 -3)
guilkey 2013-02-13 16:19 Rev.: 49881

Move the calculation of velocity gradient and deformation gradient out of the constitutive models,
and just have one version of the code to maintain in SerialMPM.

Other changes:
1. Add the ability to specify a number of subcycles in the calculation of F in the input file. Use the MPM Flag "minimum_subcycles_for_F"
2. Add the option to use an approximation to the exponential to compute the increment in F. Use a negative value for "minimum_subcycles_for_F", with the absolute value being the number of terms in the TS approximation.
3. Disable support for Fracture. Most fracture code persists, but won't work. It will be removed later.

This will definitely break the regression tester, but the differences have been verified to be small, or in some cases limited to the number of checkpoint variables changing (pTempPrevNew has been removed, whose brainchild was that again?).

2 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (+2 -2)
guilkey 2013-01-25 12:27 Rev.: 49824

Remove commented out code related to add_material which has been removed.

0 lines of code changed in 1 file:

  • CCA/Components/MPMICE: MPMICE.cc (-22)
Generated by StatSVN 0.7.0