Directory CCA/Ports/

Total Files:
30
Deleted Files:
0
Lines of Code:
6810

[root]/CCA/Ports

Lines of Code

CCA/Ports/ Lines of Code

Developers

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

Most Recent Commits

harman 2011-10-25 16:14 Rev.: 47769

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:

  • CCA/Ports: SolverInterface.h (new)
qymeng 2011-10-17 14:54 Rev.: 47731

clean up old models before switching to a new component

0 lines of code changed in 2 files:

  • CCA/Ports: ModelMaker.h (new)
harman 2011-10-13 16:39 Rev.: 47713

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:

  • CCA/Ports: SolverInterface.cc (+2 -1), SolverInterface.h (+34 -6)
harman 2011-09-16 13:19 Rev.: 47601

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:

  • CCA/Ports: SimulationInterface.h (new)
jas 2011-09-07 18:50 Rev.: 47559

Revert checkins 47557 & 47558.

5 lines of code changed in 2 files:

  • CCA/Ports: SolverInterface.cc (-13), SolverInterface.h (+5 -18)
jas 2011-09-07 16:37 Rev.: 47558


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:

  • CCA/Ports: SolverInterface.cc (+13), SolverInterface.h (+18 -5)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

30 lines of code changed in 56 files:

  • CCA/Ports: DataWarehouse.cc (new), DataWarehouse.h (+1 -1), DataWarehouseP.h (+1 -1), InputContext.h (new), LoadBalancer.cc (+1 -1), LoadBalancer.h (new), ModelInterface.cc (new), ModelInterface.h (new), ModelMaker.cc (+1 -1), ModelMaker.h (+1 -1), Output.cc (+1 -1), Output.h (new), OutputContext.h (new), ProblemSpecInterface.cc (new), ProblemSpecInterface.h (new), Regridder.cc (new), Regridder.h (new), SFC.cc (new), SFC.h (+1 -1), Scheduler.cc (new), Scheduler.h (new), SchedulerP.h (new), SimulationInterface.cc (new), SimulationInterface.h (+1 -1), SolverInterface.cc (+1 -1), SolverInterface.h (+1 -1), SwitchingCriteria.cc (new), SwitchingCriteria.h (new), sub.mk (+1 -1), uintahshare.h (new)
jsutherland 2011-07-12 23:04 Rev.: 47324

Eliminate "using namespace std" and similar from header files. That is a big no-no!

18 lines of code changed in 5 files:

  • CCA/Ports: DataWarehouse.h (+2 -2), LoadBalancer.h (+2 -2), ModelInterface.h (+1 -1), Regridder.h (+2 -2), Scheduler.h (+11 -11)
qymeng 2011-05-18 15:41 Rev.: 47208

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:

  • CCA/Ports: Scheduler.h (+1)
jsutherland 2011-01-05 10:40 Rev.: 46667

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:

  • CCA/Ports: SFC.cc (+187 -187), SFC.h (+279 -280)
Generated by StatSVN 0.4.0