[root]/CCA/Components/Models/Radiation/RMCRT
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 47 (100.0%) | 3044 (100.0%) | 64.7 |
harman | 29 (61.7%) | 2148 (70.6%) | 74.0 |
ihunsaker | 11 (23.4%) | 889 (29.2%) | 80.8 |
jsutherland | 2 (4.3%) | 3 (0.1%) | 1.5 |
qymeng | 2 (4.3%) | 2 (0.1%) | 1.0 |
jas | 3 (6.4%) | 2 (0.1%) | 0.6 |
-formatting.
-added Ray Tracing task using the "data Onion" scheme.
Work in progress.
0 lines of code changed in 4 files:
Formatting
22 lines of code changed in 1 file:
Changed BCs to Dirichlet in benchmark1 input file.
Ensured rays don't enter reflection loop if boundary is black.
Should not change answer or time for benchmark13pt2.
Will change time for benchmark1 and answers from previous commit
for benchmark1.
42 lines of code changed in 1 file:
Modified Ray.cc to allow for interactive BCs of abskg and temperature.
Removed obsolete parameters from input files.
7 lines of code changed in 1 file:
Added a few lines for quick debugging
9 lines of code changed in 1 file:
RayTrace()
Include extra cells when getting sigmaT4 and abskg from the data warehouse.
7 lines of code changed in 1 file:
Added input file switch for random seeding. The default is true.
Added:
<randomSeed> false </randomSeed>
input files.
3 lines of code changed in 2 files:
Moved getIteratorBCValueBCKind() from ICE upstream so other
components can use it.
This should not change the answers
0 lines of code changed in 2 files:
The example component now requires the user to set boundary conditions
for the color & abskg.
User must also specify an initial condition for abskg.
The answers will change due to extracells being used, but the order of accuracy
is exactly the same.
224 lines of code changed in 2 files:
Added back in Todd's changes.
204 lines of code changed in 1 file:
Removed a constant to the outside of a loop.
243 lines of code changed in 1 file:
formatting and cleaned out redundant comments.
206 lines of code changed in 1 file:
Added reflections and wall emission to Ray.cc. Modified input and xml files to allow user to run benchmark_13pt2
292 lines of code changed in 2 files:
Moved mTwister inside Ray::rayTrace task.
This fixed a performance issue when uing threaded mpi scheduler on ray tracing simulation.
2 lines of code changed in 2 files:
Update copyright year.
2 lines of code changed in 3 files:
Eliminate "using namespace std" and similar from header files. That is a big no-no!
3 lines of code changed in 2 files:
formatting
tabs
variable size is now a long int.
15 lines of code changed in 1 file:
added non-cubic cell capability to Ray.cc.
27 lines of code changed in 1 file:
The component that calls RMCRT must register the VarLabel that
corresponds to divQ.
-pulled some weeds
11 lines of code changed in 2 files:
20 lines of code changed in 1 file:
(8 more)