[root]/Packages/Uintah/CCA/Components/PatchCombiner
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
luitjens | 5 (100.0%) | 4 (100.0%) | 0.8 |
Store a grid pointer with each patch. This was the way Uintah was prior to the patch changes. The current way of storing patches limits the number of grids at any one time to 2. This is a problem when using scirun with multiple extractors/udas/timesteps/etc.
1 lines of code changed in 2 files:
Fixed some compiler warnings. The majority of them were unused variables. In the case of unused variables I deleted them if they wern't referenced to in comments. If they were referenced in comments I commented them out.
Other fixes included braketing ifs and parenthesizing boolean statements.
1 lines of code changed in 2 files:
Updated SimulationController, LoadBalancers, DataArchiver, Regridder,
and PatchCombiner to new interface.
2 lines of code changed in 1 file: