Directory CCA/Components/Wasatch/Expressions/PBE/

Total Files:
6
Deleted Files:
0
Lines of Code:
-25

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 31 (100.0%) 1318 (100.0%) 42.5
tsaad 12 (38.7%) 1039 (78.8%) 86.5
jsutherland 16 (51.6%) 277 (21.0%) 17.3
jas 3 (9.7%) 2 (0.2%) 0.6

Most Recent Commits

jsutherland 2011-12-17 18:06 Rev.: 48022

Refactoring expression registration & construction due to ExprLib refactor

144 lines of code changed in 10 files:

  • CCA/Components/Wasatch/Expressions/PBE: BulkDiffusionGrowth.h (new), MonosurfaceGrowth.h (new), QMOM.h (new), QuadratureClosure.h (new), UniformGrowth.h (new)
jsutherland 2011-10-15 19:42 Rev.: 47724

Formatting changes

9 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: QMOM.h (+9 -15)
jas 2011-08-31 13:49 Rev.: 47539

Revert the copyright date change that was done incorrectly.

1 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE: sub.mk (new)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: sub.mk (+1 -1)
tsaad 2011-08-16 02:57 Rev.: 47457

Silence Wasatch compiler warnings.

12 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE: BulkDiffusionGrowth.h (+6 -6), MonosurfaceGrowth.h (+6 -6)
tsaad 2011-08-11 11:55 Rev.: 47442

Silence some compiler warnings.

26 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/PBE: BulkDiffusionGrowth.h (+13 -13), MonosurfaceGrowth.h (+13 -13)
tsaad 2011-08-03 16:09 Rev.: 47415

fix inconsistency in interior iterator loops when calculating quadrature environments for qmom. should use interior_begin() and interior_end() for all interior iterators.

5 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: QMOM.h (+5 -5)
jsutherland 2011-08-01 23:37 Rev.: 47401

Minor cleanup after Tony's checkin.

124 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Expressions/PBE: BulkDiffusionGrowth.h (+41 -38), MonosurfaceGrowth.h (+51 -42), QMOM.h (+11 -9), QuadratureClosure.h (+18 -15), UniformGrowth.h (+3 -1)
tsaad 2011-08-01 20:02 Rev.: 47400

remove a printf statement.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/PBE: QMOM.h (+1 -1)
tsaad 2011-08-01 15:52 Rev.: 47396

Add quadrature method of moments (QMOM) capability in Wasatch. This uses the product difference algorithm (PDA) to calculate the weight and abscissae of the transported moments. We use lapack to find the eigenvalues of the matrix setup by the PDA. TO DO: add regression test, finalize documentation, add fractional moments, and a convenient way to specify initial conditions for population balances.

995 lines of code changed in 6 files:

  • CCA/Components/Wasatch/Expressions/PBE: BulkDiffusionGrowth.h (+198), MonosurfaceGrowth.h (+197), QMOM.h (+294), QuadratureClosure.h (+147), UniformGrowth.h (+128), sub.mk (+31)
Generated by StatSVN 0.4.0