[root]/Packages/Uintah/CCA/Components/MPM/Crack
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 120 (100.0%) | 7643 (100.0%) | 63.6 |
yguo | 63 (52.5%) | 3800 (49.7%) | 60.3 |
jas | 32 (26.7%) | 3445 (45.1%) | 107.6 |
dav | 5 (4.2%) | 339 (4.4%) | 67.8 |
worthen | 10 (8.3%) | 27 (0.4%) | 2.7 |
jones | 9 (7.5%) | 25 (0.3%) | 2.7 |
dgroulx | 1 (0.8%) | 7 (0.1%) | 7.0 |
Add in the options and the algorithms of calculating COD at the positions:
(1) the farthest point on the crack element at crack-front, and
(2) the intersection between the J integral contour and crack plane.
0 lines of code changed in 2 files:
Read in "CODOption" to control the position where the COD is calculated.
0 lines of code changed in 2 files:
Add in a parameter "CODOption": CODOption=0 (default value) means calculating COD at a fixed position; CODOption=1 means calculating COD at the farthest point on the crack element at crack-front; CODOption=2 means calculating COD at the intersection between the J integral contour and crack plane.
0 lines of code changed in 2 files:
Copy ReadAndDiscretize.cc to Crack.cc and start to reduce the functions
for reading in the cracks -- use instead the CrackGeometry classes.
2029 lines of code changed in 1 file:
Remove using std::abs for SGI build.
0 lines of code changed in 2 files:
Use <math.h> instead of <cmath> for SGI compiler.
2 lines of code changed in 1 file:
Remove the empty Fracture directory.
Add different crack structures: quad, curved quad, arc, elliptic, partial
elliptic, triangular, and null. Implement a general interface to reading
in cracks which will replace the functions in ReadAndDiscretizeCracks.cc.
1343 lines of code changed in 22 files:
Modify output the format of fracture parameters.
1 lines of code changed in 1 file:
Planar triangular cracks were generated into curved triangular cracks.
204 lines of code changed in 1 file:
Planar triangular cracks was generated into curved triangular cracks.
7 lines of code changed in 1 file:
Cosmetics: removed compiler warnings, untabified, indented, updated some parts to coding standard.
339 lines of code changed in 5 files:
Just a minor change in reading crack geometry.
11 lines of code changed in 1 file:
Add in time step interval for fracture parameters calculation and crack propagation simulation.
27 lines of code changed in 4 files:
Add in time step interval for fracture parameters calculation and crack propagation simulation.
8 lines of code changed in 1 file:
Combine general quad cracks and planar quad carcks together.
45 lines of code changed in 1 file:
Combine general quad cracks and planar quad carcks.
1 lines of code changed in 1 file:
Add in specification and discretization of general quad cracks. The geometry of a general quad crack is determined by node position and shape function.
482 lines of code changed in 1 file:
Add in specification of general quad cracks. The geometry of a general quad crack is determined by node position and shape function.
13 lines of code changed in 1 file:
Automatically activate the area integral in J-integral calculation if contour integral is less than zero.
7 lines of code changed in 1 file:
Discard the volume criterion for detecting crack surface contact. Modify the displacement criterion.
32 lines of code changed in 1 file:
(30 more)