[root]/CCA/Components/MPM
CohesiveZone
(5 files, 806 lines)
ConstitutiveModel
(0 files, 0 lines)
Biswajit
(0 files, 0 lines)
ElasticityModels
(0 files, 0 lines)
Models
(0 files, 0 lines)
PlasticityModels
(0 files, 0 lines)
PortableTongeRamesh
(0 files, 0 lines)
TongeRameshPTRCalcs
(0 files, 0 lines)
UnusedCM
(0 files, 0 lines)
fortran
(0 files, 0 lines)
Contact
(0 files, 0 lines)
Core
(11 files, 1470 lines)
Crack
(29 files, 10512 lines)
Diffusion
(0 files, 0 lines)
ConductivityModels
(0 files, 0 lines)
DiffusionInterfaces
(0 files, 0 lines)
DiffusionModels
(0 files, 0 lines)
HeatConduction
(5 files, 1659 lines)
MMS
(3 files, 441 lines)
Materials
(3 files, 786 lines)
ConstitutiveModel
(46 files, 40396 lines)
Biswajit
(9 files, 8699 lines)
Documents
(1 files, 2016 lines)
ElasticityModels
(2 files, 204 lines)
Models
(9 files, 1076 lines)
PlasticityModels
(28 files, 5584 lines)
PortableTongeRamesh
(3 files, 1611 lines)
TongeRameshPTRCalcs
(1 files, 44 lines)
UnusedCM
(20 files, 20610 lines)
fortran
(2 files, 67 lines)
Contact
(19 files, 3395 lines)
Diffusion
(4 files, 240 lines)
ConductivityModels
(6 files, 331 lines)
DiffusionInterfaces
(5 files, 470 lines)
DiffusionModels
(13 files, 2805 lines)
ParticleCreator
(6 files, 1936 lines)
ParticleCreator
(0 files, 0 lines)
PhysicalBC
(26 files, 3966 lines)
ReactionDiffusion
(0 files, 0 lines)
ConductivityModels
(0 files, 0 lines)
DiffusionInterfaces
(0 files, 0 lines)
DiffusionModels
(0 files, 0 lines)
Solver
(8 files, 1727 lines)
ThermalContact
(9 files, 751 lines)
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 |
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:
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:
* 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:
Moved MPM Solvers and other class into their own sub dirs
16 lines of code changed in 24 files:
Made the models a first class component and minor clean up the MPM header file usage
0 lines of code changed in 3 files:
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:
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:
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:
Cleanup of the Scheduler to use ports for all components
7 lines of code changed in 3 files:
made the ApplicationInterface purely virtual and cleaned up naming
4 lines of code changed in 2 files:
merged the needCompile into the ApplicationCommon class, removed the passing of appliction values in the DataArchiver
0 lines of code changed in 2 files:
Moved PIDX checks out of the SimCtrl. Cleanup of varnames
2 lines of code changed in 2 files:
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:
Removed commented out code from AMRMPM, fixed some more overlooked pLoadCurveID
in ImpMPM.
21 lines of code changed in 2 files:
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:
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:
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:
additional changes related to the Application Common
4 lines of code changed in 1 file:
update to move to a application common class and remove the shared state
502 lines of code changed in 14 files:
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:
removed spurious header file
2 lines of code changed in 1 file:
added unsigned to remove warnings
2 lines of code changed in 1 file:
removed spurious header file
1 lines of code changed in 1 file:
added processor node identification to the proc group, also cleaned up method names
110 lines of code changed in 7 files:
Fix some of the comparison between signed and unsigned integer expressions warnings.
3 lines of code changed in 3 files:
-- Remove unused d_integrator members in Serial/AMR MPM objects.
1 lines of code changed in 2 files:
-- Minor comment updates
-- Initial header for a potentiostatic physical boundary condition
5 lines of code changed in 1 file:
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:
compiler warnings
21 lines of code changed in 1 file:
fixes for W-cycle and performing on-the-fly analysis
11 lines of code changed in 2 files:
Resurrect RMPMICE.
168 lines of code changed in 2 files:
-- Fix labels so that errors point to the proper routines.
4 lines of code changed in 1 file:
-- 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:
-- 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:
-- 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:
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:
More minor tweaks, comments.
4 lines of code changed in 1 file:
Move the conditional on scheduling setPrescribedMotion to scheduleTimeAdvance.
17 lines of code changed in 1 file:
Cleanup of outdated comments.
1 lines of code changed in 1 file:
Make sure p.externalforce gets initialized if using load curve types other than
pressure.
7 lines of code changed in 1 file:
(29 more)