Directory CCA/Components/MPM/CohesiveZone/

Total Files:
5
Deleted Files:
0
Lines of Code:
14

[root]/CCA/Components/MPM/CohesiveZone

Lines of Code

CCA/Components/MPM/CohesiveZone/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 51 (100.0%) 1065 (100.0%) 20.8
guilkey 29 (56.9%) 998 (93.7%) 34.4
harman 7 (13.7%) 53 (5.0%) 7.5
jas 14 (27.5%) 13 (1.2%) 0.9
luitjens 1 (2.0%) 1 (0.1%) 1.0

Most Recent Commits

guilkey 2010-11-16 21:58 Rev.: 46473

Fixed outputProblemSpec to insert the correct tag of cohesive_zone instead of
material.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/CohesiveZone: CZMaterial.cc (changed)
harman 2010-11-02 15:10 Rev.: 46426

cleaned out unnecessary
#includes

Added some formatting and documentation.

0 lines of code changed in 2 files:

  • CCA/Components/MPM/CohesiveZone: CohesiveZone.cc (new)
guilkey 2010-10-27 21:01 Rev.: 46396

Pulled the code that does rotation into the CZMaterial code as a function.

70 lines of code changed in 3 files:

  • CCA/Components/MPM/CohesiveZone: CZMaterial.cc (+67), CZMaterial.h (+3)
guilkey 2010-10-27 20:33 Rev.: 46395

Make execution of the code to do rotations of the CZ directions optional.
Default to false for now.

10 lines of code changed in 2 files:

  • CCA/Components/MPM/CohesiveZone: CZMaterial.cc (+8), CZMaterial.h (+2)
harman 2010-07-16 12:27 Rev.: 45883

removed
using namespace SCIRun

0 lines of code changed in 1 file:

  • CCA/Components/MPM/CohesiveZone: CZMaterial.cc (-1)
luitjens 2010-07-15 17:44 Rev.: 45868

Undid Todd's SCIRun rampage until the explode2D segfault is figured out.

1 lines of code changed in 1 file:

  • CCA/Components/MPM/CohesiveZone: CZMaterial.cc (+1)
harman 2010-07-15 15:52 Rev.: 45860

removed
using namespace Uintah;

0 lines of code changed in 1 file:

  • CCA/Components/MPM/CohesiveZone: CZMaterial.cc (-1)
guilkey 2010-06-04 11:01 Rev.: 45689

Add capability for Cohesive Zones to fail upon exceeding currently hardwired
values of their normal and tangential displacements, relative to the
characteristic values of each.

10 lines of code changed in 4 files:

  • CCA/Components/MPM/CohesiveZone: CZMaterial.cc (+3 -5), CohesiveZone.cc (+6), CohesiveZone.h (+1)
harman 2010-04-21 15:46 Rev.: 45560

Throw an exception if either the top or bottom materials in the input file is not
a MPM material.

27 lines of code changed in 1 file:

  • CCA/Components/MPM/CohesiveZone: CohesiveZone.cc (+27 -1)
harman 2010-04-19 16:23 Rev.: 45552

Global variable name change
cz_state -> d_cz_state
cz_state_preReloc -> d_cz_state_preReloc

Initialize cellNAZID as an (int) not a (double)

26 lines of code changed in 2 files:

  • CCA/Components/MPM/CohesiveZone: CohesiveZone.cc (+25 -25), CohesiveZone.h (+1 -1)
guilkey 2010-03-18 18:43 Rev.: 45447

Fix a bug such that I don't try to create cohesive zones that are outside of
the computational domain.

4 lines of code changed in 1 file:

  • CCA/Components/MPM/CohesiveZone: CohesiveZone.cc (+4 -3)
jas 2010-03-09 10:28 Rev.: 45420

Update copyright dates.

1 lines of code changed in 2 files:

  • CCA/Components/MPM/CohesiveZone: sub.mk (+1 -1)
jas 2010-03-08 14:00 Rev.: 45409

Update copyright dates

4 lines of code changed in 4 files:

  • CCA/Components/MPM/CohesiveZone: CZMaterial.cc (+1 -1), CZMaterial.h (+1 -1), CohesiveZone.cc (+1 -1), CohesiveZone.h (+1 -1)
jas 2010-03-08 10:54 Rev.: 45405

Undoing commit 45403

4 lines of code changed in 4 files:

  • CCA/Components/MPM/CohesiveZone: CZMaterial.cc (+1 -1), CZMaterial.h (+1 -1), CohesiveZone.cc (+1 -1), CohesiveZone.h (+1 -1)
jas 2010-03-07 23:13 Rev.: 45403

Update copyright date.

4 lines of code changed in 4 files:

  • CCA/Components/MPM/CohesiveZone: CZMaterial.cc (+1 -1), CZMaterial.h (+1 -1), CohesiveZone.cc (+1 -1), CohesiveZone.h (+1 -1)
guilkey 2010-02-22 13:13 Rev.: 45367

Progress on cohesive zones. Should fix memory leak in RT as well.

7 lines of code changed in 1 file:

  • CCA/Components/MPM/CohesiveZone: CohesiveZone.cc (+7 -6)
guilkey 2010-02-19 19:06 Rev.: 45365

More progress on cohesive zones.

2 lines of code changed in 1 file:

  • CCA/Components/MPM/CohesiveZone: CohesiveZone.cc (+2 -2)
guilkey 2010-02-17 13:34 Rev.: 45358

Add additional variables to the cohesive zone data type.

17 lines of code changed in 2 files:

  • CCA/Components/MPM/CohesiveZone: CohesiveZone.cc (+16 -5), CohesiveZone.h (+1)
guilkey 2010-02-16 20:13 Rev.: 45355

Further progress on CohesiveZones. This involved adding an additional instance of Relocate to the SchedulerCommon class, so that the first call to
scheduleParticleRelocate didn't get overwritten by the second.

3 lines of code changed in 1 file:

  • CCA/Components/MPM/CohesiveZone: CohesiveZone.cc (+3)
guilkey 2010-02-12 17:35 Rev.: 45349

More progress on cohesive zones. It almost runs!

Commit being made as I walk out the door until Tuesday...

4 lines of code changed in 2 files:

  • CCA/Components/MPM/CohesiveZone: CZMaterial.cc (+2 -2), CohesiveZone.cc (+2)

(3 more)

Generated by StatSVN 0.4.0