[root]/CCA/Components/Application
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 44 (100.0%) | 2446 (100.0%) | 55.5 |
allen | 42 (95.5%) | 2400 (98.1%) | 57.1 |
ahumphrey | 2 (4.5%) | 46 (1.9%) | 23.0 |
removed the need for the grid to be passed
0 lines of code changed in 4 files:
changed overrideVariableBehavior not to copy
4 lines of code changed in 1 file:
added second interface computeTaskGraphIndex to remove need for shared shate call, renamed recomputeTimeStep to recomputeDelT for a more accurate call
29 lines of code changed in 2 files:
Broke the large libs into smaller libraries allowing of the removal the ModelFactory Component and moved all application code from core
0 lines of code changed in 2 files:
added access to the regridder and fixed typo
2 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.
1 lines of code changed in 1 file:
renamed ComponentFactory to Applicationfactory - moved model mgt from switcher to application
1 lines of code changed in 1 file:
added a SolverCommon class, made OnTheFlyAnalysis a first class UintahParallelComponent, added acess methods for component controll in UintahParallelComponent
7 lines of code changed in 2 files:
Cleanup of the Scheduler to use ports for all components
22 lines of code changed in 2 files:
made the ApplicationInterface purely virtual and cleaned up naming
308 lines of code changed in 2 files:
more cleanup of the recompiling
30 lines of code changed in 2 files:
merged the needCompile into the ApplicationCommon class, removed the passing of appliction values in the DataArchiver
12 lines of code changed in 1 file:
changed the stored delta T to actual delta T used for the next time step
222 lines of code changed in 2 files:
fixed typo
1 lines of code changed in 1 file:
addition work to move the time step and sim time into teh data warehouse. Also more encapulation into the App common
188 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...
45 lines of code changed in 1 file:
removed the delta T label from the shared state and began removing the shared state where possible
10 lines of code changed in 2 files:
drop the reference
2 lines of code changed in 1 file:
Fixed so the model maker is passed down correctly
7 lines of code changed in 2 files:
additional changes related to the Application Common
58 lines of code changed in 2 files:
fixed setting the inital timestep and remvoed comments
4 lines of code changed in 1 file:
consolation of code in the controller and cleanup of app common
23 lines of code changed in 1 file:
updates to the new app common class
692 lines of code changed in 2 files:
updates to the Application Common
274 lines of code changed in 2 files:
adding new files for Applications
504 lines of code changed in 3 files: