Directory CCA/Components/Parent/

Total Files:
5
Deleted Files:
2
Lines of Code:
1299

[root]/CCA/Components/Parent

Lines of Code

CCA/Components/Parent/ Lines of Code

Developers

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

Most Recent Commits

allen 2017-12-21 21:23 Rev.: 57512

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:

  • CCA/Components/Parent: Switcher.cc (new), Switcher.h (new)
allen 2017-12-21 14:50 Rev.: 57506

standardized the error output for the factories

0 lines of code changed in 2 files:

  • CCA/Components/Parent: ApplicationFactory.cc (new)
allen 2017-12-20 11:02 Rev.: 57484

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:

  • CCA/Components/Parent: Switcher.cc (-4)
allen 2017-12-14 19:42 Rev.: 57453

renamed ComponentFactory to Applicationfactory - moved model mgt from switcher to application

470 lines of code changed in 7 files:

  • CCA/Components/Parent: ApplicationFactory.cc (+411), ApplicationFactory.h (new 51), ComponentFactory.cc (del), ComponentFactory.h (del), Switcher.cc (+7 -14), sub.mk (new)
allen 2017-12-13 18:22 Rev.: 57440

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:

  • CCA/Components/Parent: Switcher.cc (+12 -8)
allen 2017-12-12 20:26 Rev.: 57433

Cleanup of the Scheduler to use ports for all components

2 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+2 -2)
allen 2017-12-12 14:13 Rev.: 57430

made the ApplicationInterface purely virtual and cleaned up naming

1 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+1 -1)
allen 2017-12-11 15:56 Rev.: 57421

merged the needCompile into the ApplicationCommon class, removed the passing of appliction values in the DataArchiver

8 lines of code changed in 2 files:

  • CCA/Components/Parent: Switcher.cc (+7 -7), Switcher.h (+1 -1)
allen 2017-12-01 11:26 Rev.: 57382

updates to the output messages

24 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+24 -18)
allen 2017-11-30 17:42 Rev.: 57381

fixed typo

1 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+1 -1)
allen 2017-11-30 17:38 Rev.: 57380

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:

  • CCA/Components/Parent: Switcher.cc (+50 -74), Switcher.h (+3)
allen 2017-11-29 17:50 Rev.: 57376

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:

  • CCA/Components/Parent: Switcher.cc (+5)
jas 2017-11-29 12:39 Rev.: 57369

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:

  • CCA/Components/Parent: sub.mk (+1)
harman 2017-11-28 15:48 Rev.: 57358

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:

  • CCA/Components/Parent: ComponentFactory.cc (new 77), sub.mk (+1 -1)
ahumphrey 2017-11-27 20:15 Rev.: 57352

Remove PoissonGPU1 example component.

0 lines of code changed in 1 file:

  • CCA/Components/Parent: ComponentFactory.cc (-4)
allen 2017-11-24 15:37 Rev.: 57339

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:

  • CCA/Components/Parent: Switcher.cc (+10 -17)
allen 2017-11-22 22:13 Rev.: 57336

Added check for modelmaker

3 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+3 -2)
allen 2017-11-22 22:05 Rev.: 57335

Fixed so the model maker is passed down correctly

17 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+17 -15)
allen 2017-11-22 21:12 Rev.: 57334

additional changes related to the Application Common

11 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+11 -16)
allen 2017-11-21 15:40 Rev.: 57322

update to move to a application common class and remove the shared state

272 lines of code changed in 5 files:

  • CCA/Components/Parent: ComponentFactory.cc (+103 -73), ComponentFactory.h (new 5), Switcher.cc (+150 -124), Switcher.h (+13 -13), sub.mk (+1)
allen 2017-10-25 12:48 Rev.: 57176

added processor node identification to the proc group, also cleaned up method names

4 lines of code changed in 1 file:

  • CCA/Components/Parent: Switcher.cc (+4 -4)
harman 2017-09-14 09:44 Rev.: 56998

Reverted Jon's changes.

96 lines of code changed in 2 files:

  • CCA/Components/Parent: ComponentFactory.cc (+94), sub.mk (+2)
harman 2017-09-13 10:55 Rev.: 56994

Reverted SCJMC commit.

0 lines of code changed in 2 files:

  • CCA/Components/Parent: ComponentFactory.cc (-94), sub.mk (-2)
scjmc 2017-09-13 02:01 Rev.: 56993

added PhaseField component

52 lines of code changed in 2 files:

  • CCA/Components/Parent: ComponentFactory.cc (+51), sub.mk (+1)
scjmc 2017-09-13 01:59 Rev.: 56992

- 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:

  • CCA/Components/Parent: ComponentFactory.cc (+43), sub.mk (+1)
cgritton 2017-09-01 10:29 Rev.: 56957

Removed an output statement that should not have been in the previous commit 56956.

0 lines of code changed in 1 file:

  • CCA/Components/Parent: ComponentFactory.cc (-2)
cgritton 2017-09-01 10:20 Rev.: 56956

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:

  • CCA/Components/Parent: ComponentFactory.cc (+6)
ahumphrey 2017-08-11 18:14 Rev.: 56876

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:

  • CCA/Components/Parent: ComponentFactory.cc (+2)
cgritton 2017-08-10 15:23 Rev.: 56870

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:

  • CCA/Components/Parent: ComponentFactory.cc (+9 -1)
ahumphrey 2017-07-07 09:50 Rev.: 56764

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:

  • CCA/Components/Parent: ComponentFactory.cc (-3)
allen 2017-05-31 14:29 Rev.: 56584

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:

  • CCA/Components/Parent: Switcher.cc (+2 -2)
cgritton 2017-05-15 16:19 Rev.: 56526

Skeleton code for the modified poisson nerst-planck finite volume solver

5 lines of code changed in 1 file:

  • CCA/Components/Parent: ComponentFactory.cc (+5)
jas 2017-04-20 13:30 Rev.: 56464

Update copyright.

5 lines of code changed in 5 files:

  • CCA/Components/Parent: ComponentFactory.cc (+1 -1), ComponentFactory.h (+1 -1), Switcher.cc (+1 -1), Switcher.h (+1 -1), sub.mk (+1 -1)
cgritton 2017-03-23 10:27 Rev.: 56350

Coupled finite volume solver for Gauss's equation with exisiting mpm code.

5 lines of code changed in 1 file:

  • CCA/Components/Parent: ComponentFactory.cc (+5)
cgritton 2017-03-09 11:58 Rev.: 56309

Updated boundary conditions to include Neumann bc and added basic code for Gauss's law

5 lines of code changed in 1 file:

  • CCA/Components/Parent: ComponentFactory.cc (+5)
dav 2017-02-26 16:05 Rev.: 56252

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:

  • CCA/Components/Parent: Switcher.cc (+6 -47), Switcher.h (+48 -50)
Generated by StatSVN 0.7.0