[root]/CCA/Components/MPM
CohesiveZone
(5 files, 848 lines)
ConstitutiveModel
(74 files, 47832 lines)
PlasticityModels
(113 files, 16324 lines)
UnusedCM
(31 files, 14487 lines)
fortran
(6 files, 1762 lines)
Contact
(21 files, 3857 lines)
Crack
(29 files, 10684 lines)
CylGen
(8 files, 1666 lines)
HeatConduction
(5 files, 1836 lines)
MMS
(3 files, 0 lines)
ParticleCreator
(13 files, 2298 lines)
PhysicalBC
(19 files, 2764 lines)
ThermalContact
(9 files, 798 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 98 (100.0%) | 483 (100.0%) | 4.9 |
guilkey | 13 (13.3%) | 234 (48.4%) | 18.0 |
harman | 16 (16.3%) | 163 (33.7%) | 10.1 |
jas | 56 (57.1%) | 41 (8.5%) | 0.7 |
kamojjala | 7 (7.1%) | 26 (5.4%) | 3.7 |
jsutherland | 4 (4.1%) | 14 (2.9%) | 3.5 |
dav | 2 (2.0%) | 5 (1.0%) | 2.5 |
Populate computeStableTimestep and friends to allow a multilevel MPM problem
to be run.
0 lines of code changed in 2 files:
Added three MMS problems as runtime options in MPM tree.
26 lines of code changed in 7 files:
iterate()
- changed the convergence criteria. If the max values for
dispIncNorm or dispIncQNorm are less than their respective
tolerances then the system is converged. This fixes the issue
if dispIncNorm & dispIncNormMax are both epsilon.
0 lines of code changed in 2 files:
actuallyInitialize()
- added a warning that anything other than linear interpolation may not work.
- added bulletproofing. Throw an exception if the proper number of ghost cells
are not specified for a particular interpolator.
33 lines of code changed in 1 file:
removeFixedDOFHeat()
added debugging code to output A & B to files
0 lines of code changed in 2 files:
Update copyright year.
30 lines of code changed in 54 files:
The switcher related code and tasks are now consistent with the implementation in
IMPM and MPMICE.
22 lines of code changed in 2 files:
OntheFlyAnalysis:lineExtract
- The default matl is 0 but the user override that by specifying:
<material> [name of matl] <material> or
<materialIndex> <materialIndex>.
MPMArches can now use the DataAnalysis utilities.
1 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.
1 lines of code changed in 1 file:
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:
Eliminate "using namespace std" and similar from header files. That is a big no-no!
14 lines of code changed in 4 files:
partitionOfUnity()
delete interpolator
3 lines of code changed in 1 file:
added task that computes the partion of unity on the particles.
This task _assumes_ that the neighboring
patch is properly computing the weights for that the neighbor patch particles.
82 lines of code changed in 2 files:
Commenting changes.
3 lines of code changed in 1 file:
Putting back the setBC on internalforce. I need to ponder a bit more before
committing to this.
4 lines of code changed in 1 file:
Remove setting the symmetry BC on internal force.
0 lines of code changed in 1 file:
Commenting out the computation of gNumNearParticles as it appears to not be used
6 lines of code changed in 1 file:
Check if object exists before looking for the PetscCookie.
7 lines of code changed in 1 file:
(7 more)