Directory Packages/Uintah/CCA/Ports/

Total Files:
16
Deleted Files:
0
Lines of Code:
1530

[root]/Packages/Uintah/CCA/Ports

Lines of Code

Packages/Uintah/CCA/Ports/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 73 (100.0%) 223 (100.0%) 3.0
worthen 28 (38.4%) 84 (37.7%) 3.0
jas 14 (19.2%) 67 (30.0%) 4.7
harman 10 (13.7%) 29 (13.0%) 2.9
jones 7 (9.6%) 20 (9.0%) 2.8
dgroulx 3 (4.1%) 11 (4.9%) 3.6
guilkey 4 (5.5%) 10 (4.5%) 2.5
dav 7 (9.6%) 2 (0.9%) 0.2

Most Recent Commits

harman 2005-11-30 13:51 Rev.: 32670

Added ability to normalize the residual before checking for convergence,
by default this normalization factor = 1.0

CGSolver.cc
- nuked all the #if OPT sections

9 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Ports: SolverInterface.cc (+1), SolverInterface.h (+8 -1)
worthen 2005-11-01 15:53 Rev.: 32395

Various scheduler changes to prepare for AMR features and bugs (needed with the last commit)

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Ports: DataWarehouse.h (new)
harman 2005-10-26 14:22 Rev.: 32319

added virtual function getName() which returns the solver name.

5 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Ports: SolverInterface.h (+5 -1)
jas 2005-09-02 09:45 Rev.: 31857

Add scheduleInitialize() virtual function.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Ports: SwitchingCriteria.h (new)
jas 2005-08-30 16:28

Add SwitchingCriteria port.

44 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Ports: SwitchingCriteria.cc (new 11), SwitchingCriteria.h (+33), sub.mk (changed)
dav 2005-08-26 16:40 Rev.: 31723


M Components/LoadBalancers/LoadBalancerCommon.h

With Bryan's help, added createPerProcessorPatchSet(Grid). Added
comment on how these functions work.

M Components/LoadBalancers/LoadBalancerCommon.cc

Implementation of new function createPerProcessorPatchSet(Grid).

M Components/ICE/ICE.h

schedule_bogus_imp_delP() uses perProcPatches now.

M Components/ICE/impAMRICE.cc

Removed the allPatchSets that Todd was creating in favor of the
createPerProcessorPatchSet(Grid) that Bryan implemented. Turned off
matrix_CFI stuff for now. Removed a couple of compiler warnings.
Added "TODO" to a location that has a comment that seems to indicate
that something should be done (sooner than later). Only schedule one
task (with all patches across all levels) for the pressure solve.

M Ports/LoadBalancer.h

Declared the new virtual function createPerProcessorPatchSet(Grid).

1 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Ports: LoadBalancer.h (new)
dav 2005-08-15 13:20 Rev.: 31522

Move the implementation of the function into the .cc file and have it throw an error if used (as it should only be used if it is implemented by a specific component.

0 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Ports: SimulationInterface.cc (new), SimulationInterface.h (changed)
harman 2005-08-12 14:07 Rev.: 31506

Pass a scheduler into scheduleLockstepTimeAdvance()

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Ports: SimulationInterface.h (+2 -1)
worthen 2005-08-11 12:15 Rev.: 31495

Add interface for each component to specify how to schedule its own taskgraph

5 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Ports: SimulationInterface.h (+5)
worthen 2005-07-29 15:57 Rev.: 31333

Switcher - get carry-over to work
ViscoScram - append _implicit to pStatedata (to not conflict with non-implicit's name)
SerialMPM, ImpMPM, MPMICE - change switch tests to use reduction variables to work under mpi
MPMLabel - remove switchLabel
SimulationState - add necessary switcher things for all components to see
Scheduler* - add interface to the taskgraph so the switcher can query tasks

7 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Ports: Scheduler.h (+7)
worthen 2005-07-13 17:13 Rev.: 31126

Schedulers: Tracking vars

Remainder: AMR working up to 3d, parallel

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Ports: Scheduler.h (+3 -2)
dgroulx 2005-07-12 12:26 Rev.: 31087

Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.

11 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Ports: DataWarehouse.cc (new), SimulationInterface.cc (+9 -9)
dav 2005-07-05 17:41 Rev.: 30992

Removed compiler warnings.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Ports: SimulationInterface.h (+1 -1)
worthen 2005-06-29 16:04 Rev.: 30919

Provide interface to have the sim component output/read state in the timestep.xml file, resulting in a Switcher test to successfully restart before, after and during a component switch (and have compare_uda pass successfully)

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Ports: SimulationInterface.h (+3)
worthen 2005-06-23 12:52 Rev.: 30854

IntVector: rewrite < and (didn't sort for STL functions) remove >, <=, >=

Everything else: Make Particle Subsets work with a specified range instead of with ghost cells

12 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Ports: DataWarehouse.h (+12 -11)
jas 2005-06-22 11:45 Rev.: 30822

Change scheduleSwitchTest to an empty function.

3 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Ports: SimulationInterface.cc (+1), SimulationInterface.h (+2 -1)
jas 2005-06-07 09:22 Rev.: 30592

Add switcher component.
Add switchComponent to SimulationInterface.

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Ports: SimulationInterface.h (+2)
jas 2005-05-17 15:05 Rev.: 30248

Add virtual destructor for ModelSetup.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Ports: ModelInterface.h (changed)
harman 2005-05-17 13:12 Rev.: 30245

added virtual registerAMR_refluxVariable

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Ports: ModelInterface.h (+3)
harman 2005-05-12 12:34 Rev.: 30156

pass doAMR into the models.

5 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Ports: ModelMaker.h (new)

(18 more)

Generated by StatSVN 0.4.0