Directory Packages/Uintah/CCA/Components/MPM/Crack/

Total Files:
28
Deleted Files:
3
Lines of Code:
7753

[root]/Packages/Uintah/CCA/Components/MPM/Crack

Lines of Code

Packages/Uintah/CCA/Components/MPM/Crack/ Lines of Code

Developers

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

Most Recent Commits

yguo 2005-11-07 13:53 Rev.: 32448

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:

  • Packages/Uintah/CCA/Components/MPM/Crack: FractureParametersCalculation.cc (new)
yguo 2005-11-07 13:51 Rev.: 32447

Read in "CODOption" to control the position where the COD is calculated.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/Crack: ReadAndDiscretizeCracks.cc (changed)
yguo 2005-11-07 13:50 Rev.: 32446

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:

  • Packages/Uintah/CCA/Components/MPM/Crack: Crack.h (new)
jas 2005-10-27 12:07 Rev.: 32335

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:

  • Packages/Uintah/CCA/Components/MPM/Crack: Crack.cc (new 2029)
jas 2005-10-24 06:07 Rev.: 32262

Remove using std::abs for SGI build.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM/Crack: CrackGeometry.cc (changed)
jas 2005-10-22 06:29 Rev.: 32253

Use <math.h> instead of <cmath> for SGI compiler.

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: CrackGeometry.cc (+2 -2)
jas 2005-10-21 21:54 Rev.: 32252

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:

  • Packages/Uintah/CCA/Components/MPM/Crack: ArcCrack.cc (new 156), ArcCrack.h (new 32), Crack.h (+3), CrackGeometry.cc (+37), CrackGeometry.h (new 35), CrackGeometryFactory.cc (new 57), CrackGeometryFactory.h (new 25), CurvedQuadCrack.cc (new 227), CurvedQuadCrack.h (new 37), EllipticCrack.cc (new 62), EllipticCrack.h (new 31), NullCrack.cc (new 30), NullCrack.h (new 28), PartialEllipticCrack.cc (new 64), PartialEllipticCrack.h (new 32), QuadCrack.cc (new 229), QuadCrack.h (new 37), ReadAndDiscretizeCracks.cc (+9 -2), TriangularCrack.cc (new 168), TriangularCrack.h (new 35), sub.mk (new)
yguo 2005-10-10 16:24 Rev.: 32097

Modify output the format of fracture parameters.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: FractureParametersCalculation.cc (+1 -1)
yguo 2005-10-10 16:22 Rev.: 32096

Planar triangular cracks were generated into curved triangular cracks.

204 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: ReadAndDiscretizeCracks.cc (+204 -190)
yguo 2005-10-10 16:01 Rev.: 32094

Planar triangular cracks was generated into curved triangular cracks.

7 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: Crack.h (+7 -4)
dav 2005-08-24 14:09 Rev.: 31690

Cosmetics: removed compiler warnings, untabified, indented, updated some parts to coding standard.

339 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/MPM/Crack: CrackSurfaceContact.cc (new), MoveCracks.cc (+29 -24), ReadAndDiscretizeCracks.cc (+270 -243)
yguo 2005-08-24 13:03 Rev.: 31682

Just a minor change in reading crack geometry.

11 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: ReadAndDiscretizeCracks.cc (+11 -15)
yguo 2005-08-09 15:03

Add in time step interval for fracture parameters calculation and crack propagation simulation.

27 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/MPM/Crack: FractureParametersCalculation.cc (+16 -23), ReadAndDiscretizeCracks.cc (+11 -25), UpdateCrackFront.cc (new)
yguo 2005-08-09 15:02 Rev.: 31444

Add in time step interval for fracture parameters calculation and crack propagation simulation.

8 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: Crack.h (+8 -8)
yguo 2005-08-02 16:15 Rev.: 31368

Combine general quad cracks and planar quad carcks together.

45 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: ReadAndDiscretizeCracks.cc (+45 -242)
yguo 2005-08-02 16:14 Rev.: 31367

Combine general quad cracks and planar quad carcks.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: Crack.h (+1 -8)
yguo 2005-08-02 14:31 Rev.: 31362

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:

  • Packages/Uintah/CCA/Components/MPM/Crack: ReadAndDiscretizeCracks.cc (+482 -204)
yguo 2005-08-02 14:30 Rev.: 31361

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:

  • Packages/Uintah/CCA/Components/MPM/Crack: Crack.h (+13)
yguo 2005-06-09 12:59 Rev.: 30637

Automatically activate the area integral in J-integral calculation if contour integral is less than zero.

7 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: FractureParametersCalculation.cc (+7 -4)
yguo 2005-06-09 12:53 Rev.: 30636

Discard the volume criterion for detecting crack surface contact. Modify the displacement criterion.

32 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM/Crack: CrackSurfaceContact.cc (+32 -34)

(30 more)

Generated by StatSVN 0.4.0