Directory Packages/Uintah/CCA/Components/Models/test/

Total Files:
27
Deleted Files:
4
Lines of Code:
6765

[root]/Packages/Uintah/CCA/Components/Models/test

Lines of Code

Packages/Uintah/CCA/Components/Models/test/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 156 (100.0%) 3780 (100.0%) 24.2
callahan 4 (2.6%) 1193 (31.6%) 298.2
harman 60 (38.5%) 1158 (30.6%) 19.3
skumar 5 (3.2%) 1078 (28.5%) 215.6
jones 27 (17.3%) 153 (4.0%) 5.6
dgroulx 18 (11.5%) 78 (2.1%) 4.3
worthen 30 (19.2%) 61 (1.6%) 2.0
sparker 9 (5.8%) 56 (1.5%) 6.2
borodai 2 (1.3%) 2 (0.1%) 1.0
dav 1 (0.6%) 1 (0.0%) 1.0

Most Recent Commits

worthen 2005-12-13 13:23 Rev.: 32829

Some AMR stuff, particularly consolidating the range-queriers for coarse/fine
level interactions. This was done in AMRICE, impAMRICE, MPMICE, MPM, and
HypreDriverSStruct

AdiabaticTable: Do errorEstimate on ICE matls
AMRICE: also add if(doICEonLevel) to some AMR functions
MPMICE: also add MPMICE::refine
Grid: Change the invalidGrid warning from checking to see
if there is an even number of cells to checking if
the interior corners of patches line up with coarse cells.
AMRInterpolate: add the range queriers.

3 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+3 -3)
harman 2005-09-22 08:37 Rev.: 31996

weeds

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/test: PassiveScalar.cc (changed)
harman 2005-09-15 11:29 Rev.: 31959

Spew Diet:

setup()
- replaced cerr with cerr_dbg
- pass in cerrSwitch and activate cerr_dbg only on the first processor
Only see the spew once

23 lines of code changed in 9 files:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+3 -1), ArchesTable.cc (new), ArchesTable.h (new), NonAdiabaticTable.cc (new), TableInterface.h (new)
harman 2005-09-12 13:01 Rev.: 31940

cut down on the spew from table interpolation

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+3 -1)
harman 2005-08-25 08:36 Rev.: 31701

now dumping out co2 and h2o concentrations in the tableTest

17 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+17 -7)
borodai 2005-08-24 15:51 Rev.: 31694

Include extra cells for tableValue calculation so that
BCs would be set properly.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+1 -1)
dav 2005-08-24 13:27 Rev.: 31684

Removed compiler warning.

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/test: PassiveScalar.cc (+1 -1)
harman 2005-08-16 16:49 Rev.: 31541

added errorEstimate task.

167 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+143 -72), AdiabaticTable.h (new)
harman 2005-08-16 16:35 Rev.: 31539

delete d_scalar->mag_grad_scalarLabel

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/test: PassiveScalar.cc (+2)
harman 2005-08-09 17:48 Rev.: 31468

Change in AMR error estimator/set flags code:
- now computing the magnitude of the gradient or divergence of q_CC.
- changed all relevant label names
Easier to visualize the magnitude of the gradient instead of just the gradient.

22 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Models/test: PassiveScalar.cc (+21 -17), PassiveScalar.h (+1 -1)
harman 2005-07-20 10:32 Rev.: 31214

table test.
-output formatting
- include 1.0/(molecular weight of mixture) in output.
(only the JP8 tables contain this data so you'll need to uncomment two lines)

15 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+13 -3), AdiabaticTable.h (+2 -1)
sparker 2005-07-15 08:38 Rev.: 31156

Delete input variables at the end of the ctor, not the permanent ones

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/test: ArchesTable.cc (+1 -1)
sparker 2005-07-14 16:20 Rev.: 31151

Don't free 0th axis (doesn't exist)

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/test: ArchesTable.cc (+1 -1)
sparker 2005-07-14 15:58 Rev.: 31149

Oops - forgot a 0

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/test: ArchesTable.cc (+1 -1)
sparker 2005-07-14 15:57 Rev.: 31148

Axes are ref counted - don't delete arbitrarily

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/test: ArchesTable.cc (+3 -7)
sparker 2005-07-14 15:49 Rev.: 31144

Delete stuff from in_deps, not deps (cut/paste error)

6 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/test: ArchesTable.cc (+6 -6)
sparker 2005-07-14 12:22 Rev.: 31134

Be better about freeing memory

44 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/test: ArchesTable.cc (+44 -16)
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.

78 lines of code changed in 18 files:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+4 -4), ArchesTable.cc (+25 -23), MaterialProperties.cc (+1 -1), Mixing.cc (+8 -7), Mixing2.cc (new), Mixing3.cc (new), NonAdiabaticTable.cc (+4 -4), PassiveScalar.cc (+5 -4), SimpleRxn.cc (new), TableFactory.cc (+3 -3), flameSheet_rxn.cc (+6 -6)
harman 2005-06-29 13:40 Rev.: 30910

Globally:
- useVariance -> d_useVariance
- encapsulated scalarVariance computation into a function
- added tableTest
scalar-f linearly increases with x
dump to cout table values and the pressure.
computeModelSources()
- deleted old debugging code.

88 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Models/test: AdiabaticTable.cc (+79 -121), AdiabaticTable.h (+9 -2)
harman 2005-05-17 08:47 Rev.: 30240

PassiveScalar.cc
__________________________________
- cleanout #includes
- register transported variable that needs to be refluxed

ICE.h
__________________________________
- added AMR_refluxVariable struct
- added global vector of ARM_refluxVariable

ICE.cc
__________________________________
- added registerAMR_refluxVariable
- incorporated models reflux variables into AdvectAndAdvanceInTime

AMRICE.cc
__________________________________
scheduleReflux(), Reflux()
- include refluxing of model transported variables
- added #define SPEW flag

FirstOrderAdvector.cc
__________________________________
-added #define SPEW flag

7 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Models/test: PassiveScalar.cc (+7 -5)

(22 more)

Generated by StatSVN 0.4.0