Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 219 (100.0%) | 576 (100.0%) | 2.6 |
ahumphrey | 37 (16.9%) | 299 (51.9%) | 8.0 |
jas | 148 (67.6%) | 160 (27.8%) | 1.0 |
dav | 7 (3.2%) | 115 (20.0%) | 16.4 |
harman | 27 (12.3%) | 2 (0.3%) | 0.0 |
Revert debug version of file that was accidentally committed.
0 lines of code changed in 2 files:
Updated configure to match configure.ac from previous commit.
18 lines of code changed in 1 file:
Remove REDSTORM artifacts.
2 lines of code changed in 4 files:
Remove Heirarchical and BNR regridder and supporting classes, tests, etc.
* NOTE: It has been shown these do not scale, and in the case of ICE these regridders have undesired side effects WRT fine level solution, and in fact are disallowed by ICE.
* The only input file found to be using the Heirarchical regridder was /inputs/Examples/wave.ups (Similar to AMRWaveEquation test problem from Chombo), and has been changed to have the appropriate <Regridder> attributes.
* This commit also enables clean support for GPUPerPatch variables need by Wasatch with CUDA enabled.
25 lines of code changed in 2 files:
Few minor cleanups...
M configure
M configure.ac
- Fix test to raise error if fortran turned off but Arches is requested.
- Update configure with error when a bad path is given.
M Core/Grid/Variables/ParticleSubset.h
- Number of particles should be an "unsigned int", not a particleIndex.
- Use "unsigned int" in other locations where is needed.
- Clean up constructors... Use "unsigned int" and make arguments readable.
- Add in some whitespace for easier reading.
M Core/Grid/Variables/ParticleSubset.cc
- Add in {} to some 'for' and 'if' statements.
- Add in some whitespace for easier reading.
- Fix use of "unsigned int" for d_numParticles.
- Indent arguments so they can be more easily read.
M Core/DataArchive/DataArchive.h
- Fix findPatchAndIndex() declaration so it is readable.
- Make 'const' parameters that are not updated by function
so that it is more clear to the user what parameters'
values are changing.
M Core/DataArchive/DataArchive.cc
- Make findPatchAndIndex() function parameters readable.
- Remove int vs unsigned int warnings.
- Add in {} to some 'for' and 'if' statements.
M Core/ProblemSpec/ProblemSpec.h
- Added in appendElement() for unsigned int.
- Alphabetized the appendElements() to make parsing easier.
M Core/ProblemSpec/ProblemSpec.cc
- Added in appendElement() for unsigned int.
97 lines of code changed in 4 files:
* Add GPUPerPatch support.
* Some cleanup and formatting in GPUDataWarehouse and other GPU Variable source files.
247 lines of code changed in 19 files:
Add pidx to sub.mk files.
6 lines of code changed in 2 files:
Squashed commit of the following:
commit be6e7652561b8d5cc85fb4cc6fe6bf3a178b9330
Author: John Schmidt <john.schmidt@utah.edu>
Date: Wed Jun 11 15:51:31 2014 -0600
Initial incorporation of PIDX.
71 lines of code changed in 4 files:
spring cleaning.
- removed WIN32 code. Much more to come.....
2 lines of code changed in 27 files:
Eliminate warnings as turned up by clang.
0 lines of code changed in 1 file:
More TrivialAllocator cleanup.
0 lines of code changed in 2 files:
Fix ScrubItem allocation issues. No longer use TrivialAllocator.
Also add more { }
18 lines of code changed in 3 files:
Finish some straggler copyright/license updates. (2013 --> 2014).
Found while working in md-dev branch.
7 lines of code changed in 7 files:
Updated copyright information.
83 lines of code changed in 141 files: