Directory CCA/Components/MPM/HeatConduction/

Total Files:
5
Deleted Files:
0
Lines of Code:
1655

[root]/CCA/Components/MPM/HeatConduction

Lines of Code

CCA/Components/MPM/HeatConduction/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 12 (100.0%) 41 (100.0%) 3.4
harman 10 (83.3%) 34 (82.9%) 3.4
guilkey 2 (16.7%) 7 (17.1%) 3.5

Most Recent Commits

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.

7 lines of code changed in 2 files:

  • CCA/Components/MPM/HeatConduction: HeatConduction.cc (new)
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()


29 lines of code changed in 1 file:

  • CCA/Components/MPM/HeatConduction: HeatConduction.cc (+29 -22)
harman 2019-01-18 09:13 Rev.: 59176

Updated Copyright date

5 lines of code changed in 9 files:

  • CCA/Components/MPM/HeatConduction: HeatConduction.cc (+1 -1), HeatConduction.h (+1 -1), ImplicitHeatConduction.cc (new), ImplicitHeatConduction.h (new), sub.mk (+1 -1)
Generated by StatSVN 0.7.0