Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 49 (100.0%) | 2930 (100.0%) | 59.7 |
Packages/Uintah/CCA/Components/Arches/ | 31 (63.3%) | 2705 (92.3%) | 87.2 |
Packages/Uintah/CCA/Components/Arches/Mixing/ | 6 (12.2%) | 225 (7.7%) | 37.5 |
include/sci_defs/ | 2 (4.1%) | 0 (0.0%) | 0.0 |
Core/SystemCall/ | 2 (4.1%) | 0 (0.0%) | 0.0 |
Core/Geom/ | 2 (4.1%) | 0 (0.0%) | 0.0 |
/ | 6 (12.2%) | 0 (0.0%) | 0.0 |
Added MOMColdflowMixingModel.cc
0 lines of code changed in 2 files:
Added cell volume to parameters of the inlet stream for the mixing model.
0 lines of code changed in 2 files:
Adding support for computing density from a moment (extra scalar).
0 lines of code changed in 4 files:
Added method of moment coldflow mixing model support.
0 lines of code changed in 2 files:
Computes density from a user defined moment. Cold Flow only.
147 lines of code changed in 1 file:
Computes density from a user defined moment. Only useful for cold flow cases.
78 lines of code changed in 1 file:
Mostly Mac OSX Leopard fixes...
M include/sci_defs/ogl_testdefs.h.in
Add in a define for Mac OSX Lepard as the only thing built in is
__APPLE__ and that isn't specific enough.
M Core/SystemCall/SystemCallManager.cc
#include <signal.h> which is required for killpg().
M Core/Geom/DrawInfoOpenGL.cc
Side step hack for fixing GL call under 10.4. (It seems to be fixed in 10.5).
M configure.ac
M configure
Fix pwd check. (BTW, pwd is broken under Leopard (doesn't give
physcial path... sigh).) Check to see if we are using Leopard. Add
in OpenGL hack for Leopard. Add in a define for Mac OSX Leopard
because the only thin built in is __APPLE__ and that isn't specific
enough.
M configVars.mk.in
Use the Leopard Hack.
0 lines of code changed in 12 files:
Added more MMS capability to ARCHES. At this commit, the code seemed to show 2nd order spatial convergence. However, the time step was minimized, not eliminated. The time error and spatial error should be separated in future commits.
2705 lines of code changed in 25 files: