Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 193 (100.0%) | 1413 (100.0%) | 7.3 |
CCA/Components/MPM/ | 50 (25.9%) | 857 (60.7%) | 17.1 |
CCA/Components/MPM/ConstitutiveModel/ | 14 (7.3%) | 137 (9.7%) | 9.7 |
CCA/Components/MPM/Contact/ | 18 (9.3%) | 104 (7.4%) | 5.7 |
CCA/Components/Models/FluidsBased/ | 20 (10.4%) | 48 (3.4%) | 2.4 |
CCA/Components/MPM/PhysicalBC/ | 4 (2.1%) | 47 (3.3%) | 11.7 |
Core/GeometryPiece/ | 8 (4.1%) | 41 (2.9%) | 5.1 |
Core/Disclosure/ | 8 (4.1%) | 30 (2.1%) | 3.7 |
CCA/Components/MPM/ParticleCreator/ | 4 (2.1%) | 24 (1.7%) | 6.0 |
CCA/Components/ICE/ | 4 (2.1%) | 23 (1.6%) | 5.7 |
CCA/Components/Models/HEChem/ | 20 (10.4%) | 20 (1.4%) | 1.0 |
CCA/Components/MPM/ConstitutiveModel/PlasticityModels/ | 3 (1.6%) | 20 (1.4%) | 6.6 |
R_Tester/ | 5 (2.6%) | 11 (0.8%) | 2.2 |
Core/Util/ | 3 (1.6%) | 10 (0.7%) | 3.3 |
Core/Labels/ | 5 (2.6%) | 8 (0.6%) | 1.6 |
CCA/Components/MPMICE/ | 3 (1.6%) | 8 (0.6%) | 2.6 |
CCA/Components/MPM/CohesiveZone/ | 3 (1.6%) | 7 (0.5%) | 2.3 |
Core/Geometry/ | 2 (1.0%) | 6 (0.4%) | 3.0 |
Core/Grid/ | 2 (1.0%) | 4 (0.3%) | 2.0 |
CCA/Components/Models/SolidReactionModel/ | 2 (1.0%) | 3 (0.2%) | 1.5 |
Core/Grid/Variables/ | 2 (1.0%) | 2 (0.1%) | 1.0 |
StandAlone/tools/puda/ | 7 (3.6%) | 1 (0.1%) | 0.1 |
StandAlone/tools/extractors/ | 1 (0.5%) | 1 (0.1%) | 1.0 |
CCA/Ports/ | 1 (0.5%) | 1 (0.1%) | 1.0 |
StandAlone/ | 2 (1.0%) | 0 (0.0%) | 0.0 |
Core/Math/ | 2 (1.0%) | 0 (0.0%) | 0.0 |
Replace "length" in the cohesive zone code with "area" which is what it really
should have been called in the first place.
27 lines of code changed in 8 files:
Add ability to compare ParticleVariable<IntVector>
0 lines of code changed in 2 files:
Dumb things down a bit so that the switchEx3 test will pass. Basically, the arches
heat flux won't support multiple load curves per particle like the other PhysicalBCs.
6 lines of code changed in 1 file:
Removed commented out code from AMRMPM, fixed some more overlooked pLoadCurveID
in ImpMPM.
21 lines of code changed in 2 files:
Switch the load curve data type to IntVector as has already been done in the explicit
code.
18 lines of code changed in 1 file:
Particles can now be part of up to three load curves. This is particularly
useful for pressure BCs where pressure might be applied to more than one
face, now corner particles get contributions from both, with the resultant force
as the sum of the two forces from each face's load curve. This will break the
NairnFriction test in the RT.
147 lines of code changed in 22 files:
Add IntVector to the variables that have a swapbytes defined. Also added a
comment directing the next person to edit testEndian.h.in to get changes to
Endian.h. Thanks to Dav and Biswajit for their help.
10 lines of code changed in 3 files:
Goodbye FractureMPM. This hasn't been compiled for a long time, and is just
more and more in the way.
1 lines of code changed in 3 files:
Cosmetics...
7 lines of code changed in 1 file:
Adding a test to cover the "insert_particles" capability.
1 lines of code changed in 1 file:
Replacing the inclined plane sphere test with the "NairnFrictionTest" in which
a normal and tangential force is applied to a block on a plane, with friction
between the two. In addition, turned on a couple of other features, XPIC2 and
pressure stabilization.
1 lines of code changed in 1 file:
Adding an MPM problem that exercises axisymmetry and affine transformation of
geometry objects.
2 lines of code changed in 1 file:
Adding further complexity to disks_complex, in particular periodic BCs and
increased run time. In turn, removing the periodic_disks test, and two of the
const_test runs. Additional tests to cover more features coming soon...
4 lines of code changed in 1 file:
Resurrect RMPMICE.
168 lines of code changed in 2 files:
Creating a THREADEDTESTS set. Currently only 1 test (Charpy),
added to NIGHTLY set of tests.
3 lines of code changed in 1 file:
Add MaxAbsElemComp which, in addition to returning the maximum component of
the matrix, also returns the indices where that element lives.
0 lines of code changed in 2 files:
schedule new MPM task in MPMICE also.
1 lines of code changed in 1 file:
Break interpolateToParticlesAndUpdate into two tasks. The new task computes
gradient (velocity, temperature, deformation) on the particles
(computeParticleGradients). I had intended to integrate these more closely for
efficiency, but the combinatorics of all possible options,
(e.g., XPIC, axisymmetry, etc.) made this daunting, so I'm opting for finer
grain tasks that might perform better anyway.
165 lines of code changed in 2 files:
More minor tweaks, comments.
4 lines of code changed in 1 file:
Move the conditional on scheduling setPrescribedMotion to scheduleTimeAdvance.
17 lines of code changed in 1 file:
(42 more)