[root]/CCA/Components/MPM/ConstitutiveModel
Biswajit
(9 files, 8716 lines)
ElasticityModels
(30 files, 2526 lines)
Models
(53 files, 8587 lines)
PlasticityModels
(126 files, 17421 lines)
PortableTongeRamesh
(4 files, 1680 lines)
TongeRameshPTRCalcs
(18 files, 9660 lines)
UnusedCM
(39 files, 24514 lines)
fortran
(5 files, 1748 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 263 (100.0%) | 1687 (100.0%) | 6.4 |
guilkey | 57 (21.7%) | 1010 (59.9%) | 17.7 |
jas | 193 (73.4%) | 665 (39.4%) | 3.4 |
leavy | 6 (2.3%) | 12 (0.7%) | 2.0 |
harman | 3 (1.1%) | 0 (0.0%) | 0.0 |
cgritton | 4 (1.5%) | 0 (0.0%) | 0.0 |
initial commit of the Tonge-Ramesh ceramic model, with portable files for building in other codes
12 lines of code changed in 6 files:
added flags so that reactive flow constitutive models can run with out the diffusion component
0 lines of code changed in 4 files:
Remove #include for a removed file
0 lines of code changed in 1 file:
Merging branch into trunk where appropriate.
4 lines of code changed in 1 file:
Adding an outputProblemSpec so we can restart from checkpoint.
3 lines of code changed in 2 files:
Add volume_expansion_coeff to the outputProblemSpec.
4 lines of code changed in 1 file:
Add volume_expansion_coeff to the CMData
1 lines of code changed in 1 file:
Bringing in most of the changes to this model currently found in the reactive_flow branch.
4 lines of code changed in 1 file:
Change CellNAPID from a short int to an int. This will likely anger the RT.
3 lines of code changed in 5 files:
Improve the fault tolerance of the water model. Namely, delete particles
for which the deformation gradient will give non-sense answers.
0 lines of code changed in 4 files:
Removed (using namespace *) from include files.
0 lines of code changed in 3 files:
Revert c++-11 namespace changes.
227 lines of code changed in 50 files:
Explicit namespace usage as part of the transition to c++-11.
225 lines of code changed in 27 files:
Fix, I hope, the deletion of the scalar diffusion model.
2 lines of code changed in 1 file:
Put deletion of scalar diffusion model inside of a conditional.
3 lines of code changed in 1 file:
Adding models for the ARL project.
944 lines of code changed in 6 files:
Changes required to use c++-11.
13 lines of code changed in 5 files:
Made the following changes:
1. Compress large xml files. Remove sus log.
2. Add Changelog.
3. Add instructions for adding a new component to the build system.
4. Update OSX build in install documentation.
5. Update petsc version in install documentation.
6. Change Petsc version.
7. Remove references to Teem in installation. Remove the build directory
after creating the tarball for the release.
8. Remove Tracker feature.
9. Remove AIX references. Remove Basis/. Remove Teem. Remove sci_defs
include files related to SCIRun.
10. Remove old build dependency versions.
11. Add wasatch_3P 1.6.0 branch.
12. Remove bench.config file, update excludes when building release tar ball.
13. Remove *.orig and *.release files.
14. Update copyright date. Update version to 1.6.
200 lines of code changed in 111 files:
The addParticles function now knows how to refine particles, based on a
(currently) hardwired criterion.
scheduleAddParticles is now called from within a conditional based on a new MPM flag.
Added a pRefinedLabel, so that particles only get refined once, for now.
Got rid of pdTdtLabel_preReloc. This variable is never used from previous
timesteps, so there is no point in dragging it around. Modified the CMs
(all 3e72 of them) accordingly. This will break the RT, as it will have one
fewer checkpoint variable.
41 lines of code changed in 31 files:
Undo removal of the pTempPrevLabel to get the RT off it's back.
1 lines of code changed in 1 file:
Remove require for pTempPrevLabel. Not used in the explicit code.
0 lines of code changed in 1 file: