[root]/Packages/Uintah/CCA/Components/MPM/HeatConduction
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 29 (100.0%) | 1742 (100.0%) | 60.0 |
guilkey | 15 (51.7%) | 1025 (58.8%) | 68.3 |
jas | 10 (34.5%) | 488 (28.0%) | 48.8 |
yguo | 1 (3.4%) | 206 (11.8%) | 206.0 |
harman | 2 (6.9%) | 23 (1.3%) | 11.5 |
sparker | 1 (3.4%) | 0 (0.0%) | 0.0 |
Fall cleanup:
changed heatFlux_CC to heatRate_CC
pInternalHeatRate to pdTdt
Jim & Todd
23 lines of code changed in 2 files:
Delete the interpolator.
0 lines of code changed in 2 files:
Change all of the getNode(High/Low)Index calls to getInteriorNode(High/Low)Index
This allows ImpMPM to run problems with extra cells not equal to zero.
16 lines of code changed in 1 file:
Changes to get rid of the need for pVolumeOldLabel from the implicit
MPM code.
3 lines of code changed in 1 file:
Implemented perfect thermal contact between multiple materials. Added
ability to consider external heat sources, fixed small bugs.
52 lines of code changed in 1 file:
Fixed restarting when using implicit heat conduction. perproc_patches
was not being set.
11 lines of code changed in 3 files:
Dirichlet BCs now work with implicit heat conduction.
Added an MPMFlag to allow switching between static and transient
conduction. Default is transient.
103 lines of code changed in 2 files:
Change back to fabs and add include <math.h> for SGI compilers.
2 lines of code changed in 1 file:
Use abs instead of fabs.
1 lines of code changed in 1 file:
Make heat conduction in the implicit MPM code optional.
69 lines of code changed in 2 files:
Move the implicit heat conduction stuff to it's own files.
748 lines of code changed in 4 files:
Retire .cvsignore files
0 lines of code changed in 1 file:
Clean up some of the nastiness in pursuit of a bug.
23 lines of code changed in 1 file:
Rearrange includes for gcc-3.4.
1 lines of code changed in 1 file:
Extend the algorithms of heat conduct analysis to the problems with cracks.
206 lines of code changed in 1 file:
Implemented heat conduction for Implicit MPM.
Still need to add in boundary conditions.
17 lines of code changed in 1 file:
Fix the initialization of NGN and NGP.
1 lines of code changed in 1 file:
Compilation instructions.
7 lines of code changed in 1 file:
Heat conduction code that was in SerialMPM.
459 lines of code changed in 2 files: