[root]/CCA/Components/MPM/HeatConduction
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 20 (100.0%) | 25 (100.0%) | 1.2 |
guilkey | 4 (20.0%) | 14 (56.0%) | 3.5 |
jas | 12 (60.0%) | 11 (44.0%) | 0.9 |
harman | 4 (20.0%) | 0 (0.0%) | 0.0 |
Clean out surpurflous #includes using google:include-what-you-use tool
All mpm nightly local RT tests passed
0 lines of code changed in 4 files:
Added a TODO for myself or someone else.
2 lines of code changed in 1 file:
Put a carry forward for pTemperatureGradientLabel in ImpMPM.cc so that the
switcher will keep working.
2 lines of code changed in 1 file:
1. Reformulate the heat conduction code a bit so that it is consistent with
the momentum update in using the analog of a USL (update stress last) method.
That is, the temperature gradient on the particles is computed using the time
integrated temperature on the grid at the end of a timestep.
2. Implement gradient enhanced projection of the particle temperatures to
the grid. Currently this is turned on by setting
UseGradientEnhancedVelocityProjection. These should probably have their own
flags.
3. Commented out the code for the so-called momentum formulation in SerialMPM.
It was never shown to be superior, and it is currently out of date with the
update of the velocity gradient, etc. Will likely remove, eventually.
This commit will change answers and hence break the RT.
10 lines of code changed in 1 file:
Removing fracture code.
0 lines of code changed in 1 file:
Revert c++-11 namespace changes.
3 lines of code changed in 2 files:
Explicit namespace usage as part of the transition to c++-11.
3 lines of code changed in 2 files:
Made the following changes:
1. Compress large xml files. Remove sus log.
2. Add Changelog.
3. Add instructions for adding a new component to the build system.
4. Update OSX build in install documentation.
5. Update petsc version in install documentation.
6. Change Petsc version.
7. Remove references to Teem in installation. Remove the build directory
after creating the tarball for the release.
8. Remove Tracker feature.
9. Remove AIX references. Remove Basis/. Remove Teem. Remove sci_defs
include files related to SCIRun.
10. Remove old build dependency versions.
11. Add wasatch_3P 1.6.0 branch.
12. Remove bench.config file, update excludes when building release tar ball.
13. Remove *.orig and *.release files.
14. Update copyright date. Update version to 1.6.
5 lines of code changed in 8 files: