Directory CCA/Components/Wasatch/Expressions/Particles/

Total Files:
11
Deleted Files:
0
Lines of Code:
1950

[root]/CCA/Components/Wasatch/Expressions/Particles

Lines of Code

CCA/Components/Wasatch/Expressions/Particles/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 57 (100.0%) 336 (100.0%) 5.8
tsaad 23 (40.4%) 259 (77.1%) 11.2
jsutherland 32 (56.1%) 76 (22.6%) 2.3
jas 2 (3.5%) 1 (0.3%) 0.5

Most Recent Commits

jsutherland 2015-12-17 14:12 Rev.: 54566

Consolidate some code - implement inline rather than splitting it out in the header.

0 lines of code changed in 20 files:

  • CCA/Components/Wasatch/Expressions/Particles: ParticleBodyForce.h (new), ParticleDensity.h (changed), ParticleDragCoefficient.h (new), ParticleDragForce.h (new), ParticleGasMomentumSrc.h (new), ParticleInitialization.h (changed), ParticleMomentumRHS.h (new), ParticlePositionRHS.h (changed), ParticleRe.h (changed), ParticleResponseTime.h (changed)
jsutherland 2015-12-10 14:47 Rev.: 54520

Minor cleanup on some particle stuff.

60 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/Particles: ParticlePositionRHS.h (+18 -46), ParticleRe.h (+19 -40), ParticleResponseTime.h (+23 -47)
tsaad 2015-12-07 16:18 Rev.: 54500

Change the Wasatch namespace to WasatchCore to avoid conflicts with the Wasatch class.

8 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/Particles: ParticleGasMomentumSrc.h (+2 -2), ParticleInitialization.h (+6 -6)
tsaad 2015-10-28 14:39 Rev.: 54230

improve particle initialization (randomIC) to avoid gaps near patch boundaries. This will break all particle RT.

6 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/Particles: ParticleInitialization.h (+6 -6)
tsaad 2015-10-28 10:46 Rev.: 54227

Fix a very bad bug when running particle transport with periodic boundaries. The bug had to do with particle positions not being properly reassigned when said particles cycle through a periodic boundary. Given that the ParticlesHelper uses 3 ParticleVariables (double) to track particle position, the fix was to re-sync the Uintah particle position vector with the 3 particle coordinates after particle relocation.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/Particles: ParticleDragForce.h (+1 -3)
jsutherland 2015-03-02 18:55 Rev.: 53165

Remove superfluous semicolon that triggers compiler warnings on some compilers.

16 lines of code changed in 9 files:

  • CCA/Components/Wasatch/Expressions/Particles: ParticleBodyForce.h (+2 -2), ParticleDensity.h (+1 -1), ParticleDragCoefficient.h (+1 -1), ParticleDragForce.h (+2 -2), ParticleGasMomentumSrc.h (+1 -1), ParticleMomentumRHS.h (+1 -1), ParticlePositionRHS.h (+1 -1), ParticleRe.h (+5 -5), ParticleResponseTime.h (+2 -2)
tsaad 2015-02-10 12:39 Rev.: 53093

another refactor of the create_field_request interface.

44 lines of code changed in 9 files:

  • CCA/Components/Wasatch/Expressions/Particles: ParticleBodyForce.h (+6 -6), ParticleDensity.h (+2 -2), ParticleDragCoefficient.h (+1 -1), ParticleDragForce.h (+8 -8), ParticleGasMomentumSrc.h (+6 -6), ParticleMomentumRHS.h (+2 -2), ParticlePositionRHS.h (+1 -1), ParticleRe.h (+12 -12), ParticleResponseTime.h (+6 -6)
tsaad 2015-02-10 09:35 Rev.: 53091

Refactor Wasatch to use the new ExprLib Interface that allows us to specify the number of ghosts at runtime. This is a major commit.

200 lines of code changed in 10 files:

  • CCA/Components/Wasatch/Expressions/Particles: ParticleBodyForce.h (+20 -45), ParticleDensity.h (+8 -27), ParticleDragCoefficient.h (+8 -41), ParticleDragForce.h (+27 -50), ParticleGasMomentumSrc.h (+53 -77), ParticleInitialization.h (-51), ParticleMomentumRHS.h (+8 -50), ParticlePositionRHS.h (+5 -26), ParticleRe.h (+52 -73), ParticleResponseTime.h (+19 -47)
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.

1 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/Particles: sub.mk (new)
Generated by StatSVN 0.7.0