[root]/CCA/Components/ICE
Advection
(12 files, 2853 lines)
CustomBCs
(13 files, 5212 lines)
EOS
(30 files, 3699 lines)
PressureSolve
(0 files, 0 lines)
HypreStandAlone
(33 files, 5973 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 99 (100.0%) | 275 (100.0%) | 2.7 |
jas | 58 (58.6%) | 81 (29.5%) | 1.3 |
harman | 20 (20.2%) | 65 (23.6%) | 3.2 |
guilkey | 14 (14.1%) | 58 (21.1%) | 4.1 |
jpeterson | 2 (2.0%) | 43 (15.6%) | 21.5 |
jsutherland | 4 (4.0%) | 21 (7.6%) | 5.2 |
qymeng | 1 (1.0%) | 7 (2.5%) | 7.0 |
Moved getIteratorBCValueBCKind() from ICE upstream so other
components can use it.
This should not change the answers
1 lines of code changed in 4 files:
moved boundary condition code that would be useful to other components upstream
7 lines of code changed in 4 files:
now using correct 3D Taylor Green Vortex initialization.
0 lines of code changed in 2 files:
added James's 3D vortex problem to customInitialize.
- slight generalization of mms code.
- added input file.
45 lines of code changed in 3 files:
The component now has the option to restart a timestep
if the solver can't find a solution. Default is to throw
an exception. Previously, it would try to restart a timestep.
1 lines of code changed in 1 file:
Use less expensive string instead of ostringstream for message buffer inside a computation loop
7 lines of code changed in 1 file:
replaced try-catch statements with if-else.
*This should not change the answers
0 lines of code changed in 2 files:
Revert checkins 47557 & 47558.
3 lines of code changed in 5 files:
The Hypre Setup phase is done at the beginning of the solve and
periodically depending on the value of <setupFrequency>.
49 lines of code changed in 3 files:
Update copyright year.
29 lines of code changed in 50 files:
Added the ability to do variable volume fraction of a constituent based on geometry objects.
Uses the tag <volumeFraction> in a geometry object. All volume fractions in a cell must sum
to 1. Also if <volumeFraction> is specified for one geometry object it should be specified
for all geometry objects. Works in MPM and ICE.
M doc/UserGuide/ice.tex
Documentation included.
M src/CCA/Components/MPM/ConstitutiveModel/MPMMaterial.h
M src/CCA/Components/MPM/ConstitutiveModel/MPMMaterial.cc
M src/CCA/Components/MPM/ParticleCreator/ParticleCreator.cc
M src/CCA/Components/ICE/ICE.cc
M src/CCA/Components/ICE/ICEMaterial.cc
M src/CCA/Components/MPMICE/MPMICE.cc
M src/Core/GeometryPiece/GeometryPieceFactory.cc
M src/Core/GeometryPiece/GeometryObject.cc
M src/StandAlone/inputs/UPS_SPEC/ups_spec.xml
The actual slaughter.
43 lines of code changed in 2 files:
Eliminate "using namespace std" and similar from header files. That is a big no-no!
21 lines of code changed in 4 files:
sub.mk: cleanup
Utils.cc/h
areAllValuesPositive() is now templated and works for SFC(*)<double> and CCVariable<double>
-Dav
9 lines of code changed in 1 file:
Moved function is areAllValuesPositive upstream to core/Grid/Variables/Utils.h,
so other components can use it.
2 lines of code changed in 3 files:
Create and use an access operator for the d_tiny_rho that may now be different
for each material. MPMICE remains hardwired as it only applies to MPM matls,
for which tiny_rho remains a constant.
16 lines of code changed in 4 files:
Add d_tiny_rho to outputProblemSpec.
1 lines of code changed in 1 file:
Comment out the #define for d_tiny_rho and replace it with
a run time option for this value, which defaults to the same
value as had been defined.
8 lines of code changed in 2 files:
Remove the REQUIREMENT that BCs get set for specific volume. Setting it,
rather than letting it be computed naturally, often makes things much worse.
Todd might kick my ass for this, but that's what he gets for leaving town.
3 lines of code changed in 1 file:
Fixed a sign error.
1 lines of code changed in 1 file:
Forgot to commit this previously.
2 lines of code changed in 1 file:
(2 more)