[root]/Core/Math
TntJama
(26 files, 7967 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 136 (100.0%) | 143 (100.0%) | 1.0 |
jas | 116 (85.3%) | 93 (65.0%) | 0.8 |
guilkey | 16 (11.8%) | 50 (35.0%) | 3.1 |
luitjens | 2 (1.5%) | 0 (0.0%) | 0.0 |
harman | 2 (1.5%) | 0 (0.0%) | 0.0 |
Removed dead code.
0 lines of code changed in 2 files:
Add volume scaling to the Gaussian functionality.
0 lines of code changed in 4 files:
The Weibull distribution now expects a mean instead of a median. This change
is being made in order to make the Weibull interface more consistent with the
Gaussian interface.
0 lines of code changed in 4 files:
Change log(0.5) to log(2.0) and put a - sign in the right place to avoid
doing pow(-number,non_integer).
2 lines of code changed in 1 file:
Oops, in the previous commit, the old wrong code hadn't yet been commented out.
3 lines of code changed in 1 file:
Rewrite the unused prob function which was apparently incorrect.
10 lines of code changed in 1 file:
Picked apart the code a bit to make it easier to understand and modify. This
version does not change the answers.
16 lines of code changed in 1 file:
Add arguments to the Weibull constructor (an exponent value),
Gaussian constructor (an exponent value and a reference volume).
Not yet using any of these, that's next. Also added a particle volume as an
argument to the rand function for Gaussian. Updated the usage of these classes
in the relevant constitutive models.
19 lines of code changed in 4 files:
Possible fix for aliasing errors.
0 lines of code changed in 2 files:
Fix doxygen errors.
1 lines of code changed in 2 files:
Update copyright date.
10 lines of code changed in 20 files:
Update copyright dates
18 lines of code changed in 34 files:
Undoing commit 45403
32 lines of code changed in 30 files:
Update copyright date.
32 lines of code changed in 30 files: