[root]/Packages/Uintah/CCA/Components/ICE/EOS
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 58 (100.0%) | 704 (100.0%) | 12.1 |
xiongcw | 14 (24.1%) | 581 (82.5%) | 41.5 |
jas | 24 (41.4%) | 95 (13.5%) | 3.9 |
dav | 10 (17.2%) | 17 (2.4%) | 1.7 |
harman | 10 (17.2%) | 11 (1.6%) | 1.1 |
Code scraps that have never been used.
0 lines of code changed in 8 files:
Update to TST gas EOS for HMX product
346 lines of code changed in 6 files:
Update a nonlinear solver for JWL EOS
0 lines of code changed in 4 files:
new non-ideal gas EOS added for exploding container simulations
235 lines of code changed in 4 files:
filled in outputProblemSpec so restarting works
11 lines of code changed in 2 files:
Fill in correct data for outputProblemSpec.
7 lines of code changed in 1 file:
Major update:
------------
Simplified the (XML) calls appendElement() and appendChild() by
removing the embedded newline and tab parameters. The XML outputer
(libxml2) will indent things properly without them. Also cleaned up
the ProblemSpec.cc file to remove the appendText() call which was
commented out and thus not doing anything.
Minor updates:
-------------
In some files placed the function return type on a separate line.
In StandAlone, sus requires Core/Datatypes (because of a circular
dependency that will be removed soon... however, this allows sus to
run on the SGI's for now).
Removed extra ";" from the end of MMS class constructors.
Added field name to ScalarMinMax (which I only partially checked in before).
Some restructuring of CompareMMS.cc, but it is not functional yet.
17 lines of code changed in 10 files:
Write out the problemSpecification for various pieces of a material that are
needed for restarting.
88 lines of code changed in 23 files: