[root]/CCA/Components/Wasatch/Expressions/PBE
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 |
Refactoring expression registration & construction due to ExprLib refactor
144 lines of code changed in 10 files:
Formatting changes
9 lines of code changed in 1 file:
Revert the copyright date change that was done incorrectly.
1 lines of code changed in 2 files:
Update copyright year.
1 lines of code changed in 1 file:
Silence Wasatch compiler warnings.
12 lines of code changed in 2 files:
Silence some compiler warnings.
26 lines of code changed in 2 files:
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:
Minor cleanup after Tony's checkin.
124 lines of code changed in 5 files:
remove a printf statement.
1 lines of code changed in 1 file:
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: