Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 485 (100.0%) | 10926 (100.0%) | 22.5 |
CCA/Components/DataArchiver/ | 56 (11.5%) | 1915 (17.5%) | 34.1 |
CCA/Components/Models/Radiation/RMCRT/ | 61 (12.6%) | 1844 (16.9%) | 30.2 |
CCA/Components/OnTheFlyAnalysis/ | 24 (4.9%) | 1290 (11.8%) | 53.7 |
Core/DataArchive/ | 34 (7.0%) | 863 (7.9%) | 25.3 |
CCA/Ports/ | 30 (6.2%) | 842 (7.7%) | 28.0 |
Core/Grid/ | 24 (4.9%) | 725 (6.6%) | 30.2 |
R_Tester/helpers/ | 43 (8.9%) | 716 (6.6%) | 16.6 |
StandAlone/ | 6 (1.2%) | 414 (3.8%) | 69.0 |
CCA/Components/MPM/ | 5 (1.0%) | 344 (3.1%) | 68.8 |
orderAccuracy/test_config_files/infrastructure/ | 3 (0.6%) | 340 (3.1%) | 113.3 |
R_Tester/ | 37 (7.6%) | 289 (2.6%) | 7.8 |
CCA/Components/Schedulers/ | 22 (4.5%) | 268 (2.5%) | 12.1 |
Core/Math/ | 4 (0.8%) | 200 (1.8%) | 50.0 |
Core/OS/ | 7 (1.4%) | 150 (1.4%) | 21.4 |
orderAccuracy/test_config_files/Examples/ | 12 (2.5%) | 142 (1.3%) | 11.8 |
Core/Grid/Variables/ | 9 (1.9%) | 120 (1.1%) | 13.3 |
build_scripts/ | 1 (0.2%) | 119 (1.1%) | 119.0 |
CCA/Components/Models/Radiation/RMCRT/randomNums/ | 3 (0.6%) | 75 (0.7%) | 25.0 |
CCA/Components/Arches/PropertyModels/ | 2 (0.4%) | 33 (0.3%) | 16.5 |
Core/ProblemSpec/ | 2 (0.4%) | 32 (0.3%) | 16.0 |
CCA/Components/Arches/SourceTerms/ | 4 (0.8%) | 28 (0.3%) | 7.0 |
tools/ | 2 (0.4%) | 27 (0.2%) | 13.5 |
R_Tester/toplevel/ | 11 (2.3%) | 27 (0.2%) | 2.4 |
CCA/Components/MPMICE/ | 1 (0.2%) | 24 (0.2%) | 24.0 |
CCA/Components/SimulationController/ | 3 (0.6%) | 20 (0.2%) | 6.6 |
/ | 2 (0.4%) | 18 (0.2%) | 9.0 |
CCA/Components/MPMArches/ | 1 (0.2%) | 13 (0.1%) | 13.0 |
CCA/Components/ICE/ | 1 (0.2%) | 13 (0.1%) | 13.0 |
CCA/Components/Examples/ | 2 (0.4%) | 7 (0.1%) | 3.5 |
CCA/Components/Arches/ | 3 (0.6%) | 7 (0.1%) | 2.3 |
VisIt/libsim/ | 1 (0.2%) | 6 (0.1%) | 6.0 |
CCA/Components/MPM/ConstitutiveModel/ | 1 (0.2%) | 6 (0.1%) | 6.0 |
scripts/ | 13 (2.7%) | 4 (0.0%) | 0.3 |
include/ | 2 (0.4%) | 3 (0.0%) | 1.5 |
CCA/Components/LoadBalancers/ | 2 (0.4%) | 2 (0.0%) | 1.0 |
scripts/udaTransferScripts/ | 1 (0.2%) | 0 (0.0%) | 0.0 |
scripts/MPM/ | 2 (0.4%) | 0 (0.0%) | 0.0 |
scripts/ICE/ | 28 (5.8%) | 0 (0.0%) | 0.0 |
orderAccuracy/test_config_files/ | 2 (0.4%) | 0 (0.0%) | 0.0 |
orderAccuracy/postProcessTools/ | 8 (1.6%) | 0 (0.0%) | 0.0 |
orderAccuracy/framework_scripts/ | 6 (1.2%) | 0 (0.0%) | 0.0 |
StandAlone/tools/puda/ | 2 (0.4%) | 0 (0.0%) | 0.0 |
Core/Geometry/ | 2 (0.4%) | 0 (0.0%) | 0.0 |
Fixed $findPattern so it can be a path.
0 lines of code changed in 2 files:
Added mechanism to modify the src code before running configure command on the nightly RT builds.
- use a fixed random number inside RayGPUKernel.cu so we can compare against GS. Only on cyrus.mech.
22 lines of code changed in 3 files:
Turn off restart tests for RMCRT_+Domain_thread_2proc test.
0 lines of code changed in 2 files:
Disable restart tests on "+" domain tests.
2 lines of code changed in 1 file:
coarsenQ() coarsen extraCells
- limit the coarse level cell iterator to
// don't exceed the coarse patch
cl = Max(cl, coarsePatchLo);
ch = Min(ch, coarsePatchHi)
0 lines of code changed in 2 files:
update to parse new sus output.
0 lines of code changed in 2 files:
coarsen_Q()
added code to coarsen the extra cells if the user asks for it.
rmcrt_bm1_DO.ups:
- changed the resolution so the coarse level has a refinement ratio of 2.
81 lines of code changed in 1 file:
added code to coarsen fine level extra cells to the coarser level extra cells. Incomplete
Added input file to test it.
User spec:
<algorithm type='dataOnion'>
<coarsenExtraCells> true </coarsenExtraCells>
</algorithm>
or
<algorithm type='RMCRT_coarseLevel'>
<coarsenExtraCells> true </coarsenExtraCells>
</algorithm>
92 lines of code changed in 7 files:
global name change d_halo -> d_haloCells
-Added input file option <haloLength>. User can specify a physical length, instead of the number of cells
that a ray must travel before dropping to a coarser level.
35 lines of code changed in 6 files:
renamed input files (*)_maxLen.ups -> (*)_bounded.ups to reflect recent ROI type change
13 lines of code changed in 2 files:
Changed user inputs:
- <ROI_extents type='max_rayLength'> -> <ROI_extents type='boundedRayLength'>
It seems to be the converged terminology.
5 lines of code changed in 2 files:
Added a 2-level benchmark1 test on a + computational domain.
RMCRT_+Domain:
- now using "bounded ray" region of interest.
- adjusted resolution to be divisible by 2.
Added RMCRT_+Domain+ML to regression tests
12 lines of code changed in 1 file:
Include the level index in VARIABLE NOT FOUND exception.
10 lines of code changed in 1 file:
Pushed the + domain problem into the 3rd dimension.
Added the + domain to the RT tests.
5 lines of code changed in 1 file:
disable tests that continually fail on the nightly GPU RT.
3 lines of code changed in 1 file:
added bulletproofing to catch non-physical values of abskg, sigmaT4 and cellType.
71 lines of code changed in 5 files:
Added new method for computing VariableExtents. It defaults to the standard computeExtents unless the computationnal domain is non-cubic and
the the number of ghostcells requested is > 5.
Brad & Todd
81 lines of code changed in 3 files:
added physical location where a NaN or inf is detected.
1 lines of code changed in 1 file:
removed debugging cout
1 lines of code changed in 1 file:
more descriptive exception message(s) when multiple level boxes and multiple levels don't align.
0 lines of code changed in 2 files:
(159 more)