[root]/CCA/Components/Parent
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 62 (100.0%) | 1261 (100.0%) | 20.3 |
allen | 35 (56.5%) | 899 (71.3%) | 25.6 |
harman | 6 (9.7%) | 174 (13.8%) | 29.0 |
scjmc | 4 (6.5%) | 96 (7.6%) | 24.0 |
dav | 2 (3.2%) | 54 (4.3%) | 27.0 |
cgritton | 6 (9.7%) | 30 (2.4%) | 5.0 |
jas | 6 (9.7%) | 6 (0.5%) | 1.0 |
ahumphrey | 3 (4.8%) | 2 (0.2%) | 0.6 |
added second interface computeTaskGraphIndex to remove need for shared shate call, renamed recomputeTimeStep to recomputeDelT for a more accurate call
4 lines of code changed in 4 files:
standardized the error output for the factories
0 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 1 file:
renamed ComponentFactory to Applicationfactory - moved model mgt from switcher to application
470 lines of code changed in 7 files:
added a SolverCommon class, made OnTheFlyAnalysis a first class UintahParallelComponent, added acess methods for component controll in UintahParallelComponent
12 lines of code changed in 1 file:
Cleanup of the Scheduler to use ports for all components
2 lines of code changed in 1 file:
made the ApplicationInterface purely virtual and cleaned up naming
1 lines of code changed in 1 file:
merged the needCompile into the ApplicationCommon class, removed the passing of appliction values in the DataArchiver
8 lines of code changed in 2 files:
updates to the output messages
24 lines of code changed in 1 file:
fixed typo
1 lines of code changed in 1 file:
clean up of the switching to have a single switch block and cleanup of the setup ordering.
53 lines of code changed in 2 files:
addition work to move the time step and sim time into teh data warehouse. Also more encapulation into the App common
5 lines of code changed in 1 file:
Fixes for static build when --enable-all-components. Remove the PhaseField component from --enable-all-components until duplicate symbols are resolved for the static build.
1 lines of code changed in 1 file:
Global:
- Renamed the component and variables associated with reduceUda -> PostProcessUda
PostProcessUda.cc/h:
- cleaned out testing code
- added a common class
78 lines of code changed in 2 files:
Remove PoissonGPU1 example component.
0 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 1 file:
Added check for modelmaker
3 lines of code changed in 1 file:
Fixed so the model maker is passed down correctly
17 lines of code changed in 1 file:
additional changes related to the Application Common
11 lines of code changed in 1 file:
update to move to a application common class and remove the shared state
272 lines of code changed in 5 files:
added processor node identification to the proc group, also cleaned up method names
4 lines of code changed in 1 file:
Reverted Jon's changes.
96 lines of code changed in 2 files:
Reverted SCJMC commit.
0 lines of code changed in 2 files:
added PhaseField component
52 lines of code changed in 2 files:
- added Heat component
- coarse to fine connections made conditional upon #define SKIP_COARSE_TO_FINE_CONNECTIONS
function: HypreDriverSStruct::makeLinearSystem_CC
file: src/CCA/Components/Solvers/AMR/HypreDriverSStruct.cc Please enter the commit message for your changes. Lines starting
44 lines of code changed in 2 files:
Removed an output statement that should not have been in the previous commit 56956.
0 lines of code changed in 1 file:
Updates to the heat equation example and added an AMR version. The AMR version is still in progress.
6 lines of code changed in 1 file:
Fix builds without Hypre enabled - e.g. componentless build, etc.
SolverTest2 directly included Hypre headers no matter what.
2 lines of code changed in 1 file:
Added to new examples components to for developing Hypre IJ interface and AMR. Currenlty these components are barebones examples that will be iterated upon.
9 lines of code changed in 1 file:
Both temporal and spatial scheduling working correctly for Radiometer.
Effectively, spatial tasks are scheduled "level->eachSpatialPatch()" as opposed to "level->eachPatch". Working to generalize this within the infratructure. For now, schedule spatial tasks independently (independent task for each patch the spatial task runs on), as opposed to scheduling with a spatial PatchSubset. This is so the load balancer can distribute patches more effectively (as opposed to lumping all spatial tasks on a particular node), and so that MPI dependencies can be generated and met correctly.
0 lines of code changed in 1 file:
to to record vars changes with the insitu I added an output and restart problem spec restart to the archiver. As a side affect I compartmentalized the setup in the sim controller
2 lines of code changed in 1 file:
Skeleton code for the modified poisson nerst-planck finite volume solver
5 lines of code changed in 1 file:
Update copyright.
5 lines of code changed in 5 files:
Coupled finite volume solver for Gauss's equation with exisiting mpm code.
5 lines of code changed in 1 file:
Updated boundary conditions to include Neumann bc and added basic code for Gauss's law
5 lines of code changed in 1 file:
Continuation of commit r56249 - this time for some various files.
Mostly cosmetic changes, and preparing for removing a hacked out warning when we moved to C++ 11.
These changes have passed the local RT on Baja.
- The biggest update in this commit (the update to remove the c++11 warning hack) is that you will
no longer be able to compare a ProblemSpecP to 0 (you will need to compare to 'nullptr').
- White space, coding standards, indentation, remove tabs.
- Line up some variables to make them easier to read.
- Use of 80+ columns of text (we decided to allow this 10 years ago) and it makes reading longer lines of code on the screen easier.
- Use {} for if/else clauses even if they are only one line long.
- Please put "else" and "else if" on a new line. The added white space makes following the branching much easier.
M CCA/Components/DataArchiver/DataArchiver.h
M CCA/Components/Parent/Switcher.cc
- Remove the outputPS() function as it appears to be dead code (was commented out).
M CCA/Components/Parent/Switcher.h
M CCA/Components/ProblemSpecification/ProblemSpecReader.cc
- More verbose error message.
M CCA/Components/ReduceUda/UdaReducer.cc
M CCA/Components/Solvers/AMR/AMRSolver.cc
M CCA/Components/Solvers/CGSolver.cc
M CCA/Components/Solvers/HypreSolver.cc
M Core/ProblemSpec/ProblemSpec.cc
M R_Tester/helpers/runSusTests.py
M R_Tester/toplevel/generateGoldStandards.py
- Remove the SCI_SIGNALMODE env flag that was being passed to the tester. As far as I can tell, SCI_SIGNALMODE
was removed from Uintah a long time ago when we cut out a lot of SCIRun stuff. Also, in a bizarre twist,
adding "-x SCI_SIGNALMODE" (or in fact, any "-x " var that is over 8 characters long) causes the answers
to a few tests (eg: methane_fire_8patch_petscrad) to fail exact comparison (at e-15 or so).
54 lines of code changed in 2 files: