Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 149 (100.0%) | 8600 (100.0%) | 57.7 |
CCA/Components/Models/Radiation/RMCRT/Docs/ExplanationRayMarching/Explanation of ray marching/ | 30 (20.1%) | 2246 (26.1%) | 74.8 |
CCA/Components/Models/Radiation/RMCRT/Docs/ExplanationRayMarching/ | 15 (10.1%) | 2246 (26.1%) | 149.7 |
CCA/Components/Models/Radiation/RMCRT/ | 73 (49.0%) | 2039 (23.7%) | 27.9 |
CCA/Components/Models/Radiation/RMCRT/Docs/ExplanationBoundaryFlux/ | 13 (8.7%) | 1370 (15.9%) | 105.3 |
CCA/Components/Models/Radiation/RMCRT/Docs/ | 3 (2.0%) | 663 (7.7%) | 221.0 |
CCA/Components/Examples/ | 8 (5.4%) | 21 (0.2%) | 2.6 |
CCA/Components/Arches/SourceTerms/ | 6 (4.0%) | 14 (0.2%) | 2.3 |
R_Tester/ | 1 (0.7%) | 1 (0.0%) | 1.0 |
Bug fix. In the snippet of code that handles
the first step in a new level, 3 lines of code
got duplicated.
Now gives correct answer when all 3 levels are
the same.
This will change the answers, and will need a
new GS for the data onion test.
5 lines of code changed in 1 file:
Put code back in from Rev 48281 that was removed
last spring. This code takes the coarsening ratios
between the levels of a data onion, and
handles the first step of ray tracing once a level
boundary has been breached.
This commit computes the coarsening ratios,
whereas the previous commit used hard-coded
values.
I thought this would change the answers to
RMCRT_bm1_DO, but somewhat surprisingly,
the results are unchanged. I will look into
why this is, but for now, based on my localRT,
the answers shouldn't change.
34 lines of code changed in 1 file:
Removed false comment statement.
Removed lines that never get executed.
0 lines of code changed in 1 file:
Moved filtering algorithm to its own task.
121 lines of code changed in 2 files:
Cleanup
0 lines of code changed in 1 file:
Comment clean up.
Slight speed-up on has_a_boundary() by
minimizing re-assignment of adjacentCell.
37 lines of code changed in 1 file:
Removed boundFlux map. Cleaned up comments.
Added filtering capability for divQ.
79 lines of code changed in 2 files:
Turning back on RMCRT tests.
1 lines of code changed in 1 file:
Bug fix to correct failing RT. Initialize
method currently doesn't exist for stencil7
variables, so boundFlux is now being initialized
in a getExtraCell iterator.
A new gold standard can be created from this.
10 lines of code changed in 1 file:
Allow user to specify independently the number
of rays used for divQ and flux calculations.
10 lines of code changed in 2 files:
Fix ordering for flux faces.
1 lines of code changed in 1 file:
Bug fix on automation of solve boundary fluxes.
Code clean up.
21 lines of code changed in 1 file:
Replaced the map that stored fluxes with a stencil7.
We can put the map back in later, but this will
allow for regression testing of the fluxes.
Also, now Ray.cc can handle multiple fluxes per
cell for cells that have more than one boundary face.
183 lines of code changed in 2 files:
Remove compiler warnings.
4 lines of code changed in 1 file:
Made cellType general and dynamic, whereas before
the values of cellType that were recognized as walls
were hard coded.
10 lines of code changed in 1 file:
Added benchmark testing for fluxes.
29 lines of code changed in 1 file:
Added flag to turn off reflections for DOM
comparisons. Added flag to turn off solving
of divQ for computations where only q is
desired.
13 lines of code changed in 2 files:
Allow for scattering/ non-scattering cases
via compiler directive in configure line.
Added error handling for scattering.
37 lines of code changed in 2 files:
Scattering. This version has been verified against a
benchmark case described by R. Siegel. Documentation
and regression test to come shortly.
165 lines of code changed in 2 files:
The #define SCATTER was left uncommented in the
last commit. It doesn't change the answers in
the RT either way, since the default is a scattering
coefficient of 0 (no scattering), but it is safer
and faster to have it undefined unless we're
actually running a case with scattering.
1 lines of code changed in 1 file:
(37 more)