[root]/Packages/Uintah/CCA/Components/ICE
Advection
(4 files, 868 lines)
CustomBCs
(11 files, 2807 lines)
Docs
(2 files, 226 lines)
EOS
(19 files, 2254 lines)
Matlab
(2 files, 212 lines)
PressureSolve
(0 files, 0 lines)
HypreStandAlone
(8 files, 3064 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 82 (100.0%) | 607 (100.0%) | 7.4 |
harman | 38 (46.3%) | 492 (81.1%) | 12.9 |
worthen | 23 (28.0%) | 48 (7.9%) | 2.0 |
luitjens | 12 (14.6%) | 34 (5.6%) | 2.8 |
dav | 4 (4.9%) | 22 (3.6%) | 5.5 |
jas | 3 (3.7%) | 11 (1.8%) | 3.6 |
guilkey | 2 (2.4%) | 0 (0.0%) | 0.0 |
added comments and {}
0 lines of code changed in 2 files:
Tweaks (that don't really affect this trunk) that help Uintah branch merges operate much more smoothly.
5 lines of code changed in 6 files:
move SCISHARE to UINTAHSHARE. Also disable the share flags if building static
27 lines of code changed in 11 files:
ignore setting sine BC during initialization task
0 lines of code changed in 2 files:
added a new type of boundary condition sine wave.
press = pref + A * sin (omega * t)
temp = press/(gamma - 1) * cv * rho
37 lines of code changed in 3 files:
Dav proved me wrong: ICE does need to link against MPM on a mac. But no reason everybody else has to :)
0 lines of code changed in 2 files:
Do not make ICE dependent on MPM
0 lines of code changed in 1 file:
Deleted the patch subset maxMach_PSS, not being used.
MPMICE.cc
-moved scheduleMaxMach_on_Lodi_BC_Faces() to the top of the timestep
LODI.(cc/h)
- user must specify the ICE material index in the input file
<ice_material_index>
6 lines of code changed in 4 files:
don't modify the stencil or set the impDelP BC with LODI BC's
3 lines of code changed in 1 file:
fixed a data dependency between LODI BC and impICE
1 lines of code changed in 2 files:
remove debug print
0 lines of code changed in 1 file:
Put some more diagnostic info in: which finalizeTimestep is running, and which cells have a bad rho when that exception is thrown
13 lines of code changed in 1 file:
only dump viscosity warning on 1 processor
1 lines of code changed in 1 file:
Reverting 38661, there seems to be a problem with this, either a double free or an access after deletion. This will causes the regression tester to yell at us until we find a better way to handle the solver parameters.
0 lines of code changed in 1 file:
Fix memory leak for SolverParameters.
3 lines of code changed in 1 file:
new->scinew
1 lines of code changed in 2 files:
new->scinew (more coming tomorrow)
1 lines of code changed in 1 file:
Fixed some memory leaks.
27 lines of code changed in 1 file:
In previous commit I accidentally committed some debugging code.
Reversed
1 lines of code changed in 1 file:
added stability constraint due to viscous diffusion to the calculation
of the aggressive timestep scheme.
37 lines of code changed in 1 file:
(24 more)