[root]/Packages/Uintah/CCA/Components/Models/test
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 |
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:
weeds
0 lines of code changed in 2 files:
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:
cut down on the spew from table interpolation
3 lines of code changed in 1 file:
now dumping out co2 and h2o concentrations in the tableTest
17 lines of code changed in 1 file:
Include extra cells for tableValue calculation so that
BCs would be set properly.
1 lines of code changed in 1 file:
Removed compiler warning.
1 lines of code changed in 1 file:
added errorEstimate task.
167 lines of code changed in 3 files:
delete d_scalar->mag_grad_scalarLabel
2 lines of code changed in 1 file:
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:
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:
Delete input variables at the end of the ctor, not the permanent ones
1 lines of code changed in 1 file:
Don't free 0th axis (doesn't exist)
1 lines of code changed in 1 file:
Oops - forgot a 0
1 lines of code changed in 1 file:
Axes are ref counted - don't delete arbitrarily
3 lines of code changed in 1 file:
Delete stuff from in_deps, not deps (cut/paste error)
6 lines of code changed in 1 file:
Be better about freeing memory
44 lines of code changed in 1 file:
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:
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:
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:
(22 more)