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 |
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:
Added check to avoid state variable iterations when no porosity or fluid effects are present
0 lines of code changed in 2 files:
Modified the step division, and improved the algorithm for computing the interior point in nonHardeningReturn
134 lines of code changed in 3 files:
Added code that will hopefully prevent the code from hanging in the nonHardening return loop.
71 lines of code changed in 6 files:
Turned fastapproximatefunctions off by default. Can be enabled by #define MHfastfcns in Arenisca3.cc
30 lines of code changed in 4 files:
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:
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:
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:
changed input types for Arenisca4 3rd invariant dependence paramters
110 lines of code changed in 1 file:
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:
Eliminated the requirement for monotonically increasing insertParticle() times
44 lines of code changed in 1 file:
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:
added pressure dependent Poisson scaling, and cleaned up some old ifdef
135 lines of code changed in 2 files:
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:
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:
Added support for variability. "coher" is now passed through functions and used to perturb peakI1.
207 lines of code changed in 2 files:
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:
Added rate dependence, cleaned up the code.
160 lines of code changed in 2 files:
added .h file to go with last night's changes
12 lines of code changed in 1 file:
added support for nonlinear drucker prager, changed subcyle input parameter, and cleaned up shear limit code
130 lines of code changed in 1 file:
(8 more)