[root]/CCA/Components/MPM/CohesiveZone
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 |
Fixed outputProblemSpec to insert the correct tag of cohesive_zone instead of
material.
0 lines of code changed in 2 files:
cleaned out unnecessary
#includes
Added some formatting and documentation.
0 lines of code changed in 2 files:
Pulled the code that does rotation into the CZMaterial code as a function.
70 lines of code changed in 3 files:
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:
removed
using namespace SCIRun
0 lines of code changed in 1 file:
Undid Todd's SCIRun rampage until the explode2D segfault is figured out.
1 lines of code changed in 1 file:
removed
using namespace Uintah;
0 lines of code changed in 1 file:
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:
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:
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:
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:
Update copyright dates.
1 lines of code changed in 2 files:
Update copyright dates
4 lines of code changed in 4 files:
Undoing commit 45403
4 lines of code changed in 4 files:
Update copyright date.
4 lines of code changed in 4 files:
Progress on cohesive zones. Should fix memory leak in RT as well.
7 lines of code changed in 1 file:
More progress on cohesive zones.
2 lines of code changed in 1 file:
Add additional variables to the cohesive zone data type.
17 lines of code changed in 2 files:
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:
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:
(3 more)