Directory CCA/Components/Models/Radiation/floatRMCRT/

Directory Deleted:
2014-12-15 13:57
Total Files:
0
Deleted Files:
6
Lines of Code:
0

[root]/CCA/Components/Models/Radiation/floatRMCRT

Lines of Code

CCA/Components/Models/Radiation/floatRMCRT/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 33 (100.0%) 4540 (100.0%) 137.5
harman 21 (63.6%) 4453 (98.1%) 212.0
derekhar 4 (12.1%) 81 (1.8%) 20.2
tsaad 2 (6.1%) 3 (0.1%) 1.5
ahumphrey 2 (6.1%) 2 (0.0%) 1.0
jthornoc 2 (6.1%) 1 (0.0%) 0.5
dav 2 (6.1%) 0 (0.0%) 0.0

Most Recent Commits

harman 2014-12-15 13:57 Rev.: 52816

removed floatRMCRT/

There's a few missing pieces before the component is able to choose between float/double
RMCRT.


0 lines of code changed in 6 files:

  • CCA/Components/Models/Radiation/floatRMCRT: Ray.cc (del), Ray.h (del), RayGPU.cc (del), RayGPU.cuh (del), RayGPUKernel.cu (del), sub.mk (del)
tsaad 2014-11-24 12:49 Rev.: 52753

fix some namespace issues int Ray et al that were causing build failures on mac dbg builds

3 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/floatRMCRT: Ray.cc (+3 -4)
dav 2014-10-16 18:14 Rev.: 52585

Fix GPU compilation error... Todd please verify this.

0 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/floatRMCRT: RayGPU.cc (new)
harman 2014-10-16 16:49 Rev.: 52583

updates so RMCRT:float will compile and run

14 lines of code changed in 3 files:

  • CCA/Components/Models/Radiation/floatRMCRT: Ray.cc (+10 -13), Ray.h (+4 -3)
derekhar 2014-08-05 09:21 Rev.: 52274

Fixes bug for non-cubic cells. This recommits the change in commit #52211, and extends it to the float version of RMCRT.

3 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/floatRMCRT: Ray.cc (+3 -3)
derekhar 2014-08-04 19:22 Rev.: 52272

A reversion to version 52201 for RMCRT files Ray.cc and floatRMCRT/Ray.cc.

37 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/floatRMCRT: Ray.cc (+37 -40)
derekhar 2014-07-30 14:12 Rev.: 52213

Added changes from previous patch to floatRMCRT.

3 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/floatRMCRT: Ray.cc (+3 -1)
derekhar 2014-07-30 13:32 Rev.: 52212

Fixed a data-onion RMCRT bug. The rare-case bug occurred when RMCRT went down a level, while hitting a wall, with reflections turned on.

38 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/floatRMCRT: Ray.cc (+38 -37)
ahumphrey 2014-07-25 14:04 Rev.: 52202

Allow underlying, raw Task to know it's deviceID when GPU-enabled. This commit is on behalf of Abhishek Bagusetty with modifications by Alan Humphrey.

2 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/floatRMCRT: Ray.h (+1), RayGPU.cc (+1)
jthornoc 2014-07-03 14:50 Rev.: 52078

Complete divorce of the radiation properties from the radiation models
themselves. This simplified the radiation models considerably. The
properties are now being computed upstream and only accessed by the
models themselves.

For the RadProps models with particles, the particle interface needs to
added back in. It should be done in a generic way so as not to preclude
any CQMOM interface.

1 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/floatRMCRT: Ray.cc (-2), Ray.h (+1 -3)
harman 2014-06-26 15:40 Rev.: 52029

rayTrace()
- clean out IO code.

0 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/floatRMCRT: Ray.cc (-84)
harman 2014-06-25 12:53 Rev.: 52022

fix pow() call for floats.

2 lines of code changed in 1 file:

  • CCA/Components/Models/Radiation/floatRMCRT: Ray.cc (+2 -1)
harman 2014-06-25 12:35 Rev.: 52020

- converted abskg and color from CCVariable<double> to CCVariable<float>.

- added a HACK around the setBC calls. The BC infrastructure
wasn't designed to work with floats and it will need a face lift
if we decide to continue down this path. For now
copy floats -> doubles
setBC (doubles)
copy doubles -> floats

The float version runs.


81 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/floatRMCRT: Ray.cc (+71 -48), Ray.h (+10 -10)
harman 2014-06-24 10:21 Rev.: 52009

#if 0 out all cuda code. GPU code should compile.

0 lines of code changed in 2 files:

  • CCA/Components/Models/Radiation/floatRMCRT: RayGPUKernel.cu (new)
harman 2014-06-24 08:38 Rev.: 52008

Added a "sandbox" for testing using floats instead of doubles in RMCRT. This is just a copy
of RMCRT with no changes.

4356 lines of code changed in 6 files:

  • CCA/Components/Models/Radiation/floatRMCRT: Ray.cc (+2551), Ray.h (+486), RayGPU.cc (+216), RayGPU.cuh (new 250), RayGPUKernel.cu (+812), sub.mk (new 41)
Generated by StatSVN 0.7.0