Cleanup on some BC related stuff. More substantive changes in the works for variable density treatment.
0 lines of code changed in 10 files:
Cleanup on some BC related stuff. More substantive changes in the works for variable density treatment.
111 lines of code changed in 5 files:
Move some stuff out of the BCHelper.h header to reduce clutter.
0 lines of code changed in 4 files:
OCD formatting changes.
81 lines of code changed in 9 files:
Minor stylistic changes, formatting, and improved const correctness related to BC infrastructure.
67 lines of code changed in 6 files:
Test to see if this fixes Jeremy's multithread problems. If so, I will prepare a more efficient solution. This will currently give a slight performance hit.
0 lines of code changed in 2 files:
silence a few warnings.
0 lines of code changed in 4 files:
Numerous changes to address warnings kicked up by "cppcheck" - a decent static code analysis tool.
Also some formatting changes along the way.
127 lines of code changed in 42 files:
Remove some headers, improve const correctness, and remove some BC operator registration now that we are doing this in SpatialOps.
14 lines of code changed in 6 files:
Remove a header file inclusion in preparation for a SpatialOps commit that will remove that header file.
4 lines of code changed in 2 files:
Improve some error trapping in TabProps parsing.
0 lines of code changed in 2 files:
Fix a bug that could have left density unexposed to Uintah.
4 lines of code changed in 1 file:
Remove density predictor expression registration in a few places if we don't have momentum active.
34 lines of code changed in 2 files:
Fix cuds compiler error due to inclusion path issue.
Clean up a warning.
3 lines of code changed in 4 files:
Fix for our goofy CUDA builds.
0 lines of code changed in 2 files:
Several new things:
- First rough cut at a DO implementation (not yet working - still needs BCs)
- Simple radiative emission model
- Input file (SimpleEmissionRadiation.ups) to drive a reaction-diffusion problem with radiative heat loss.
- misc. cleanup
1108 lines of code changed in 9 files:
- don't build predictor expressions when convection is not on.
- Minor formatting changes;
19 lines of code changed in 5 files:
Revert Jeremy's commit that changed the build system for Yosemite.
This caused build failures on several existing systems.
14 lines of code changed in 4 files:
more minor cleanup
2 lines of code changed in 2 files:
More minor cleanup.
We really need to refactor the masks so that we can avoid repeated creation and so we can refactor all of these BC expressions to use straight nebo/masks rather than iterators in some cases.
23 lines of code changed in 1 file:
(122 more)