/trunk/src Developers: mhomel

Login name:
mhomel
Total Commits:
56 (0.5%)
Lines of Code:
11,073 (6.6%)
Most Recent Commit:
2014-11-28 20:27
Tweet this:
Tweet this

Activity by Clock Time

Activity by Hour of Day for mhomel

Activity by Day of Week for mhomel

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 56 (100.0%) 11073 (100.0%) 197.7
CCA/Components/MPM/ConstitutiveModel/ 54 (96.4%) 11028 (99.6%) 204.2
CCA/Components/MPM/ 1 (1.8%) 44 (0.4%) 44.0
StandAlone/tools/pfs/ 1 (1.8%) 1 (0.0%) 1.0

Activity of mhomel

Most Recent Commits

mhomel 2014-11-28 20:27 Rev.: 52764

Added p.velocity as a <geom_object><file><var> option for pts files with spatially varying initial velocity

1 lines of code changed in 1 file:

  • StandAlone/tools/pfs: pfs2.cc (+1)
mhomel 2014-10-13 17:19 Rev.: 52569

Added check to avoid state variable iterations when no porosity or fluid effects are present

0 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca3.cc (new)
mhomel 2014-10-02 16:43 Rev.: 52534

Modified the step division, and improved the algorithm for computing the interior point in nonHardeningReturn

134 lines of code changed in 3 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca3.cc (+99 -57), Arenisca4.cc (new)
mhomel 2014-09-26 18:26 Rev.: 52506

Added code that will hopefully prevent the code from hanging in the nonHardening return loop.

71 lines of code changed in 6 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca3.cc (+38 -11), Arenisca3.h (+1 -1), Arenisca4.cc (+31 -7), Arenisca4.h (+1 -1)
mhomel 2014-09-19 12:02 Rev.: 52470

Turned fastapproximatefunctions off by default. Can be enabled by #define MHfastfcns in Arenisca3.cc

30 lines of code changed in 4 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca.cc (new), Arenisca3.cc (+8 -4), Arenisca4.cc (+21 -7)
mhomel 2014-09-17 17:12 Rev.: 52456

Fixed the poisson scaling bug, previously fixed in Arenisca 3
-This line, and those below, will be ignored--

M ConstitutiveModel/Arenisca4.cc

1 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca4.cc (+1 -1)
mhomel 2014-09-17 16:33 Rev.: 52455

Fixed a bug in the step divide code, causing it to erroneously use an overly conservative dtep division.
New version is much faster and seems stable but let me know if you have any robustness issues.

51 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca3.cc (+27 -13), Arenisca4.cc (+24 -13)
mhomel 2014-09-14 21:39 Rev.: 52443

Added Lode angle dependence with Mohr Coulomb and Gudehus options. Added inputs for Lode angle functions and max princ stress.
Replaced some functions with lookup tables but still slow.

128 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca4.cc (+124 -167), Arenisca4.h (+4 -4)
mhomel 2014-09-14 20:13 Rev.: 52442

changed input types for Arenisca4 3rd invariant dependence paramters

110 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca4.cc (+110 -25)
mhomel 2014-09-14 19:34 Rev.: 52440

Arenisca 4 no working with structure to support 3rd invariant dependence. Passes the A3 benchmarks.
Still needs inputs for Lode angle function and faster implementation.

205 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca4.cc (+201 -79), Arenisca4.h (+4)
mhomel 2014-09-10 03:37 Rev.: 52410

Eliminated the requirement for monotonically increasing insertParticle() times

44 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+44 -52)
mhomel 2014-09-10 03:33 Rev.: 52409

Fixed a typo in the poisson scaling for arenisca3. Rewrote Arenisca4 to allow for 3rd invariant dependence. It builds but has not been tested yet at all.

1618 lines of code changed in 4 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca3.cc (+4 -4), Arenisca3.h (+17 -17), Arenisca4.cc (+1495 -1137), Arenisca4.h (+102 -44)
mhomel 2014-09-03 01:07 Rev.: 52380

added pressure dependent Poisson scaling, and cleaned up some old ifdef

135 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca3.cc (+134 -82), Arenisca3.h (+1 -2)
mhomel 2014-08-28 19:02 Rev.: 52364

Added input error checking, scaling of elastic properties with disaggregation (timestep control).
Also moved computation of sqrt(3k/2g) and limit paramters out of deep loops for significant
efficiency gain.

201 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca3.cc (+189 -55), Arenisca3.h (+12 -12)
mhomel 2014-08-26 20:37 Rev.: 52351

Added support for disaggregation strain initialization to define a continuous variable density jet, also fixed eve to use defgrad_new and fixed comments

87 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca3.cc (+81 -46), Arenisca3.h (+6 -1)
mhomel 2014-08-25 15:19 Rev.: 52345

Added support for variability. "coher" is now passed through functions and used to perturb peakI1.

207 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca3.cc (+190 -246), Arenisca3.h (+17 -26)
mhomel 2014-08-25 00:29 Rev.: 52342

modified Arenisca3 to improve speed, using fast approximate functions for certain pow and exp and a lookup table

1672 lines of code changed in 3 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca3.cc (+62 -18), Arenisca3.h (+2), fastapproximatefunctions.h (new 1608)
mhomel 2014-08-23 03:04 Rev.: 52341

Added rate dependence, cleaned up the code.

160 lines of code changed in 2 files:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca3.cc (+157 -205), Arenisca3.h (+3 -13)
mhomel 2014-08-13 10:13 Rev.: 52299

added .h file to go with last night's changes

12 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca3.h (+12 -1)
mhomel 2014-08-12 23:18 Rev.: 52296

added support for nonlinear drucker prager, changed subcyle input parameter, and cleaned up shear limit code

130 lines of code changed in 1 file:

  • CCA/Components/MPM/ConstitutiveModel: Arenisca3.cc (+130 -104)

(8 more)

Generated by StatSVN 0.7.0