Directory Packages/Uintah/CCA/Components/MPMArches/

Total Files:
1
Deleted Files:
0
Lines of Code:
4555

[root]/Packages/Uintah/CCA/Components/MPMArches

Lines of Code

Packages/Uintah/CCA/Components/MPMArches/ Lines of Code

Developers

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

Most Recent Commits

jas 2008-07-07 20:07 Rev.: 41434

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:

  • Packages/Uintah/CCA/Components/MPMArches: MPMArches.cc (new)
harman 2008-05-14 12:42 Rev.: 41038

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:

  • Packages/Uintah/CCA/Components/MPMArches: MPMArches.cc (+1)
harman 2008-04-25 15:01 Rev.: 40836

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:

  • Packages/Uintah/CCA/Components/MPMArches: MPMArches.cc (+1)
guilkey 2008-03-26 20:06 Rev.: 40576

Move scheduleComputeStressTensor down in the timestep
to be consistent with the rest of MPM.


1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPMArches: MPMArches.cc (+1 -3)
dav 2008-02-25 16:28 Rev.: 40291

Check for valid .ups info.

7 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPMArches: MPMArches.cc (+7)
Generated by StatSVN 0.4.0