[root]/CCA/Components/Arches
ChemMix
(10 files, 5442 lines)
CoalModels
(28 files, 8709 lines)
fortran
(1 files, 37 lines)
DigitalFilter
(2 files, 2022 lines)
LagrangianParticles
(11 files, 213 lines)
Operators
(3 files, 160 lines)
ParticleModels
(13 files, 116 lines)
PropertyModels
(8 files, 1073 lines)
PropertyModelsV2
(12 files, 677 lines)
Radiation
(14 files, 4785 lines)
fortran
(27 files, 3364 lines)
SourceTerms
(31 files, 6866 lines)
Task
(13 files, 109 lines)
Transport
(13 files, 150 lines)
TransportEqns
(15 files, 6239 lines)
Utility
(15 files, 77 lines)
WallHTModels
(2 files, 1047 lines)
fortran
(47 files, 3731 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 485 (100.0%) | 8802 (100.0%) | 18.1 |
jthornoc | 279 (57.5%) | 5068 (57.6%) | 18.1 |
awabboud | 68 (14.0%) | 3375 (38.3%) | 49.6 |
dav | 22 (4.5%) | 92 (1.0%) | 4.1 |
derekhar | 12 (2.5%) | 82 (0.9%) | 6.8 |
jas | 61 (12.6%) | 55 (0.6%) | 0.9 |
tsaad | 12 (2.5%) | 52 (0.6%) | 4.3 |
ahumphrey | 7 (1.4%) | 29 (0.3%) | 4.1 |
harman | 14 (2.9%) | 26 (0.3%) | 1.8 |
u0407585 | 3 (0.6%) | 12 (0.1%) | 4.0 |
jsutherland | 6 (1.2%) | 10 (0.1%) | 1.6 |
qymeng | 1 (0.2%) | 1 (0.0%) | 1.0 |
Recommitting Arches changes that were reverted by Dav's commit, r52897.
0 lines of code changed in 4 files:
Reverting code to r52880 before my memory use fix commit. While most tests passed, the ones using AMR and the dynamic load balancer were not passing and the weeds are too deep within them to quickly figure out what is causing the problems. Next week I will attempt to figure out what is going on with them. My guess is that it will take quite a bit of effort to understand the inner workings of the dynamic loadbalancer in order to get everything to work, so it may be quite a while before this fix may go in.
0 lines of code changed in 2 files:
Added Tognotti's Devolatilization model. This will not impact regression tests.
5 lines of code changed in 1 file:
Added an additional particle model for radiation. The constant complex-index-refraction model. Decoupled the particle temperature from the gas temperature for radiation.
1 lines of code changed in 1 file:
Fix another bad merge.
Remote a dbg print statement.
0 lines of code changed in 2 files:
Syntax bug.
1 lines of code changed in 1 file:
Fix some compiler errors.
Remove git test commit to demonstrate the awesomeness that is Git.
0 lines of code changed in 1 file:
testing commits
2 lines of code changed in 1 file:
Adding in Ben\'s commits, which update the models to the non-time-lagged
version. Several other modification were made in these changes to aid in
fixing the time-lag problem.
-Jeremy and Ben
1 lines of code changed in 1 file:
Removing test comment/commit.
0 lines of code changed in 1 file:
test commit.
2 lines of code changed in 1 file:
Test commit.
0 lines of code changed in 1 file:
test commit.
2 lines of code changed in 1 file:
Removing test commit.
0 lines of code changed in 1 file:
Test commit.
2 lines of code changed in 1 file:
Merge conflicts.
30 lines of code changed in 1 file:
Fix some compiler errors.
Remove git test commit to demonstrate the awesomeness that is Git.
0 lines of code changed in 1 file:
testing commits
2 lines of code changed in 1 file:
Adding in Ben\'s commits, which update the models to the non-time-lagged
version. Several other modification were made in these changes to aid in
fixing the time-lag problem.
-Jeremy and Ben
13 lines of code changed in 6 files:
Removing test comment/commit.
0 lines of code changed in 1 file:
test commit.
2 lines of code changed in 1 file:
Test commit.
0 lines of code changed in 1 file:
test commit.
2 lines of code changed in 1 file:
Removing test commit.
0 lines of code changed in 1 file:
Test commit.
2 lines of code changed in 1 file:
Merge conflicts.
6 lines of code changed in 1 file:
Merge conflicts.
104 lines of code changed in 5 files:
Merging conflict with SVN head.
1 lines of code changed in 2 files:
This commit, moves all computations of abskp to radPropertyCalculator.cc. It also makes improvements to DO-radiation scattering, and radprops.
A new class was created in this commit, which contains the machinery for computing particle absorption coefficients.
This commit changes the answers to two arches tests, coal_channel and coal_RadPropsPlanck.
1 lines of code changed in 1 file:
cout -> proc0cout.
5 lines of code changed in 1 file:
Added Scattering in discrete ordinates radiation using the radProps property model. Also made some changes to reflections in discrete ordinates radiation. In this version, the complex index of refraction is a constant for all particles.
2 lines of code changed in 1 file:
Removed redundant copies in simplest algorithm.
2 lines of code changed in 1 file:
This is Stage 1 of a commit which adds reflections for DO-Radiation. The RT-Tests are expected to fail, due to a new VarLabel in the checkpoints. The uda files are expected to remain unchanged.
3 lines of code changed in 1 file:
- Fixes for OP X Yosemite and a few minor other fixes. Tested on old OSX and 3 flavors of Linux including GPUs.
M configure.ac
M configure
- Fix excess spew from clang compiler during configure.
- Check for version 14 of OS x (Yosemite).
- Removed 'atlas' check under Darwin as it was actually a blas check.
- Put in checks for Blas and Lapack for old and new (yosemite) OS X.
M aclocal.m4
- Fix shell script output error when used in configure to show the results of `basename $1`.
- Clang compiler uses both stderr and stdout (sigh), and outputs in a different order then
other compilers (for --version). This commit handles this.
- Quote a few variables so that if they are blank, the shell doesn't give warning messages.
M include/sci_defs/blas_testdefs.h.in
- Fix to handle new/old OS X and other OSes in a cleaner manner.
M CCA/Components/Parent/sub.mk
- Arches now uses Boost (in Arches.h), so Parent needs to know to compile against boost.
M CCA/Components/Arches/Arches.h
- Move #if guards for multiple inclusion to the top of file so that the compiler has to do less work.
- Alphabetize #includes so I can see what is there.
- #include boost/shared_prt as it is used in this file.
M CCA/Components/Arches/Transport/URHS.h
- One of our compilers errored on the excessive use of 'typename', so trimmed back a little.
M CCA/Components/Arches/sub.mk
- Remove tabs, lined up, alphabetized, removed old crud.
M Core/Thread/ThreadLock.h
- Move #if guard for multiple inclusion to the top of file so that the compiler has to do less work.
- Fixed spelling in #if guard: Threadlock updated to ThreadLock (capital L).
- Lined things up a little.
M Core/DataArchive/DataArchive.h
- Cosmetic lineup of variables.
M Core/DataArchive/DataArchive.cc
- Cosmetic white space and coding standards update,
don't use "std::" if using "using namespace std".
33 lines of code changed in 3 files:
* Move to shared pointers for the task factories.
* Get the momentum RHS building and updating. Still needs work on the SSP integration and finalize all the build steps.
* From a factory, allow groupings of tasks and provide a way to retrieve these groups.
* Fix a bug when retrieving the tasks: The wrong memory was being returned resulting in a bogus task and undefined behavior.
* Put the particle helper in the Task base class.
* For now: for the FE update, pass a boolean to avoid division by density^(t+dt) to the RHS upon update.
120 lines of code changed in 5 files:
Use a counter to avoid scheduling tasks that dont do anything.
Also some minor cleanup.
9 lines of code changed in 1 file:
Clean up an issue with the new ignore_invalid_celltype flag.
Also, corners for periodic domains were causing problems. Initialize
these cells to something valid since their value shouldnt matter in the
end.
114 lines of code changed in 4 files:
Adding a failure point if invalid cell types are found. One can turn
this off from the input file using the ignore_invalid_celltype from the
ups file.
38 lines of code changed in 3 files:
new -> scinew for masks. Still trying to track down the double delete
in SpatialOps for masks.
Try not inserting the mask into the map held by the local mask struct.
0 lines of code changed in 2 files:
supress warning output in cqmom unless turned on to debug
0 lines of code changed in 2 files:
(145 more)