Directory Core/Labels/

Total Files:
7
Deleted Files:
0
Lines of Code:
2096

[root]/Core/Labels

Lines of Code

Core/Labels/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 38 (100.0%) 108 (100.0%) 2.8
guilkey 24 (63.2%) 101 (93.5%) 4.2
jas 10 (26.3%) 7 (6.5%) 0.7
harman 4 (10.5%) 0 (0.0%) 0.0

Most Recent Commits

guilkey 2015-10-15 13:34 Rev.: 54182

Move p.flux label here.

0 lines of code changed in 4 files:

  • Core/Labels: MPMLabel.cc (new), MPMLabel.h (new)
harman 2015-10-02 15:18 Rev.: 54113


merge from Genesis.1 branch.
Added labels and ups spec.



0 lines of code changed in 4 files:

  • Core/Labels: ICELabel.cc (new), ICELabel.h (changed)
guilkey 2015-09-29 15:54 Rev.: 54079

Adding pExternalScalarFluxLabel

5 lines of code changed in 2 files:

  • Core/Labels: MPMLabel.cc (+4), MPMLabel.h (+1)
guilkey 2015-09-24 17:58 Rev.: 54042

Adding a pExternalScalarFluxLabel

5 lines of code changed in 2 files:

  • Core/Labels: MPMLabel.cc (+4), MPMLabel.h (+1)
guilkey 2015-09-16 12:46 Rev.: 53961

Add pConcGradientLabel and friends.

10 lines of code changed in 2 files:

  • Core/Labels: MPMLabel.cc (+8), MPMLabel.h (+2)
guilkey 2015-08-18 13:19 Rev.: 53836

Change CellNAPID from a short int to an int. This will likely anger the RT.

1 lines of code changed in 1 file:

  • Core/Labels: MPMLabel.cc (+1 -1)
guilkey 2015-07-28 15:59 Rev.: 53759

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 2 files:

  • Core/Labels: MPMLabel.cc (+8 -4), MPMLabel.h (+2 -1)
guilkey 2015-06-10 19:56 Rev.: 53622

Full beta version of the diffusion code with all of the CFI corrections
implemented. Much testing still to be done.

5 lines of code changed in 2 files:

  • Core/Labels: MPMLabel.cc (+4), MPMLabel.h (+1)
guilkey 2015-06-09 10:18 Rev.: 53610

Progress on implementing multi-level scalar diffusion. Hopefully simplified
the interface, using the SDInterfaceModel only when necessary. Also, no longer
having a separate task for interpolating scalar data to/from the grid. Those
jobs are now done inside of the AMRMPM tasks, with conditionals on scalar
diffusion. This reduces the code duplication dramatically, and will make for
more easy to maintain code in the long run. Still need to add some CFI tasks
for the scalar diffusion calculuations.

41 lines of code changed in 2 files:

  • Core/Labels: MPMLabel.cc (+33 -3), MPMLabel.h (+8 -2)
guilkey 2015-04-15 13:53 Rev.: 53372

Adding a CC variable to mark cells for refinement.

4 lines of code changed in 2 files:

  • Core/Labels: MPMLabel.cc (+3), MPMLabel.h (+1)
guilkey 2015-03-08 10:39 Rev.: 53199

Added destruction of pLastLevel*

2 lines of code changed in 1 file:

  • Core/Labels: MPMLabel.cc (+2)
guilkey 2015-03-07 18:59 Rev.: 53196

Added pLastLevelLabel

8 lines of code changed in 2 files:

  • Core/Labels: MPMLabel.cc (+6), MPMLabel.h (+2)
jas 2015-01-26 12:34 Rev.: 53023

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.

7 lines of code changed in 10 files:

  • Core/Labels: ICELabel.cc (+1 -1), ICELabel.h (+1 -1), MPMICELabel.cc (+1 -1), MPMICELabel.h (+1 -1), MPMLabel.cc (+1 -1), MPMLabel.h (+1 -1), sub.mk (new)
guilkey 2015-01-22 17:25 Rev.: 52997

The addParticles function now knows how to refine particles, based on a
(currently) hardwired criterion.

scheduleAddParticles is now called from within a conditional based on a new MPM flag.

Added a pRefinedLabel, so that particles only get refined once, for now.

Got rid of pdTdtLabel_preReloc. This variable is never used from previous
timesteps, so there is no point in dragging it around. Modified the CMs
(all 3e72 of them) accordingly. This will break the RT, as it will have one
fewer checkpoint variable.

10 lines of code changed in 2 files:

  • Core/Labels: MPMLabel.cc (+8), MPMLabel.h (+2)
Generated by StatSVN 0.7.0