Directory Packages/Uintah/CCA/Components/MPM/

Total Files:
28
Deleted Files:
2
Lines of Code:
14480

[root]/Packages/Uintah/CCA/Components/MPM
                        directory in repo ConstitutiveModel (58 files, 33425 lines)
                            directory in repo PlasticityModels (71 files, 9079 lines)
                                directory in repo Validation (10 files, 4063 lines)
                            directory in repo UnusedCM (1 files, 315 lines)
                        directory in repo Contact (16 files, 3200 lines)
                        directory in repo Crack (7 files, 5853 lines)
                        directory in repo HeatConduction (6 files, 1713 lines)
                        directory in repo ParticleCreator (15 files, 1916 lines)
                        directory in repo PhysicalBC (7 files, 387 lines)
                        directory in repo ThermalContact (2 files, 194 lines)

Lines of Code

Packages/Uintah/CCA/Components/MPM/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 253 (100.0%) 6139 (100.0%) 24.2
guilkey 72 (28.5%) 3772 (61.4%) 52.3
jas 94 (37.2%) 1818 (29.6%) 19.3
worthen 52 (20.6%) 207 (3.4%) 3.9
dav 12 (4.7%) 141 (2.3%) 11.7
harman 17 (6.7%) 140 (2.3%) 8.2
mjc 4 (1.6%) 49 (0.8%) 12.2
banerjee 1 (0.4%) 11 (0.2%) 11.0
dgroulx 1 (0.4%) 1 (0.0%) 1.0

Most Recent Commits

guilkey 2006-12-21 12:30 Rev.: 36248

Don't need shape function derivatives in interpolateToParticlesAndUpdate.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: SerialMPM.cc (new)
guilkey 2006-12-21 11:45 Rev.: 36246

Added a new version of findCellAndWeights to LinearInterpolator, now used
in AMRMPM.cc. Seems to work on a single level, not tested on multiple levels
yet.

67 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+67 -27)
worthen 2006-12-18 22:29 Rev.: 36197

Consolidate SPRelocate into MPIRelocate

Next step in scheduling coarsen and refining particles

9 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+6 -3), AMRMPM.h (+3)
guilkey 2006-12-18 14:55 Rev.: 36189

Fixed some bugs in the zone of influence code.

28 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+28 -7)
guilkey 2006-12-18 11:18 Rev.: 36186

Add zone of influence stuff.

11 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.h (+11)
guilkey 2006-12-15 20:01 Rev.: 36178

Added a task to compute the "zone of influence" of each node. This is
currently done every timestep, but needs to be changed to only happen
at regrid time.

151 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+151)
guilkey 2006-12-15 16:13 Rev.: 36169

Getting particle data from coarser and finer patches for
interpolateParticlesToGrid. Pushing data from all particles
to grid, although not quite yet in the correct way.

79 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+79 -117)
guilkey 2006-12-14 14:46 Rev.: 36136

Now getting data from coarser and finer levels for use in
interpolateParticlesToGrid. Collection of data from the finer
level needs to be optimized.

131 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+131 -21)
guilkey 2006-12-12 14:33 Rev.: 36095

Two more babysteps toward AMR-MPM. 1. scheduleTimeAdvance is split into
several loops over all levels with considerations of data dependencies across
levels taken into account. 2. Collecting data from coarser and finer
levels for use in interpolateToParticlesAndUpdate.

112 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+112 -19)
worthen 2006-11-17 09:50 Rev.: 35875

Add AMRMPM to compile list

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: sub.mk (changed)
guilkey 2006-11-16 19:51 Rev.: 35873

Created a stripped down version of SerialMPM to be a place to start working
on implementing AMR within Uintah's MPM. Also, fixed a few small issues
in SerialMPM discovered as part of this process.

2121 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM: AMRMPM.cc (+1777), AMRMPM.h (+340), SerialMPM.cc (+4 -1)
guilkey 2006-11-15 14:06 Rev.: 35859

Added some commented out option for use with super_lu.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: PetscSolver.cc (new)
jas 2006-11-09 14:21 Rev.: 35833

Add assembleVector() between inserting values and adding values.

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: PetscSolver.cc (+3)
jas 2006-11-09 14:18 Rev.: 35832

Remove debugging output.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/MPM: ImpMPM.cc (changed)
jas 2006-11-03 15:23 Rev.: 35788

Fix memory leak detected by valgrind.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: PetscSolver.cc (+1)
guilkey 2006-11-02 15:40 Rev.: 35770

1. Only compute internal force for non-rigid materials.
2. Redo internal force calculation within interpolateStressToGrid,
where boundary reaction forces are also computed. This gives a more
accurate reaction force as it is based on the converged state stress.

80 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: ImpMPM.cc (+80 -62)
worthen 2006-10-31 13:49 Rev.: 35737

Remove concept of time-refinement from Grid, and store whether the sim is lockstep in SharedState. Have components compute delt based on the level it's on and have the SimulationController worry about the inter-level constraints. (Also consolidate SimCnt::doInitialTimestepRegridding into doInitialTimestep and doRegridding)

3 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/MPM: ImpMPM.cc (+2 -4), RigidMPM.cc (new)
jas 2006-10-30 14:44 Rev.: 35719

Comment out the options_table value in initialize().

7 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: PetscSolver.cc (+7 -7)
jas 2006-10-30 11:44 Rev.: 35713

Fix removeFixedDOFHeat when using petsc 2.2.1 and multiple processors.

20 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: PetscSolver.cc (+20 -6)
guilkey 2006-10-23 15:38 Rev.: 35671

Add compile time option for using the SuperLU_dist package via the
petsc interface. This is another direct solver package that seems to work
better than spooles.

18 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/MPM: PetscSolver.cc (+18 -7)

(83 more)

Generated by StatSVN 0.4.0