[root]/Packages/Uintah/CCA/Components/Arches
Mixing
(18 files, 4396 lines)
fortran
(1 files, 56 lines)
Radiation
(10 files, 2748 lines)
fortran
(7 files, 1297 lines)
fortran
(2 files, 219 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 332 (100.0%) | 9513 (100.0%) | 28.6 |
zgao | 45 (13.6%) | 6720 (70.6%) | 149.3 |
borodai | 131 (39.5%) | 1479 (15.5%) | 11.2 |
skumar | 9 (2.7%) | 520 (5.5%) | 57.7 |
jas | 10 (3.0%) | 199 (2.1%) | 19.9 |
worthen | 53 (16.0%) | 196 (2.1%) | 3.6 |
jones | 44 (13.3%) | 194 (2.0%) | 4.4 |
dgroulx | 29 (8.7%) | 176 (1.9%) | 6.0 |
gautham | 2 (0.6%) | 17 (0.2%) | 8.5 |
livne | 3 (0.9%) | 9 (0.1%) | 3.0 |
bigler | 1 (0.3%) | 3 (0.0%) | 3.0 |
sparker | 3 (0.9%) | 0 (0.0%) | 0.0 |
dav | 2 (0.6%) | 0 (0.0%) | 0.0 |
Bug fix
0 lines of code changed in 2 files:
l2up seems to work. Flux limiters do not, do not
even try.
684 lines of code changed in 43 files:
Cleaned up compiler warnings
9 lines of code changed in 3 files:
Keeping it alive.
20 lines of code changed in 1 file:
Allow for some noise while checking scalar bounds.
29 lines of code changed in 2 files:
Made the InvalidValue exception inherit from the global SCIRun Exception class instead of
ProblemSetupException. Also added a few include lines for files that were effected by
this change.
2 lines of code changed in 2 files:
Added new exception parameters. Untabified. Indented.
0 lines of code changed in 2 files:
Comment out VarLabel::destroy for odtData, as the VarLabel::create is commented out as well (avoid segfaulting when the ArchesLabel destructor is called
1 lines of code changed in 1 file:
Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.
174 lines of code changed in 27 files:
Don't include SimulationController.h in Arches.h (and fix things that get missed when this is removed)
2 lines of code changed in 3 files:
IntVector: rewrite < and (didn't sort for STL functions) remove >, <=, >=
Everything else: Make Particle Subsets work with a specified range instead of with ghost cells
2 lines of code changed in 1 file:
Arches needs to be linked against Core/Containers
0 lines of code changed in 2 files:
Made mmWallCellTypeInit require cellType from old DataWarehouse,
even when it is not needed on restart. This is necessary because
otherwise cellType is never required on restart, causing it to have
material none, which is why the restart was failing.
Now MPMArches restart tests should pass on the checkpoints (once
the GS have been updated). (Thanks, Bryan!)
6 lines of code changed in 1 file:
Modified /src/Packages/Uintah/CCA/Components/Arches/CompLocalDynamicProcedure.cc Arches.cc
120 lines of code changed in 7 files:
Brought ups file up to date. Improved check for absence of density and pressure reference point.
8 lines of code changed in 1 file:
Revert single large Uintah_Core.so to smaller Uintah_Core_*.so.
7 lines of code changed in 1 file:
Convert all libraries under the Uintah_Core_ to a single Uintah_Core.so.
1 lines of code changed in 1 file:
Added functionality to recompute turbulence model only for the first substep
of RK and/or only at Nth timestep. This is just for testing purposes.
One has to set <turbModelCalcForAllRKSteps> tag in ExplicitSolver section
to control turbulence model recomputation in RK, and set <turbModelCalcFreq> in
ExplicitSolver section AND <recompileTaskgraph> to true in Arches section
to get turbulence model recomputation only at Nth timestep.
12 lines of code changed in 4 files:
Retire .cvsignore files
0 lines of code changed in 1 file:
Block calls to petsc code with a ifdef PetscFilter.
3 lines of code changed in 1 file:
(17 more)