Directory CCA/Components/MPM/

Total Files:
29
Deleted Files:
0
Lines of Code:
21674

[root]/CCA/Components/MPM
                directory in repo CohesiveZone (5 files, 805 lines)
                directory in repo ConstitutiveModel (76 files, 46903 lines)
                    directory in repo Biswajit (9 files, 8716 lines)
                        directory in repo ElasticityModels (30 files, 2526 lines)
                        directory in repo Models (53 files, 8587 lines)
                    directory in repo PlasticityModels (126 files, 17421 lines)
                    directory in repo PortableTongeRamesh (4 files, 1680 lines)
                        directory in repo TongeRameshPTRCalcs (18 files, 9660 lines)
                    directory in repo UnusedCM (39 files, 24514 lines)
                    directory in repo fortran (5 files, 1748 lines)
                directory in repo Contact (21 files, 3873 lines)
                directory in repo Crack (29 files, 10516 lines)
                directory in repo HeatConduction (5 files, 1805 lines)
                directory in repo MMS (3 files, 429 lines)
                directory in repo Matlab (3 files, 858 lines)
                directory in repo ParticleCreator (11 files, 2128 lines)
                directory in repo PhysicalBC (19 files, 2693 lines)
                directory in repo ReactionDiffusion (17 files, 68 lines)
                directory in repo ThermalContact (9 files, 735 lines)

Lines of Code

CCA/Components/MPM/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 224 (100.0%) 4679 (100.0%) 20.8
guilkey 102 (45.5%) 3955 (84.5%) 38.7
harman 47 (21.0%) 482 (10.3%) 10.2
dav 2 (0.9%) 118 (2.5%) 59.0
jas 71 (31.7%) 110 (2.4%) 1.5
leavy 1 (0.4%) 14 (0.3%) 14.0
ahumphrey 1 (0.4%) 0 (0.0%) 0.0

Most Recent Commits

harman 2015-12-29 17:22 Rev.: 54598

Clean out surpurflous #include

All mpm nightly local RT tests passed


0 lines of code changed in 18 files:

  • CCA/Components/MPM: ImpMPM.cc (changed), ImpMPM.h (new), MPMBoundCond.cc (new), MPMCommon.cc (new), MPMFlags.cc (changed), PetscSolver.cc (changed), SerialMPM.cc (new), ShellMPM.cc (new), ShellMPM.h (new)
harman 2015-12-29 15:59 Rev.: 54597

Used the google tool include-what-you-use to clean up
the #includes.

0 lines of code changed in 4 files:

  • CCA/Components/MPM: AMRMPM.cc (new), AMRMPM.h (changed)
harman 2015-12-29 11:05 Rev.: 54596

added:
- fineLevelCFI_Patches()
This returns fine patches with a CFI and any coarse patches below it.

- removeDuplicates( Level::selectType& array )
Removes any duplicate patches in array. This belongs in Core/Grid/fixedVector.h

ComputeZoneOfInfluence()
- using the above methods simplified the logic tree by eliminating conditionals.

This shouldn't change the answers.


210 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+198 -123), AMRMPM.h (+12 -2)
guilkey 2015-12-17 11:11 Rev.: 54563

Cleaning up #if 0ed out code, adding comments to what remains.

13 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+13 -166)
harman 2015-12-16 16:53 Rev.: 54559

take the keyboard away!

1 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+1 -1)
harman 2015-12-16 15:14 Rev.: 54556

This should have been added to the last commit

2 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (-2), AMRMPM.h (+2 -1)
harman 2015-12-16 15:05 Rev.: 54554

debug_CFI_experimental()
- final update before it's tossed in the trash and we start over.

coarseLevelCFI_Patches()
- Now returning the CFI_coarsePatches and CFI_finePatches

coarsenNodalData_CFI*()
- using CFI_finePatches from coarseLevelCFI_Patches() call. This simplifies
the mumbo and the jumbo slightly.

* This commit should not change the answers.

53 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+53 -34)
harman 2015-12-11 15:41 Rev.: 54536

Added a sandbox task ( debug_CFI_experimental()) to experiment with getParticleSubsetAllLevels()

155 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+148 -11), AMRMPM.h (+7)
harman 2015-12-09 11:24 Rev.: 54509

debugCFI task:
pull psize from the old_dw.

added dividers


42 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+42 -22)
leavy 2015-12-09 10:30 Rev.: 54508

improved file geometry import and manufactured solutions compatibility

14 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+14 -8)
guilkey 2015-10-15 12:21 Rev.: 54177

Adding a requires for material points per load curve.

2 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+2 -2)
guilkey 2015-10-15 11:59 Rev.: 54175

Syncing up with the branch code.

17 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+16 -19), AMRMPM.h (+1 -8)
guilkey 2015-10-15 11:29 Rev.: 54174

Get rid of the unused explicit/implicit description for scalar diffusion.

3 lines of code changed in 3 files:

  • CCA/Components/MPM: MPMFlags.cc (+3 -8), MPMFlags.h (new)
guilkey 2015-10-14 20:11 Rev.: 54172

Steps toward making scalar diffusion work with particle refinement and adaptivit
y.

56 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+56 -27)
guilkey 2015-10-13 13:23 Rev.: 54165

Change a <= back to a < in addParticles. It isn't clear that this is
the correct final version of this, but, for now, it'll make the RT pass.

1 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+1 -1)
guilkey 2015-10-12 15:35 Rev.: 54164

Make the use of "withColor" optional when doing particle refinement.

18 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+18 -6)
guilkey 2015-10-12 15:22 Rev.: 54163

Put in code to do particle splitting for simulations involving scalar diffusion.
More to come...

43 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+43 -10)
guilkey 2015-10-07 14:58 Rev.: 54136

Initialize pExternalScalarFlux to zero if load curves are not defined.

5 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+5 -1)
guilkey 2015-10-07 12:49 Rev.: 54132

Bring some good changes to the ARL branch into the trunk.

3 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+2 -2), SerialMPM.cc (+1 -1)
guilkey 2015-10-07 12:37 Rev.: 54131

Since applyExternalLoads is always called, it will be the sole carrier forwarder
of the pLoadCurveID. applyExternalScalarFlux, in AMRMPM, will just get it, but never allocateAndPut it.

10 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+2 -8), SerialMPM.cc (+8 -9)
guilkey 2015-10-03 15:38 Rev.: 54114

Add initialization of pTempGradientLabel_preReloc to maintain utility of
rmpmice.

0 lines of code changed in 2 files:

  • CCA/Components/MPM: RigidMPM.cc (new)
guilkey 2015-10-01 15:24 Rev.: 54105

Get pExtForce... from the new_dw, not the old_dw, in iPTG_CFI. Formatting in
SerialMPM.

51 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+45 -13), SerialMPM.cc (+6 -3)
guilkey 2015-09-30 22:26 Rev.: 54096

Only carry around pLoadCurve if pressureBC is specified.

10 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+10 -10)
guilkey 2015-09-30 14:53 Rev.: 54094

Modifications to the divergence of flux calculation, and the calculation
and integration of gConcentrationRate. Additional code cleanup as well.

37 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+37 -68)
guilkey 2015-09-29 16:17 Rev.: 54081

Adding code for scalar flux BCs. Needs signficant cleanup.

312 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+301 -57), AMRMPM.h (+11 -2)
guilkey 2015-09-24 13:43 Rev.: 54032

Reverting addition of scalar flux calcs for now.

9 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+9 -197)
guilkey 2015-09-24 11:26 Rev.: 54024

Hopefully resolving the memory leak in the AMR RTs.

199 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+199 -11)
guilkey 2015-09-23 13:43 Rev.: 54012

Bring the RFConcDiff model in line with what is in Chris's branch.
Initialize pConcGradientLabel.
Beginnings of a concentration flux BC model, currently just an altered copy
of the pressure BC code.

218 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+203 -2), AMRMPM.h (+15)
guilkey 2015-09-23 11:30 Rev.: 54010

The deletes in AMRMPM were double deleting the deletes that
are already called in the SerialMPM destructor.

2 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+2 -2), SerialMPM.cc (-2)
guilkey 2015-09-22 15:54 Rev.: 54003

Adding the functionality of the pressure BCs to AMRMPM. This hasn't yet been tested
on multiple levels.

39 lines of code changed in 3 files:

  • CCA/Components/MPM: AMRMPM.cc (+20 -104), AMRMPM.h (+17 -30), SerialMPM.cc (+2 -4)
guilkey 2015-09-22 11:36 Rev.: 53997

Remove the unneeded pDispLabel from the requires in scheduleApplyExternalLoads

0 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (-1)
guilkey 2015-09-21 13:25 Rev.: 53987

Add a conditional around the calculation of pConcGradient.

7 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+7 -5)
guilkey 2015-09-16 12:44 Rev.: 53960

Move the calculation of pConcGradient into AMRMPM, thereby reducing the
data dependencies in the diffusion models, and also making the concentration
gradient available for gradient enhanced projection (not yet implemented here).

23 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+23 -6)
guilkey 2015-09-16 10:04 Rev.: 53956

Only compute pTempGrad if heat conduction is turned on.

4 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+4 -4)
guilkey 2015-09-15 16:07 Rev.: 53953

Fixing a pretty major boo boo that I created with heat conduction a few weeks back.
The temperature gradient is now computed if needed, not only if a certain set of
flags are set. This will "unbreak" the RT.

2 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+2 -2)
ahumphrey 2015-09-11 14:45 Rev.: 53930

Remove antiquated TAU support.

0 lines of code changed in 1 file:

  • CCA/Components/MPM: PetscSolver.cc (-12)
guilkey 2015-08-18 13:19 Rev.: 53836

Change CellNAPID from a short int to an int. This will likely anger the RT.

13 lines of code changed in 3 files:

  • CCA/Components/MPM: AMRMPM.cc (+7 -8), ImpMPM.cc (+1 -1), SerialMPM.cc (+5 -4)
guilkey 2015-08-02 15:12 Rev.: 53776

Add compute for p.temperatureGradient

2 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+2 -1)
guilkey 2015-07-30 14:45 Rev.: 53772

Another tweak to the tortuous logic required to keep this house of cards
standing.

6 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+6 -3)
guilkey 2015-07-30 14:23 Rev.: 53771

Add pTemperatureGradient to the scheduleRefine.

4 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+4 -1)

(41 more)

Generated by StatSVN 0.7.0