Directory Core/Labels/

Total Files:
4
Deleted Files:
0
Lines of Code:
1836

[root]/Core/Labels

Lines of Code

Core/Labels/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 24 (100.0%) 65 (100.0%) 2.7
harman 12 (50.0%) 37 (56.9%) 3.0
guilkey 8 (33.3%) 27 (41.5%) 3.3
jsutherland 4 (16.7%) 1 (1.5%) 0.2

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.

1 lines of code changed in 4 files:

  • Core/Labels: MPMLabel.cc (+1 -2), MPMLabel.h (-1)
guilkey 2013-10-14 15:15 Rev.: 51078

Adding the Thomsen-Hartka model for water to the MPM constitutive models.

5 lines of code changed in 2 files:

  • Core/Labels: MPMLabel.cc (+4), MPMLabel.h (+1)
harman 2013-10-01 12:17 Rev.: 50995

Global:
- cleanup
- formatting
- added more scratch labels to aid in debugging (L_ij, M_ij, S_ij...etc)
These are controlled by #ifdef conditionals.

DynamicModel:
- fixed several multipatch bugs.
- added new method for setting boundary conditions. With some of the filtered
quantities the array size is bigger than the patch and you must set the BCs
in the ghost cells.

multi-patch impVortex == 1 patch impVortex

20 lines of code changed in 4 files:

  • Core/Labels: ICELabel.cc (+13 -2), ICELabel.h (new)
guilkey 2013-08-15 13:27 Rev.: 50817

Delete the newly added pLocalizedMPMLabel_preReloc

1 lines of code changed in 1 file:

  • Core/Labels: MPMLabel.cc (+1)
guilkey 2013-08-14 11:14 Rev.: 50804

Allow the deformation gradient to be modified for particles that have localized,
depending on the erosion algorithm chosen.

8 lines of code changed in 2 files:

  • Core/Labels: MPMLabel.cc (+6 -3), MPMLabel.h (+2 -1)
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.


4 lines of code changed in 2 files:

  • Core/Labels: ICELabel.cc (+3), ICELabel.h (+1)
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 2 files:

  • Core/Labels: ICELabel.cc (+2), ICELabel.h (+1)
harman 2013-06-24 12:13 Rev.: 50577

accumulateMomentumSourceSinks()
- shear stress components can now be saved to an uda.
- cleaned house.

* This should not change the answers.

10 lines of code changed in 2 files:

  • Core/Labels: ICELabel.cc (+7 -1), ICELabel.h (+3)
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 2 files:

  • Core/Labels: ICELabel.cc (-5), ICELabel.h (-1)
guilkey 2013-02-14 10:17 Rev.: 49882

Delete pVelGradLabel(_preReloc) in the destructor.

5 lines of code changed in 1 file:

  • Core/Labels: MPMLabel.cc (+5 -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?).

8 lines of code changed in 2 files:

  • Core/Labels: MPMLabel.cc (+6), MPMLabel.h (+2)
Generated by StatSVN 0.7.0