Directory CCA/Components/MPM/

Total Files:
30
Deleted Files:
0
Lines of Code:
21230

[root]/CCA/Components/MPM
                directory in repo CohesiveZone (5 files, 848 lines)
                directory in repo ConstitutiveModel (74 files, 47832 lines)
                    directory in repo PlasticityModels (113 files, 16324 lines)
                    directory in repo UnusedCM (31 files, 14487 lines)
                    directory in repo fortran (6 files, 1762 lines)
                directory in repo Contact (21 files, 3857 lines)
                directory in repo Crack (29 files, 10684 lines)
                directory in repo CylGen (8 files, 1666 lines)
                directory in repo HeatConduction (5 files, 1836 lines)
                directory in repo MMS (3 files, 0 lines)
                directory in repo ParticleCreator (13 files, 2298 lines)
                directory in repo PhysicalBC (19 files, 2764 lines)
                directory in repo ThermalContact (9 files, 798 lines)

Lines of Code

CCA/Components/MPM/ Lines of Code

Developers

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

Most Recent Commits

guilkey 2011-10-19 17:56 Rev.: 47749

Populate computeStableTimestep and friends to allow a multilevel MPM problem
to be run.

0 lines of code changed in 2 files:

  • CCA/Components/MPM: SerialMPM.cc (changed)
kamojjala 2011-09-26 11:13 Rev.: 47635

Added three MMS problems as runtime options in MPM tree.

26 lines of code changed in 7 files:

  • CCA/Components/MPM: MPMFlags.cc (new), MPMFlags.h (new), SerialMPM.cc (+8), sub.mk (new)
harman 2011-09-15 11:05 Rev.: 47594

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:

  • CCA/Components/MPM: ImpMPM.cc (new)
harman 2011-09-15 10:42 Rev.: 47593

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:

  • CCA/Components/MPM: ImpMPM.cc (+33 -1)
harman 2011-09-14 10:10 Rev.: 47585

removeFixedDOFHeat()
added debugging code to output A & B to files

0 lines of code changed in 2 files:

  • CCA/Components/MPM: PetscSolver.cc (new)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

30 lines of code changed in 54 files:

  • CCA/Components/MPM: AMRMPM.cc (+1 -1), AMRMPM.h (+1 -1), FakePetscSolver.cc (new), FractureMPM.cc (+1 -1), FractureMPM.h (+1 -1), ImpMPM.cc (+1 -1), ImpMPM.h (new), ImpMPMFlags.cc (+1 -1), ImpMPMFlags.h (+1 -1), MPMBoundCond.cc (+1 -1), MPMBoundCond.h (new), MPMCommon.cc (+1 -1), MPMCommon.h (new), MPMFlags.cc (+1 -1), MPMFlags.h (+1 -1), PetscSolver.cc (+1 -1), PetscSolver.h (new), RigidMPM.cc (new), RigidMPM.h (+1 -1), SerialMPM.cc (+1 -1), SerialMPM.h (+1 -1), ShellMPM.cc (+1 -1), ShellMPM.h (new), SimpleSolver.cc (+1 -1), SimpleSolver.h (new), Solver.cc (+1 -1), Solver.h (+1 -1), raw2pts.cc (new), sub.mk (+1 -1), uintahshare.h (new)
harman 2011-08-24 15:50 Rev.: 47512

The switcher related code and tasks are now consistent with the implementation in
IMPM and MPMICE.

22 lines of code changed in 2 files:

  • CCA/Components/MPM: SerialMPM.cc (+19 -28), SerialMPM.h (+3 -6)
harman 2011-08-19 17:14 Rev.: 47494


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:

  • CCA/Components/MPM: SerialMPM.cc (+1 -1)
guilkey 2011-08-18 13:22 Rev.: 47485

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:

  • CCA/Components/MPM: SerialMPM.cc (+1 -3)
guilkey 2011-08-17 16:07 Rev.: 47480

Cleaning up the applyExternalForce code in the process of trying to find a bug.

40 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+40 -58)
guilkey 2011-08-17 12:49 Rev.: 47476

Fixed two typos that resulted in compiler errors.

2 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+2 -3)
guilkey 2011-08-17 12:27 Rev.: 47475

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:

  • CCA/Components/MPM: MPMFlags.cc (+5 -1), SerialMPM.cc (+72 -59)
jsutherland 2011-07-12 23:04 Rev.: 47324

Eliminate "using namespace std" and similar from header files. That is a big no-no!

14 lines of code changed in 4 files:

  • CCA/Components/MPM: MPMCommon.cc (+1), PetscSolver.h (-4), SerialMPM.h (+10 -10), SimpleSolver.h (+3 -3)
harman 2011-06-15 08:55 Rev.: 47255

partitionOfUnity()
delete interpolator

3 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+3 -4)
harman 2011-06-13 15:12 Rev.: 47250

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:

  • CCA/Components/MPM: AMRMPM.cc (+69 -3), AMRMPM.h (+13 -1)
guilkey 2011-06-01 15:51 Rev.: 47230

Commenting changes.

3 lines of code changed in 1 file:

  • CCA/Components/MPM: ImpMPM.cc (+3 -5)
guilkey 2011-04-07 16:46 Rev.: 47061

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:

  • CCA/Components/MPM: SerialMPM.cc (+4)
guilkey 2011-04-06 10:31 Rev.: 47056

Remove setting the symmetry BC on internal force.

0 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (-4)
guilkey 2011-03-28 14:29 Rev.: 47006

Commenting out the computation of gNumNearParticles as it appears to not be used

6 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+6 -6)
jas 2011-02-13 13:16 Rev.: 46832

Check if object exists before looking for the PetscCookie.

7 lines of code changed in 1 file:

  • CCA/Components/MPM: PetscSolver.cc (+7 -4)

(7 more)

Generated by StatSVN 0.4.0