Directory CCA/Components/Wasatch/Expressions/PBE/

Total Files:
10
Deleted Files:
0
Lines of Code:
2293

[root]/CCA/Components/Wasatch/Expressions/PBE
                        directory in repo Precipitation (14 files, 1488 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 48 (100.0%) 687 (100.0%) 14.3
awabboud 14 (29.2%) 343 (49.9%) 24.5
tsaad 12 (25.0%) 234 (34.1%) 19.5
jsutherland 22 (45.8%) 110 (16.0%) 5.0

Most Recent Commits

awabboud 2013-10-11 14:57 Rev.: 51065

Move around the QMOM debug stream so that it only occurs if a problem arises, which avoids writing to the stream every single computation.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE: QMOM.h (new)
awabboud 2013-10-10 13:36 Rev.: 51057

Change the qmom debugging from ifdef output to a sci_debug stream. Change the warning for unrealizable momenets to a debug stream.

40 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: QMOM.h (+40 -39)
jsutherland 2013-10-03 11:21 Rev.: 51017

Cleaning up some namespace issues.

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: QMOM.h (-1)
awabboud 2013-09-27 13:31 Rev.: 50984

Add in an extra parameter for homogeneous nucleation. Add a check to keep aggregation efficiencies greater than 0. Eliminate numerical error in aggregation for 3rd moment by making it 0.

37 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE: Aggregation.h (+37 -33)
awabboud 2013-09-20 10:31 Rev.: 50972

Make some changes to the QMOM subgrid mixing model to maintain stability, and fix some index typos from the refactor.

39 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/PBE: MultiEnvMixingModel.h (new), MultiEnvSource.h (new)
jsutherland 2013-09-13 10:26 Rev.: 50934

Commit on Abhishek's behalf. Minor changes getting some things ready for Wasatch to use GPUs.

19 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE: Birth.h (new)
jsutherland 2013-08-06 12:29 Rev.: 50771

Apparently NVCC doesn't like BOOST_FOREACH. Replace with old-style iterator loop to make NVCC happy.

6 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: Aggregation.h (+6 -6)
jsutherland 2013-08-01 16:20 Rev.: 50762

Use boost_foreach in a few places to clean up some code
Minor reformatting

21 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: Aggregation.h (+21 -20)
tsaad 2013-06-17 10:10 Rev.: 50511

use switch instead of if in Aggregation and Birth models.

116 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE: Aggregation.h (+28 -22), Birth.h (+88 -50)
tsaad 2013-06-17 09:43 Rev.: 50510

rename and initialize the enums that Alex just committed.

12 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE: Aggregation.h (+6 -6), Birth.h (+6 -6)
awabboud 2013-06-17 09:15 Rev.: 50508

Change strings for model types to enums for birth and aggregation kernels.

34 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE: Aggregation.h (+14 -12), Birth.h (+20 -16)
jsutherland 2013-06-14 09:47 Rev.: 50495

- for expressions that are ready for GPU execution, advertise this fact in their constructor. Note that this means that we must start to be very careful about putting anything in an evaluate() method that may break this!

- more cleanup.

64 lines of code changed in 15 files:

  • CCA/Components/Wasatch/Expressions/PBE: Aggregation.h (+11 -20), Birth.h (-9), BrownianAggregationCoefficient.h (+5 -12), Growth.h (+7 -14), MultiEnvAveMoment.h (new), MultiEnvMixingModel.h (+3 -10), MultiEnvSource.h (+13 -20), QMOM.h (-9), QuadratureClosure.h (new), TurbulentAggregationCoefficient.h (+10 -18)
tsaad 2013-05-29 15:39 Rev.: 50370

inline the multi-environment source expression. Inlining will set us for GPU execution.

4 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: MultiEnvSource.h (+4 -30)
tsaad 2013-05-29 15:18 Rev.: 50369

inline the multi-environment mixing model.

31 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/PBE: Aggregation.h (+1 -1), Birth.h (+1 -1), MultiEnvAveMoment.h (+1 -1), MultiEnvMixingModel.h (+28 -55)
tsaad 2013-05-29 14:34 Rev.: 50368

inline the multi-environment average moment expression.

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: MultiEnvAveMoment.h (+2 -25)
tsaad 2013-05-29 13:59 Rev.: 50367

inline the Aggregation expression.

33 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: Aggregation.h (+33 -179)
tsaad 2013-05-29 10:19 Rev.: 50364

cleanup birth expression and reduce code repetition by inlining the trapezoidal integration.

36 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: Birth.h (+36 -67)
awabboud 2013-04-01 12:42 Rev.: 50035

Add in a size and growth dependent collision efficiency kernal to the aggregation.

188 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE: Aggregation.h (+186 -68), TurbulentAggregationCoefficient.h (+2 -1)
jsutherland 2013-03-28 08:56 Rev.: 50023

Remove some superfluous includes.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE: Aggregation.h (-3), QuadratureClosure.h (-3)
awabboud 2013-01-16 10:20 Rev.: 49809

Fix a numerical error. This will change the qmom-realizable gold standard.

5 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: QMOM.h (+5 -1)
Generated by StatSVN 0.7.0