Directory CCA/Components/MPM/

Total Files:
14
Deleted Files:
15
Lines of Code:
18092

[root]/CCA/Components/MPM
                directory in repo CohesiveZone (5 files, 806 lines)
                Folder removed from repo ConstitutiveModel (0 files, 0 lines)
                    Folder removed from repo Biswajit (0 files, 0 lines)
                        Folder removed from repo ElasticityModels (0 files, 0 lines)
                        Folder removed from repo Models (0 files, 0 lines)
                    Folder removed from repo PlasticityModels (0 files, 0 lines)
                    Folder removed from repo PortableTongeRamesh (0 files, 0 lines)
                        Folder removed from repo TongeRameshPTRCalcs (0 files, 0 lines)
                    Folder removed from repo UnusedCM (0 files, 0 lines)
                    Folder removed from repo fortran (0 files, 0 lines)
                Folder removed from repo Contact (0 files, 0 lines)
                directory in repo Core (11 files, 1470 lines)
                directory in repo Crack (29 files, 10512 lines)
                Folder removed from repo Diffusion (0 files, 0 lines)
                    Folder removed from repo ConductivityModels (0 files, 0 lines)
                    Folder removed from repo DiffusionInterfaces (0 files, 0 lines)
                    Folder removed from repo DiffusionModels (0 files, 0 lines)
                directory in repo HeatConduction (5 files, 1659 lines)
                directory in repo MMS (3 files, 441 lines)
                directory in repo Materials (3 files, 786 lines)
                    directory in repo ConstitutiveModel (46 files, 40396 lines)
                        directory in repo Biswajit (9 files, 8699 lines)
                            directory in repo Documents (1 files, 2016 lines)
                            directory in repo ElasticityModels (2 files, 204 lines)
                            directory in repo Models (9 files, 1076 lines)
                        directory in repo PlasticityModels (28 files, 5584 lines)
                        directory in repo PortableTongeRamesh (3 files, 1611 lines)
                            directory in repo TongeRameshPTRCalcs (1 files, 44 lines)
                        directory in repo UnusedCM (20 files, 20610 lines)
                        directory in repo fortran (2 files, 67 lines)
                    directory in repo Contact (19 files, 3395 lines)
                    directory in repo Diffusion (4 files, 240 lines)
                        directory in repo ConductivityModels (6 files, 331 lines)
                        directory in repo DiffusionInterfaces (5 files, 470 lines)
                        directory in repo DiffusionModels (13 files, 2805 lines)
                    directory in repo ParticleCreator (6 files, 1936 lines)
                Folder removed from repo ParticleCreator (0 files, 0 lines)
                directory in repo PhysicalBC (26 files, 3966 lines)
                Folder removed from repo ReactionDiffusion (0 files, 0 lines)
                    Folder removed from repo ConductivityModels (0 files, 0 lines)
                    Folder removed from repo DiffusionInterfaces (0 files, 0 lines)
                    Folder removed from repo DiffusionModels (0 files, 0 lines)
                directory in repo Solver (8 files, 1727 lines)
                directory in repo ThermalContact (9 files, 751 lines)

Lines of Code

CCA/Components/MPM/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 235 (100.0%) 2652 (100.0%) 11.2
guilkey 50 (21.3%) 857 (32.3%) 17.1
allen 98 (41.7%) 829 (31.3%) 8.4
harman 26 (11.1%) 447 (16.9%) 17.1
cgritton 5 (2.1%) 204 (7.7%) 40.8
jbhooper 10 (4.3%) 142 (5.4%) 14.2
dav 7 (3.0%) 116 (4.4%) 16.5
jas 36 (15.3%) 55 (2.1%) 1.5
ahumphrey 3 (1.3%) 2 (0.1%) 0.6

Most Recent Commits

allen 2017-12-21 21:23 Rev.: 57512

added second interface computeTaskGraphIndex to remove need for shared shate call, renamed recomputeTimeStep to recomputeDelT for a more accurate call

3 lines of code changed in 4 files:

  • CCA/Components/MPM: ImpMPM.cc (+2 -2), ImpMPM.h (new)
allen 2017-12-20 11:02 Rev.: 57484

Broke the large libs into smaller libraries allowing of the removal the ModelFactory Component and moved all application code from core

68 lines of code changed in 18 files:

  • CCA/Components/MPM: AMRMPM.cc (+16 -12), ImpMPM.cc (+5 -5), ImpMPM.h (+1 -1), MPMCommon.cc (new), RigidMPM.cc (+4 -4), RigidMPM.h (new), SerialMPM.cc (new), SerialMPM.h (+2 -2), ShellMPM.cc (new), sub.mk (+22 -16)
ahumphrey 2017-12-19 15:29 Rev.: 57481

* Finish repairs and cleanup in Core/Malloc, specifically the Uintah default Allocator (when SCI_MALLOC is enabled). Remove legacy pthread code, recursive locks, etc. Use std::mutex, no need for recursive mutex.

* Remove sci_system, use std:system

* Remove all remaining pthread remnants (including THREAD_LIBRARY references). Only use and rely on std::thread. Should have never been mixing pthreads with std::thread. Can't bank on what the underlying thread impl is.

* Generate new configure script.

* Lastly, fix issue with MPM PetscSolver include. Now Uintah compiles without Petsc (e.g. --without-petsc), as it should be able to.

1 lines of code changed in 1 file:

  • CCA/Components/MPM: sub.mk (+1 -1)
allen 2017-12-18 20:48 Rev.: 57477

Moved MPM Solvers and other class into their own sub dirs

16 lines of code changed in 24 files:

  • CCA/Components/MPM: AMRMPM.cc (+1 -1), AMRMPM.h (new), FakePetscSolver.cc (del), ImpMPM.cc (+3 -3), ImpMPM.h (+3 -2), ImpMPMFlags.cc (del), ImpMPMFlags.h (del), MPMBoundCond.cc (del), MPMBoundCond.h (del), MPMCommon.h (new), MPMFlags.cc (del), MPMFlags.h (del), PetscSolver.cc (del), PetscSolver.h (del), RigidMPM.cc (+2 -2), SerialMPM.cc (+1 -1), SerialMPM.h (+1 -1), SimpleSolver.cc (del), SimpleSolver.h (del), Solver.cc (del), Solver.h (del), sub.mk (+3 -14)
allen 2017-12-18 19:55 Rev.: 57476

Made the models a first class component and minor clean up the MPM header file usage

0 lines of code changed in 3 files:

  • CCA/Components/MPM: AMRMPM.h (-6), ImpMPM.h (-7), SerialMPM.h (-7)
guilkey 2017-12-18 11:19 Rev.: 57466

Replace "length" in the cohesive zone code with "area" which is what it really
should have been called in the first place.

14 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+14 -15)
ahumphrey 2017-12-15 14:35 Rev.: 57457

Beginnings MALLOC_TRACE support removal, e.g. MALLOC_TRACE_TAG_SCOPE and other macros.

This library, though once useful, no longer works with Uintah and is not maintained, plus inextricably tied to SCI_MALLOC, which ultimately needs to go away.

0 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (-1)
allen 2017-12-13 18:22 Rev.: 57440

added a SolverCommon class, made OnTheFlyAnalysis a first class UintahParallelComponent, added acess methods for component controll in UintahParallelComponent

20 lines of code changed in 4 files:

  • CCA/Components/MPM: AMRMPM.cc (+2 -3), ImpMPM.cc (+7 -7), RigidMPM.cc (+1 -1), SerialMPM.cc (+10 -5)
allen 2017-12-12 20:26 Rev.: 57433

Cleanup of the Scheduler to use ports for all components

7 lines of code changed in 3 files:

  • CCA/Components/MPM: AMRMPM.cc (+1 -1), ImpMPM.cc (+4 -5), SerialMPM.cc (+2 -2)
