[root]/Packages/Uintah/CCA/Components/MPM/ConstitutiveModel
PlasticityModels
(0 files, 0 lines)
UnusedCM
(0 files, 0 lines)
fortran
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 242 (100.0%) | 4373 (100.0%) | 18.0 |
guilkey | 38 (15.7%) | 2228 (50.9%) | 58.6 |
jas | 200 (82.6%) | 2040 (46.6%) | 10.2 |
dav | 2 (0.8%) | 105 (2.4%) | 52.5 |
luitjens | 2 (0.8%) | 0 (0.0%) | 0.0 |
Remove Packages/
0 lines of code changed in 70 files:
Cleaning this new model up a bit.
0 lines of code changed in 2 files:
Add simplified neo-hookean model used in Phil's MMS simulations.
561 lines of code changed in 6 files:
Only create a Gaussian distribution if it will be used. (CNHDamage.cc)
Clean up the PlasticityModels sub.mk.
0 lines of code changed in 2 files:
Added call to GEORXV, still need to sort out its output.
0 lines of code changed in 2 files:
Make the user inputs array 90 long instead of the 40 that the documentation
suggests or the 60 that the documentation in the code indicates. This seems
to fix the problem of the fortran subroutine clobbering the data that is
allocated in the C++ code.
7 lines of code changed in 3 files:
Go from 0 to <d_NINSV instead of 1 to <=d_NINSV
12 lines of code changed in 1 file:
Add Kayenta as an option for the constitutive models.
4 lines of code changed in 1 file:
Minor fixes. Getting closer to running.
46 lines of code changed in 2 files:
Changed some extreamly poor choices for exceptions to something a bit more reasonable.
0 lines of code changed in 2 files:
Add in unrotating and rotating of stress before and after update, respectively.
Load up array of internal state variables to pass to fortran and unpack on the
other end.
47 lines of code changed in 1 file:
Additional work on the model. Doesn't run yet.
119 lines of code changed in 2 files:
Add the MIT License to every *.cc, *.h,*.F, and sub.mk file.
2040 lines of code changed in 130 files:
Adding storage stuff for internal state variables. Far from done,
but too much work to risk losing.
129 lines of code changed in 2 files:
Change the ordering of how elements of the Matrix3s are loaded and unloaded
into 1D arrays.
24 lines of code changed in 2 files:
Added the beginnings of a model driver for the Sandia GeoModel, aka Kayenta.
Also generating a number of essentially empty fortran files that would be
replaced by a user who had licensed access to this model.
697 lines of code changed in 3 files:
Fix outputProblemSpec error.
1 lines of code changed in 1 file:
M configure.ac
M configure
M include/sci_defs/uintah_testdefs.h.in
Record the fortran underscore policy for use in .cc files. (Note, this is
somewhat of a hack... if possible, you should use the fspec facility.) To
get access to the (#define) FORTRAN_UNDERSCORE, #include sci_defs/uintah_defs.h.
M Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/HypoElasticFortran.h
Cosmetics. Cleaned up #includes. Removed no longer used/supported SGI stuff.
M Packages/Uintah/CCA/Components/MPM/ConstitutiveModel/HypoElasticFortran.cc
- Fixed (and turned on) the fortran calls. Should work with any fortran compiler
now. Note, this is somewhat of a hack... Normally the use of the fspec utility
is recommended... however, due to the simplicitly of this need, and some problems
with geting fspec to work (it isn't fully implemented for all fortran types),
this will do for now.
- Cleaned up the #includes (alphabetized, removed duplicates). Removed old SGI stuff.
- Placed the 'return type' of functions on separate line.
M Packages/Uintah/tools/fspec.pl.in
Added some white space to the out file so that it is easier to follow the code
in the generated "<code>_fort.h" files.
105 lines of code changed in 2 files:
This now works. Call to fortran is still commented out until
the fortran interface stuff is included.
18 lines of code changed in 1 file:
Comment out call to hooke_incremental for now so
that updraft build will work.
1 lines of code changed in 1 file:
(3 more)