[root]/CCA/Components/MPM/Materials/ConstitutiveModel
Biswajit
(9 files, 8699 lines)
ElasticityModels
(30 files, 2526 lines)
Models
(53 files, 8571 lines)
PlasticityModels
(132 files, 19213 lines)
PortableTongeRamesh
(2 files, 1566 lines)
TongeRameshPTRCalcs
(13 files, 5838 lines)
UnusedCM
(39 files, 24516 lines)
fortran
(5 files, 1748 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 177 (100.0%) | 921 (100.0%) | 5.2 |
jbhooper | 16 (9.0%) | 526 (57.1%) | 32.8 |
harman | 14 (7.9%) | 257 (27.9%) | 18.3 |
jas | 120 (67.8%) | 69 (7.5%) | 0.5 |
allen | 14 (7.9%) | 51 (5.5%) | 3.6 |
ahumphrey | 12 (6.8%) | 17 (1.8%) | 1.4 |
cgritton | 1 (0.6%) | 1 (0.1%) | 1.0 |
* Remove RunLengthEncoder and supporting classes, etc. This is no longer used. Removal will help clarity regarding Uintah::Variable functionality and features. This change has neccesitated explicit inclusion of "unistd.h" in a few spots, most specifically - MPM, for getpid() calls.
* Remove build system support for IPM and MAGMA libs, which have never been used. MAGAMA in fact, may ultimately hender Kokkos GPU asynchrony and performance.
* Generate new configure script with enable_option_checking bulletproofing.
* Delete unused header files.
* A few other cosmetic changes while under the hood, formatting, white space, etc.
17 lines of code changed in 12 files:
Replaced tabs with spaces.
Please check your editors.
257 lines of code changed in 14 files:
removal of shared state and introduction of a material manager
11 lines of code changed in 11 files:
-- Update error in ArrudaBoyce model
0 lines of code changed in 2 files:
-- Ported diffusion framework into SerialMPM
-- Added Arruda-Boyce 8 Chain Rubber Elastomer constitutive model
-- Misc. formatting cleanup (particularly in MPM/Materials/Diffusion)
526 lines of code changed in 14 files:
Cleaned out old VarLabels from MPMLabel.
1 lines of code changed in 1 file:
Update copyright date.
69 lines of code changed in 120 files:
removed need for calls to shared state for the time step and sim time
40 lines of code changed in 3 files: