Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 178 (100.0%) | 4811 (100.0%) | 27.0 |
CCA/Components/MPM/CylGen/ | 10 (5.6%) | 1868 (38.8%) | 186.8 |
CCA/Components/MPM/ConstitutiveModel/ | 62 (34.8%) | 1537 (31.9%) | 24.7 |
Core/GeometryPiece/ | 14 (7.9%) | 397 (8.3%) | 28.3 |
CCA/Components/ICE/EOS/ | 9 (5.1%) | 326 (6.8%) | 36.2 |
CCA/Components/MPM/ | 13 (7.3%) | 234 (4.9%) | 18.0 |
CCA/Components/MPM/Contact/ | 11 (6.2%) | 182 (3.8%) | 16.5 |
CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ | 17 (9.6%) | 113 (2.3%) | 6.6 |
CCA/Components/ICE/ | 14 (7.9%) | 58 (1.2%) | 4.1 |
Core/Math/ | 3 (1.7%) | 56 (1.2%) | 18.6 |
CCA/Components/MPMICE/ | 4 (2.2%) | 13 (0.3%) | 3.2 |
CCA/Components/MPM/PhysicalBC/ | 2 (1.1%) | 12 (0.2%) | 6.0 |
StandAlone/tools/extractors/ | 2 (1.1%) | 7 (0.1%) | 3.5 |
CCA/Components/MPM/ConstitutiveModel/fortran/ | 6 (3.4%) | 6 (0.1%) | 1.0 |
CCA/Components/MPM/HeatConduction/ | 1 (0.6%) | 2 (0.0%) | 2.0 |
StandAlone/tools/puda/ | 6 (3.4%) | 0 (0.0%) | 0.0 |
R_Tester/ | 2 (1.1%) | 0 (0.0%) | 0.0 |
CCA/Components/MPM/CohesiveZone/ | 2 (1.1%) | 0 (0.0%) | 0.0 |
Modification so the RT will run. The problem, allocateAndPutting a variable
that wasn't computed. I thought we used to issue errors or warnings about
that?
0 lines of code changed in 2 files:
Add the option to apply contact in a direction that is normal to the surface
of an arbitrarily oriented rigid body.
To use, along with "rigid" or "specified" or "specified_velocity" (all
different names for the same model) include:
<normal_only>true</normal_only>
in the contact section of the input file. This flag is false by default.
When set to true, the <direction> tag will be ignored.
127 lines of code changed in 3 files:
Tidying and a bit of code rearranging. Might help performance a wee bit,
will help readability at least as much.
0 lines of code changed in 2 files:
Change:
Rotation_tang = Rotationz*Rotationy*Rotationz;
to:
Rotation_tang = Rotationz*Rotationy*Rotationx;
0 lines of code changed in 2 files:
Fix compiler warnings.
0 lines of code changed in 6 files:
Fix a few scheduling deficiencies that only showed up when trying to use the
model in a multi-level simulation.
0 lines of code changed in 2 files:
Fix water model so that it doesn't look like ice divided into cubes at patch
boundaries. Reformatting of Water and CompMooneyRivlin to make them easier to
compare with each other and thus find this error.
0 lines of code changed in 4 files:
Fix a warning.
0 lines of code changed in 2 files:
Populate computeStableTimestep and friends to allow a multilevel MPM problem
to be run.
0 lines of code changed in 2 files:
Change the axes about which the differently oriented torii are rotated.
0 lines of code changed in 2 files:
Added ability to rotate the axis of the torus about one other axis. Still not
totally general, but as close as I need it for now.
26 lines of code changed in 3 files:
Allow user to choose the axis around which the donut sits. Still requires
alignment with the x, y or z axes.
47 lines of code changed in 2 files:
Adding a torus geometry piece. At this point, the major axis of the torus
is aligned with the z-axis. Will generalize as the need arises.
311 lines of code changed in 6 files:
Now compute alpha0 from the specified material density and the density of
the fully densified material, rhoS. Also fix a discontinuity in the
unloading pressure.
20 lines of code changed in 1 file:
Set symmetry boundary conditions on the interpolated velocity AFTER applying contact.
This will probably change some answers (for the better!) in the RT.
9 lines of code changed in 1 file:
Fix a small bug in the pressure BCs. Now, a <res> tag must be included when
specifying an axisymmetric cylinder end in order to get the area of those
particles correct.
13 lines of code changed in 3 files:
Cleaning up the applyExternalForce code in the process of trying to find a bug.
40 lines of code changed in 1 file:
Fixed two typos that resulted in compiler errors.
2 lines of code changed in 1 file:
Add the option to use cpGIMP at runtime. This option should be used with
caution, and is not likely to perform well in problems involving signficant
rotation.
77 lines of code changed in 2 files:
Fixing a minor mistake in previous commit.
10 lines of code changed in 1 file:
(69 more)