Directory CCA/Components/MPM/

Total Files:
16
Deleted Files:
0
Lines of Code:
25677

[root]/CCA/Components/MPM
                directory in repo CohesiveZone (5 files, 840 lines)
                directory in repo Core (9 files, 2874 lines)
                directory in repo Crack (29 files, 10552 lines)
                directory in repo HeatConduction (5 files, 1655 lines)
                directory in repo MMS (3 files, 441 lines)
                directory in repo Materials (3 files, 775 lines)
                    directory in repo ConstitutiveModel (70 files, 44219 lines)
                        directory in repo Biswajit (9 files, 8707 lines)
                            directory in repo ElasticityModels (30 files, 2526 lines)
                            directory in repo Models (53 files, 8571 lines)
                        directory in repo PlasticityModels (132 files, 19228 lines)
                        directory in repo PortableTongeRamesh (1 files, 204 lines)
                        directory in repo QuocAnh (16 files, 766 lines)
                        directory in repo UnusedCM (39 files, 24525 lines)
                        directory in repo ViscoElastic (7 files, 1777 lines)
                        directory in repo fortran (5 files, 1748 lines)
                    directory in repo Contact (23 files, 3164 lines)
                    directory in repo Diffusion (5 files, 294 lines)
                        directory in repo ConductivityModels (7 files, 390 lines)
                        directory in repo DiffusionInterfaces (7 files, 847 lines)
                        directory in repo DiffusionModels (11 files, 2498 lines)
                    directory in repo ParticleCreator (11 files, 2539 lines)
                directory in repo PhysicalBC (25 files, 3996 lines)
                directory in repo Solver (8 files, 1934 lines)
                directory in repo ThermalContact (9 files, 750 lines)

Lines of Code

CCA/Components/MPM/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 62 (100.0%) 974 (100.0%) 15.7
guilkey 29 (46.8%) 887 (91.1%) 30.5
harman 29 (46.8%) 78 (8.0%) 2.6
allen 4 (6.5%) 9 (0.9%) 2.2

Most Recent Commits

guilkey 2019-12-07 12:29 Rev.: 59878

Change the way in which colinear normals are computed.

0 lines of code changed in 2 files:

  • CCA/Components/MPM: SerialMPM.cc (changed)
guilkey 2019-08-22 17:14 Rev.: 59611

Bringing some of the changes from the branch into the trunk to ease the
upcoming merge.

40 lines of code changed in 5 files:

  • CCA/Components/MPM: AMRMPM.cc (+19 -16), SerialMPM.cc (+21 -18), SerialMPM.h (new)
guilkey 2019-08-22 15:00 Rev.: 59609

Two more lines.

0 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (-2)
guilkey 2019-08-22 14:58 Rev.: 59608

Getting rid of some commented out code.

0 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (-9)
guilkey 2019-08-12 08:57 Rev.: 59587

Repair data dependencies for gMass in computeNormals.

1 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+1 -2)
guilkey 2019-08-11 17:29 Rev.: 59582

Delete MPMF(racture) inputs.

Changes to FrictionContact. The traditional FrictionContact (friction) is
now FrictionContactBard (friction_bard). A new version based on John Nairn's
work is FrictionContactLR (friction_LR). For now, all input files are set to
use the old version so as to not wreak havoc on the RT.

549 lines of code changed in 5 files:

  • CCA/Components/MPM: AMRMPM.cc (+7 -2), SerialMPM.cc (+517 -11), SerialMPM.h (+20), SingleFieldMPM.cc (+5 -3)
guilkey 2019-08-09 14:15 Rev.: 59579

Cleaning up computeNormals to be consistent with branch code

14 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+14 -20)
harman 2019-06-10 16:29 Rev.: 59452

SerialMPM:
actuallyInitialize()
- loop over actual patch boundary faces. If the domain is periodic there are no faces.

* Added rmpmice regression test. Advection of a block through a corner of a periodic domain.

7 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+7 -2)
harman 2019-04-15 16:00 Rev.: 59347

actuallyInitialize()

Added call to GeometryPieceFactory::resetFactory() so the geom_pieces can be destroyed before
sus shutdown. Thanks Dav!



18 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+18 -7)
guilkey 2019-04-15 09:47 Rev.: 59343

Removed some instances of pDeformationMeasureLabel in AMRMPM.cc

0 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (-14)
guilkey 2019-04-15 08:17 Rev.: 59341

Uncomment the localRT tests that I commented out during debugging. Commented
out a requires in interpolateParticlesToGrid_CFI.

1 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+1 -1)
guilkey 2019-04-14 06:53 Rev.: 59340

Remove a get for pDeformationMeasureLabel for which I'd already removed the
requires.

3 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+3 -3)
guilkey 2019-04-13 15:49 Rev.: 59339

Change the interface to the interpolators. Previously, all calls to the
interpolators passed in the particle's reference size and the deformation
gradient, even though only CP*Interpolators use the deformation gradient.
Now, at the top of each MPM timestep, the current size (F*size for CP*I
particles, or just size for other interpolators) is passed in. This has
the upside of only computing the F*size product once/timestep, not once per
call to an interpolator task. Also, fewer tasks require the deformation
gradient, so data dependencies are reduced a little bit.

236 lines of code changed in 8 files:

  • CCA/Components/MPM: AMRMPM.cc (+28 -31), ImpMPM.cc (new), RigidMPM.cc (+9 -13), SerialMPM.cc (+155 -62), SerialMPM.h (+9 -3), SingleFieldMPM.cc (+30 -44)
allen 2019-04-11 14:38 Rev.: 59328

removed the need for the apps to activate a reduction var - the AppCommon does that now

0 lines of code changed in 2 files:

  • CCA/Components/MPM: ImpMPM.cc (-6), SerialMPM.cc (-3)
allen 2019-04-10 16:23 Rev.: 59324

moved the activate to be with the compute and made the dual app (MPMICE) check generic

9 lines of code changed in 2 files:

  • CCA/Components/MPM: ImpMPM.cc (+6 -3), SerialMPM.cc (+3 -3)
guilkey 2019-04-03 11:30 Rev.: 59302

Add ability to restart timesteps, currently based on integrated nodal velocity
being too large relative to cell size divided by timestep size

43 lines of code changed in 2 files:

  • CCA/Components/MPM: SerialMPM.cc (+41 -51), SerialMPM.h (+2)
harman 2019-03-12 09:16 Rev.: 59261

Dust off nodalHeatFlux task so the flatPlate heat flux module works.

MPMFlags:
- simplified setting d_computeNodalHeatFlux & d_computeScaleFactor flags

HeatConduction:
- Added dividers
- Added printSchedule() & printTask() calls

SerialMPM:
- Added "MPM::" to all printTask() and printSchedule() messages.
- uncommented scheduleComputeNodalHeatFlux()


37 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+37 -39)
harman 2019-01-18 09:13 Rev.: 59176

Updated Copyright date

16 lines of code changed in 26 files:

  • CCA/Components/MPM: AMRMPM.cc (+1 -1), AMRMPM.h (+1 -1), ImpMPM.cc (+1 -1), ImpMPM.h (new), MPMCommon.cc (new), MPMCommon.h (new), RigidMPM.cc (+1 -1), RigidMPM.h (new), SerialMPM.cc (+1 -1), SerialMPM.h (+1 -1), ShellMPM.cc (new), ShellMPM.h (+1 -1), SingleFieldMPM.cc (+1 -1), SingleFieldMPM.h (new), raw2pts.cc (new), sub.mk (new)
Generated by StatSVN 0.7.0