[root]/Packages/Uintah/CCA/Components/MPMArches
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 6 (100.0%) | 11 (100.0%) | 1.8 |
dav | 1 (16.7%) | 7 (63.6%) | 7.0 |
harman | 2 (33.3%) | 2 (18.2%) | 1.0 |
jas | 2 (33.3%) | 1 (9.1%) | 0.5 |
guilkey | 1 (16.7%) | 1 (9.1%) | 1.0 |
Use the proper c++ standard for include files for the C inlude files, i.e.
<stdio.h> --> <cstdio>
<math.h> --> <cmath>
Tested on g++ 4.2 and 4.3 compilers.
1 lines of code changed in 2 files:
Added d_with_arches to the MPMFlags. This is currently only used to allow the
bulletproofing regarding the compatibility of interpolator type with extraCells
to work with MPMArches as well.
Jim
1 lines of code changed in 1 file:
Added new task (turned off by default) to compute the nodal heat flux.
To turn it on, add either:
<save label = "g.HeatFlux"/>
or
<DataAnalysis>
<Module name="flatPlate_heatFlux">
<snip>
</DataAnalysis>
to the ups file.
1 lines of code changed in 1 file:
Move scheduleComputeStressTensor down in the timestep
to be consistent with the rest of MPM.
1 lines of code changed in 1 file:
Check for valid .ups info.
7 lines of code changed in 1 file: