Directory CCA/Ports/

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

[root]/CCA/Ports

Lines of Code

CCA/Ports/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 123 (100.0%) 104 (100.0%) 0.8
jas 115 (93.5%) 88 (84.6%) 0.7
guilkey 1 (0.8%) 8 (7.7%) 8.0
luitjens 5 (4.1%) 6 (5.8%) 1.2
harman 2 (1.6%) 2 (1.9%) 1.0

Most Recent Commits

luitjens 2010-12-09 15:23 Rev.: 46587

Changed the way getParticleSubset() with an arbitrary range is queried. You now pass in the patch from which you want the data as the key and no longer pass in a level.

2 lines of code changed in 2 files:

  • CCA/Ports: DataWarehouse.h (+2 -2)
jas 2010-08-11 20:35 Rev.: 46018

Update copyright date.

12 lines of code changed in 24 files:

  • CCA/Ports: DataWarehouse.cc (new), LoadBalancer.cc (new), ModelInterface.cc (+1 -1), ModelMaker.cc (new), Output.cc (new), ProblemSpecInterface.cc (new), Regridder.cc (new), SFC.cc (+1 -1), Scheduler.cc (new), SimulationInterface.cc (+1 -1), SolverInterface.cc (+1 -1), SwitchingCriteria.cc (new)
harman 2010-07-19 12:36 Rev.: 45889

Register the transported variable MaterialSet instead of the Material subset.
You can always get the matl subset from the set.

2 lines of code changed in 2 files:

  • CCA/Ports: ModelInterface.h (new)
luitjens 2010-06-14 13:31 Rev.: 45724

Added the ability to query the data archive to see if a label is being saved. This will always return false if the output has been disabled by setting the output frequency to 0.


3 lines of code changed in 2 files:

  • CCA/Ports: Output.h (new)
luitjens 2010-05-14 12:00 Rev.: 45634

Add the ability to call getModifiable(gridVar) with ghost cells. Users should be able to write to these ghost cells but any data written to them will be lost when the task exits. This is useful for computing data locally instead of communicating it (for example a node entered value that is computed from a cell value which is required with ghost cells).


1 lines of code changed in 1 file:

  • CCA/Ports: DataWarehouse.h (+1 -1)
jas 2010-03-09 10:28 Rev.: 45420

Update copyright dates.

1 lines of code changed in 2 files:

  • CCA/Ports: sub.mk (+1 -1)
jas 2010-03-08 14:00 Rev.: 45409

Update copyright dates

17 lines of code changed in 31 files:

  • CCA/Ports: DataWarehouse.h (+1 -1), DataWarehouseP.h (new), InputContext.h (+1 -1), LoadBalancer.h (+1 -1), ModelInterface.h (+1 -1), ModelMaker.h (+1 -1), Output.h (+1 -1), OutputContext.h (+1 -1), ProblemSpecInterface.h (new), Regridder.h (+1 -1), SFC.h (new), Scheduler.h (new), SchedulerP.h (new), SimulationInterface.h (new), SolverInterface.h (new), SwitchingCriteria.h (+1 -1), uintahshare.h (+1 -1)
jas 2010-03-08 10:54 Rev.: 45405

Undoing commit 45403

29 lines of code changed in 29 files:

  • CCA/Ports: DataWarehouse.cc (+1 -1), DataWarehouse.h (+1 -1), DataWarehouseP.h (+1 -1), InputContext.h (+1 -1), LoadBalancer.cc (+1 -1), LoadBalancer.h (+1 -1), ModelInterface.cc (+1 -1), ModelInterface.h (+1 -1), ModelMaker.cc (+1 -1), ModelMaker.h (+1 -1), Output.cc (+1 -1), Output.h (+1 -1), OutputContext.h (+1 -1), ProblemSpecInterface.cc (+1 -1), ProblemSpecInterface.h (+1 -1), Regridder.cc (+1 -1), Regridder.h (+1 -1), SFC.cc (+1 -1), SFC.h (+1 -1), Scheduler.cc (+1 -1), Scheduler.h (+1 -1), SchedulerP.h (+1 -1), SimulationInterface.cc (+1 -1), SimulationInterface.h (+1 -1), SolverInterface.cc (+1 -1), SolverInterface.h (+1 -1), SwitchingCriteria.cc (+1 -1), SwitchingCriteria.h (+1 -1), uintahshare.h (+1 -1)
jas 2010-03-07 23:13 Rev.: 45403

Update copyright date.

29 lines of code changed in 29 files:

  • CCA/Ports: DataWarehouse.cc (+1 -1), DataWarehouse.h (+1 -1), DataWarehouseP.h (+1 -1), InputContext.h (+1 -1), LoadBalancer.cc (+1 -1), LoadBalancer.h (+1 -1), ModelInterface.cc (+1 -1), ModelInterface.h (+1 -1), ModelMaker.cc (+1 -1), ModelMaker.h (+1 -1), Output.cc (+1 -1), Output.h (+1 -1), OutputContext.h (+1 -1), ProblemSpecInterface.cc (+1 -1), ProblemSpecInterface.h (+1 -1), Regridder.cc (+1 -1), Regridder.h (+1 -1), SFC.cc (+1 -1), SFC.h (+1 -1), Scheduler.cc (+1 -1), Scheduler.h (+1 -1), SchedulerP.h (+1 -1), SimulationInterface.cc (+1 -1), SimulationInterface.h (+1 -1), SolverInterface.cc (+1 -1), SolverInterface.h (+1 -1), SwitchingCriteria.cc (+1 -1), SwitchingCriteria.h (+1 -1), uintahshare.h (+1 -1)
guilkey 2010-02-16 20:13 Rev.: 45355

Further progress on CohesiveZones. This involved adding an additional instance of Relocate to the SchedulerCommon class, so that the first call to
scheduleParticleRelocate didn't get overwritten by the second.

8 lines of code changed in 1 file:

  • CCA/Ports: Scheduler.h (+8)
Generated by StatSVN 0.4.0