allen 2017-12-12 14:13 Rev.: 57430

made the ApplicationInterface purely virtual and cleaned up naming

4 lines of code changed in 2 files:

  • CCA/Components/MPM: ImpMPM.cc (+3 -3), ImpMPM.h (+1 -1)
allen 2017-12-11 15:56 Rev.: 57421

merged the needCompile into the ApplicationCommon class, removed the passing of appliction values in the DataArchiver

0 lines of code changed in 2 files:

  • CCA/Components/MPM: SerialMPM.cc (-13), SerialMPM.h (-4)
allen 2017-12-08 19:10 Rev.: 57414

Moved PIDX checks out of the SimCtrl. Cleanup of varnames

2 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+1 -1), SerialMPM.cc (+1 -1)
guilkey 2017-12-08 17:45 Rev.: 57407

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:

  • CCA/Components/MPM: ImpMPM.cc (+6 -6)
guilkey 2017-12-08 15:12 Rev.: 57406

Removed commented out code from AMRMPM, fixed some more overlooked pLoadCurveID
in ImpMPM.

21 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+2 -299), ImpMPM.cc (+19 -12)
guilkey 2017-12-07 13:27 Rev.: 57403

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:

  • CCA/Components/MPM: ImpMPM.cc (+18 -16)
guilkey 2017-12-06 18:06 Rev.: 57401

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.

43 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+12 -9), SerialMPM.cc (+31 -22)
allen 2017-11-24 15:37 Rev.: 57339

removed the delta T label from the shared state and began removing the shared state where possible

62 lines of code changed in 4 files:

  • CCA/Components/MPM: AMRMPM.cc (+15 -15), ImpMPM.cc (+21 -21), RigidMPM.cc (+3 -3), SerialMPM.cc (+23 -23)
allen 2017-11-22 21:12 Rev.: 57334

additional changes related to the Application Common

4 lines of code changed in 1 file:

  • CCA/Components/MPM: ImpMPM.cc (+4 -10)
allen 2017-11-21 15:40 Rev.: 57322

update to move to a application common class and remove the shared state

502 lines of code changed in 14 files:

  • CCA/Components/MPM: AMRMPM.cc (+118 -127), AMRMPM.h (+5 -8), ImpMPM.cc (+142 -147), ImpMPM.h (+8 -12), MPMCommon.cc (+13 -15), MPMCommon.h (+7 -10), RigidMPM.cc (+16 -15), RigidMPM.h (+3 -2), SerialMPM.cc (+155 -159), SerialMPM.h (+7 -9), ShellMPM.cc (+23 -22), ShellMPM.h (+4 -3), sub.mk (+1)
guilkey 2017-11-07 11:12 Rev.: 57239

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:

  • CCA/Components/MPM: FractureMPM.cc (del), FractureMPM.h (del), SerialMPM.cc (+1 -1)
allen 2017-11-06 12:38 Rev.: 57225

removed spurious header file

2 lines of code changed in 1 file:

  • CCA/Components/MPM: RigidMPM.h (+2 -2)
allen 2017-11-06 12:38 Rev.: 57224

added unsigned to remove warnings

2 lines of code changed in 1 file:

  • CCA/Components/MPM: PetscSolver.cc (new 2)
allen 2017-11-06 12:36 Rev.: 57223

removed spurious header file

1 lines of code changed in 1 file:

  • CCA/Components/MPM: FractureMPM.h (new 1)
allen 2017-10-25 12:48 Rev.: 57176

added processor node identification to the proc group, also cleaned up method names

110 lines of code changed in 7 files:

  • CCA/Components/MPM: AMRMPM.cc (+1 -1), ImpMPM.cc (+6 -6), MPMFlags.cc (new 97), PetscSolver.cc (+2 -2), RigidMPM.cc (+1 -1), SerialMPM.cc (+2 -2), SimpleSolver.cc (new 1)
jas 2017-10-24 12:37 Rev.: 57171

Fix some of the comparison between signed and unsigned integer expressions warnings.

3 lines of code changed in 3 files:

  • CCA/Components/MPM: ImpMPM.cc (+1 -1), SerialMPM.cc (+1 -1), SimpleSolver.cc (+1 -1)
jbhooper 2017-10-17 12:53 Rev.: 57149

-- Remove unused d_integrator members in Serial/AMR MPM objects.

1 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.h (-1), SerialMPM.h (+1 -1)
jbhooper 2017-10-17 11:01 Rev.: 57148

-- Minor comment updates
-- Initial header for a potentiostatic physical boundary condition

5 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+5 -1)
jas 2017-10-13 14:42 Rev.: 57138

Replace all instances of StaticArray with std::vector. This has been tested on the RT for all components. It is a drop in replacement. StaticArray is being removed.

18 lines of code changed in 2 files:

  • CCA/Components/MPM: ImpMPM.cc (+9 -9), SerialMPM.cc (+9 -9)
harman 2017-10-12 09:09 Rev.: 57137

compiler warnings

21 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+21 -21)
allen 2017-09-20 12:50 Rev.: 57016

fixes for W-cycle and performing on-the-fly analysis

11 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+8 -1), AMRMPM.h (+3)
guilkey 2017-08-25 13:11 Rev.: 56916

Resurrect RMPMICE.

168 lines of code changed in 2 files:

  • CCA/Components/MPM: RigidMPM.cc (+159 -28), RigidMPM.h (+9 -1)
jbhooper 2017-08-25 09:35 Rev.: 56914

-- Fix labels so that errors point to the proper routines.

4 lines of code changed in 1 file:

  • CCA/Components/MPM: RigidMPM.cc (+4 -4)
jbhooper 2017-08-18 16:16 Rev.: 56900

-- Further encapsulate Solid State Diffusion variables into diffusion specific code blocks.
-- Clean up and extend diffusion models to account for thermodynamic driving forces.
-- Standardize diffusion material interfaces with other MPM material interface approach
-- Standardize diffusion model input/output

13 lines of code changed in 3 files:

  • CCA/Components/MPM: AMRMPM.cc (+11 -18), ImpMPM.cc (+1 -1), SerialMPM.cc (+1 -1)
jbhooper 2017-07-28 14:40 Rev.: 56825

-- Clean up diffusion labels in MPM code.
-- Enable MAC OS RT on Darwin for actual testing and comparisons.

115 lines of code changed in 1 file:

  • CCA/Components/MPM: AMRMPM.cc (+115 -106)
jbhooper 2017-07-18 20:43 Rev.: 56802

-- Rename the ReactionDiffusion directory to be simply "Diffusion" in the MPM code, in anticipation of updating the diffusion models to work with Serial MPM as well as backporting some portion of the Structural Energetics branch in order to enable basic reaction functionality in solid solutions.

4 lines of code changed in 2 files:

  • CCA/Components/MPM: AMRMPM.cc (+3 -3), sub.mk (+1 -1)
guilkey 2017-07-03 15:12 Rev.: 56740

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:

  • CCA/Components/MPM: SerialMPM.cc (+155 -76), SerialMPM.h (+10)
guilkey 2017-07-03 13:23 Rev.: 56738

More minor tweaks, comments.

4 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+4 -4)
guilkey 2017-07-03 12:52 Rev.: 56737

Move the conditional on scheduling setPrescribedMotion to scheduleTimeAdvance.

17 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+17 -22)
guilkey 2017-07-03 10:23 Rev.: 56735

Cleanup of outdated comments.

1 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+1 -10)
guilkey 2017-07-03 09:57 Rev.: 56734

Make sure p.externalforce gets initialized if using load curve types other than
pressure.

7 lines of code changed in 1 file:

  • CCA/Components/MPM: SerialMPM.cc (+7 -3)

(29 more)

Generated by StatSVN 0.7.0