[root]/CCA/Components/Regridder
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 61 (100.0%) | 398 (100.0%) | 6.5 |
allen | 44 (72.1%) | 376 (94.5%) | 8.5 |
jas | 14 (23.0%) | 12 (3.0%) | 0.8 |
ahumphrey | 3 (4.9%) | 10 (2.5%) | 3.3 |
removed shared state call for regrider
8 lines of code changed in 10 files:
added second interface computeTaskGraphIndex to remove need for shared shate call, renamed recomputeTimeStep to recomputeDelT for a more accurate call
5 lines of code changed in 1 file:
standardized the error output for the factories
0 lines of code changed in 2 files:
Beginnings MALLOC_TRACE support removal, e.g. MALLOC_TRACE_TAG_SCOPE and other macros.
This library, though once useful, no longer works with Uintah and is not maintained, plus inextricably tied to SCI_MALLOC, which ultimately needs to go away.
0 lines of code changed in 2 files:
Added a name method
15 lines of code changed in 5 files:
added a SolverCommon class, made OnTheFlyAnalysis a first class UintahParallelComponent, added acess methods for component controll in UintahParallelComponent
31 lines of code changed in 2 files:
Cleanup of the Scheduler to use ports for all components
52 lines of code changed in 4 files:
more cleanup of the recompiling
4 lines of code changed in 2 files:
Guard the DataArchiver DebugStream (check if dbg.active()). This is causing issues when not active on mira. DebugStreams need to go away in favor of much simpler Dout, as DebugStreams unnecessarily inherit from the standard library (std::ostream) and are unduley compicated for basic debug output.
Also cleaned up poor whitespace, linebreaks and indentation, other formatting. Seems like someone went through the infrastructure with a faulty code formatter previously...
10 lines of code changed in 1 file:
additional changes related to the Application Common
37 lines of code changed in 4 files:
update to move to a application common class and remove the shared state
127 lines of code changed in 6 files:
added support for saving per patch data
23 lines of code changed in 2 files:
added processor node identification to the proc group, also cleaned up method names
46 lines of code changed in 4 files:
Fix some of the comparison between signed and unsigned integer expressions warnings.
2 lines of code changed in 2 files:
Update copyright.
10 lines of code changed in 12 files:
Removed Time.h and replaced with Timers.hpp
28 lines of code changed in 2 files: