Directory CCA/Components/MPM/Core/

Total Files:
9
Deleted Files:
0
Lines of Code:
2874

[root]/CCA/Components/MPM/Core

Lines of Code

CCA/Components/MPM/Core/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 30 (100.0%) 57 (100.0%) 1.9
guilkey 13 (43.3%) 41 (71.9%) 3.1
harman 15 (50.0%) 15 (26.3%) 1.0
quocanh 2 (6.7%) 1 (1.8%) 0.5

Most Recent Commits

guilkey 2019-08-22 17:14 Rev.: 59611

Bringing some of the changes from the branch into the trunk to ease the
upcoming merge.

4 lines of code changed in 4 files:

  • CCA/Components/MPM/Core: MPMFlags.cc (new), MPMFlags.h (new)
quocanh 2019-08-18 00:09 Rev.: 59600

fix compile errors

1 lines of code changed in 2 files:

  • CCA/Components/MPM/Core: MPMLabel.h (new)
guilkey 2019-08-11 17:29 Rev.: 59582

Delete MPMF(racture) inputs.

Changes to FrictionContact. The traditional FrictionContact (friction) is
now FrictionContactBard (friction_bard). A new version based on John Nairn's
work is FrictionContactLR (friction_LR). For now, all input files are set to
use the old version so as to not wreak havoc on the RT.

19 lines of code changed in 5 files:

  • CCA/Components/MPM/Core: MPMFlags.cc (+3), MPMFlags.h (+1), MPMLabel.cc (new), MPMLabel.h (+3)
guilkey 2019-04-13 15:49 Rev.: 59339

Change the interface to the interpolators. Previously, all calls to the
interpolators passed in the particle's reference size and the deformation
gradient, even though only CP*Interpolators use the deformation gradient.
Now, at the top of each MPM timestep, the current size (F*size for CP*I
particles, or just size for other interpolators) is passed in. This has
the upside of only computing the F*size product once/timestep, not once per
call to an interpolator task. Also, fewer tasks require the deformation
gradient, so data dependencies are reduced a little bit.

5 lines of code changed in 2 files:

  • CCA/Components/MPM/Core: MPMLabel.cc (+4), MPMLabel.h (+1)
guilkey 2019-04-03 11:30 Rev.: 59302

Add ability to restart timesteps, currently based on integrated nodal velocity
being too large relative to cell size divided by timestep size

13 lines of code changed in 2 files:

  • CCA/Components/MPM/Core: MPMFlags.cc (+12 -8), MPMFlags.h (+1)
harman 2019-03-12 09:16 Rev.: 59261

Dust off nodalHeatFlux task so the flatPlate heat flux module works.

MPMFlags:
- simplified setting d_computeNodalHeatFlux & d_computeScaleFactor flags

HeatConduction:
- Added dividers
- Added printSchedule() & printTask() calls

SerialMPM:
- Added "MPM::" to all printTask() and printSchedule() messages.
- uncommented scheduleComputeNodalHeatFlux()


6 lines of code changed in 1 file:

  • CCA/Components/MPM/Core: MPMFlags.cc (+6 -18)
harman 2019-01-18 09:13 Rev.: 59176

Updated Copyright date

9 lines of code changed in 14 files:

  • CCA/Components/MPM/Core: ImpMPMFlags.cc (new), ImpMPMFlags.h (+1 -1), MPMBoundCond.cc (new), MPMBoundCond.h (+1 -1), MPMFlags.cc (+1 -1), MPMFlags.h (+1 -1), MPMLabel.cc (+1 -1), MPMLabel.h (+1 -1), sub.mk (+1 -1)
Generated by StatSVN 0.7.0