Directory CCA/Components/Solvers/AMR/

Total Files:
10
Deleted Files:
0
Lines of Code:
2865

[root]/CCA/Components/Solvers/AMR
                    directory in repo HyprePreconds (13 files, 1181 lines)
                    directory in repo HypreSolvers (19 files, 1993 lines)

Lines of Code

CCA/Components/Solvers/AMR/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 45 (100.0%) 97 (100.0%) 2.1
allen 28 (62.2%) 76 (78.4%) 2.7
jas 13 (28.9%) 10 (10.3%) 0.7
dav 1 (2.2%) 7 (7.2%) 7.0
scjmc 1 (2.2%) 2 (2.1%) 2.0
harman 2 (4.4%) 2 (2.1%) 1.0

Most Recent Commits

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

26 lines of code changed in 14 files:

  • CCA/Components/Solvers/AMR: AMRSolver.cc (+4 -4), AMRSolver.h (new), HypreDriver.cc (+2 -2), HypreDriver.h (+1 -1), HypreDriverSStruct.cc (new), HypreDriverStruct.cc (+2 -2), sub.mk (new)
allen 2017-12-12 20:26 Rev.: 57433

Cleanup of the Scheduler to use ports for all components

4 lines of code changed in 3 files:

  • CCA/Components/Solvers/AMR: AMRSolver.cc (+2 -2), HypreDriver.cc (+1 -1), HypreDriverStruct.cc (+1 -1)
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

2 lines of code changed in 2 files:

  • CCA/Components/Solvers/AMR: AMRSolver.cc (+1 -49), AMRSolver.h (+1 -4)
allen 2017-11-22 21:12 Rev.: 57334

additional changes related to the Application Common

2 lines of code changed in 1 file:

  • CCA/Components/Solvers/AMR: AMRSolver.h (+2)
allen 2017-11-06 13:11 Rev.: 57230

removed spurious header file

1 lines of code changed in 1 file:

  • CCA/Components/Solvers/AMR: AMRSolver.h (+1 -1)
allen 2017-10-25 12:48 Rev.: 57176

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

8 lines of code changed in 2 files:

  • CCA/Components/Solvers/AMR: HypreDriver.h (+2 -2), HypreDriverSStruct.cc (+6 -6)
allen 2017-10-23 12:27 Rev.: 57165

changed inner loop index to j

6 lines of code changed in 1 file:

  • CCA/Components/Solvers/AMR: HypreDriverSStruct.cc (+6 -6)
harman 2017-09-14 09:44 Rev.: 56998

Reverted Jon's changes.

2 lines of code changed in 1 file:

  • CCA/Components/Solvers/AMR: HypreDriverSStruct.cc (+2)
harman 2017-09-13 10:55 Rev.: 56994

Reverted SCJMC commit.

0 lines of code changed in 1 file:

  • CCA/Components/Solvers/AMR: HypreDriverSStruct.cc (-2)
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

2 lines of code changed in 1 file:

  • CCA/Components/Solvers/AMR: HypreDriverSStruct.cc (+2)
jas 2017-04-20 13:28 Rev.: 56458

Update copyright.

10 lines of code changed in 13 files:

  • CCA/Components/Solvers/AMR: AMRSolver.cc (+1 -1), AMRSolver.h (+1 -1), HypreDriver.cc (+1 -1), HypreDriver.h (+1 -1), HypreDriverSStruct.cc (+1 -1), HypreDriverSStruct.h (new), HypreDriverStruct.cc (+1 -1), HypreDriverStruct.h (new), HypreSolverParams.h (+1 -1), sub.mk (+1 -1)
allen 2017-04-13 16:24 Rev.: 56421

Removed Time.h and replaced with Timers.hpp

27 lines of code changed in 4 files:

  • CCA/Components/Solvers/AMR: AMRSolver.cc (-1), HypreDriver.cc (-1), HypreDriver.h (+27 -19), HypreDriverStruct.cc (-1)
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).


7 lines of code changed in 1 file:

  • CCA/Components/Solvers/AMR: AMRSolver.cc (+7 -7)
Generated by StatSVN 0.7.0