Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 77 (100.0%) | 598 (100.0%) | 7.7 |
jsutherland | 7 (9.1%) | 484 (80.9%) | 69.1 |
jas | 60 (77.9%) | 66 (11.0%) | 1.1 |
harman | 7 (9.1%) | 47 (7.9%) | 6.7 |
qymeng | 3 (3.9%) | 1 (0.2%) | 0.3 |
The component now has the option to restart a timestep
if the solver can't find a solution. Default is to throw
an exception. Previously, it would try to restart a timestep.
11 lines of code changed in 2 files:
clean up old models before switching to a new component
0 lines of code changed in 2 files:
Added dynamic tolerance capability that can be turn on by a component.
This is used by Arches pressure solver.
*This should not alter the answers
36 lines of code changed in 3 files:
global:
- removed addToTimestepXML() and readFromTimestepXML() this is just duplication
of outputProblemSpec() and problemSetup()
Switcher (AKA Mexican Jail)
- final cleanup
Added comments
Changed some exception types from problemSetup -> InernalError
more descriptive exception messages
* I'm now playing my get out of jail free card.
0 lines of code changed in 2 files:
Revert checkins 47557 & 47558.
5 lines of code changed in 2 files:
The Hypre Setup phase is done at the beginning of the solve and
periodically depending on the value of <setupFrequency>.
31 lines of code changed in 2 files:
Update copyright year.
30 lines of code changed in 56 files:
Eliminate "using namespace std" and similar from header files. That is a big no-no!
18 lines of code changed in 5 files:
Support more than 2 ghost cells.
This will allow a task to request any number of ghost cells up to the whole grid.
1 lines of code changed in 1 file:
This checkin may break something if I was not able to build it. I will clean it up if that happens...
- removing "using" standard namespace stuff from headers. This is really bad practice, and anyone doing it should be flogged. Opening up a namespace in a header file defeats the purpose of namespaces because all downstream inclusions of the header file will also result in that namespace opening up. This can lead to inadvertent name clashes, etc. Only open a namespace in an implementation file!
- put the SymmMatrix3 implementation in the Uintah namespace to be consistent with its declaration.
466 lines of code changed in 2 files: