Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 192 (100.0%) | 146 (100.0%) | 0.7 |
harman | 177 (92.2%) | 136 (93.2%) | 0.7 |
dav | 2 (1.0%) | 5 (3.4%) | 2.5 |
allen | 4 (2.1%) | 4 (2.7%) | 1.0 |
guilkey | 2 (1.0%) | 1 (0.7%) | 0.5 |
jholmen | 6 (3.1%) | 0 (0.0%) | 0.0 |
ahumphrey | 1 (0.5%) | 0 (0.0%) | 0.0 |
find()
- added missing "throw" before exception.
0 lines of code changed in 2 files:
added per rank VisIt/libsim/visit_libsim_database.cctask mapping
2 lines of code changed in 2 files:
VarLabel.*
Added a version of find() that throws an exception if the VarLabel isn't found. This will
reduce the bulletproofing clutter in the app codes.
RMCRT.*
- Implemented the sigmaT4 task that includes particle temperatures and absk. This is different
from the RMCRT::sigmaT4()
- Variable name changes.
- removed dead code.
- added m_matlSet variable.
46 lines of code changed in 3 files:
* Removed extra semicolons.
0 lines of code changed in 6 files:
Delete MPMF(racture) inputs.
Changes to FrictionContact. The traditional FrictionContact (friction) is
now FrictionContactBard (friction_bard). A new version based on John Nairn's
work is FrictionContactLR (friction_LR). For now, all input files are set to
use the old version so as to not wreak havoc on the RT.
1 lines of code changed in 2 files:
This commit fixes the error seen on the latest XCode (Mac) compiler.
It is my opinion that the current compiler is wrong, and that it will
be fixed at some point, which means the 'hack' in this commit could
be removed at that point. The only file in this commit that relates
to the XCode issue is SuperBox.h
There are also a few cosmetic / warning removal updates here too.
[Note: These commits passed my (partial) local RT, so shoving them into the build bot for full verification.]
M Core/Containers/SuperBox.h
* Main fix for XCode: Added the ValueCompare2 function. See comment in file
about the issue.
* Added some white space.
* For header files, one line functions should be on the same line as the function name.
The main purpose of header files is to see the interface, and this makes reading
the interface much easier. The implementation is (especially for one line functions)
usually not material to the person looking through the spec (.h file).
* Added a comment with the name of the class at the end of the class to make
scanning through the file easier.
M CCA/Components/OnTheFlyAnalysis/meanTurbFluxes.cc
- Fixed warning (ie: initialized var)... and probable actual error (if, I think, there were no comments
in the file being read).
M CCA/Components/Schedulers/DetailedTasks.cc
- Always use {}, even in single line if/for statements. It's just a good habit.
M CCA/Components/Schedulers/SchedulerCommon.cc
- Fix type mismatch warning (and added some white space).
M CCA/Components/Solvers/HypreSolver.h
- It is undefined to throw exceptions in destructors. Also, these throws should
never happen as the type is checked when the object is created. Replaced with error messages
and program exit.
M Core/Grid/Variables/ComputeSet.cc
- Fix compiler warnings. Can't pass a null reference, so doesn't make sense to check for one.
Instead, check to see if the referenced object doesn't contain anything.
5 lines of code changed in 2 files:
Reincorporate the old toplogical sort for the task graph (off by default), primarily for historic and reproducability reasons. This also brings back all task queue priority algorithms.
0 lines of code changed in 1 file:
backed out bad check in
0 lines of code changed in 1 file:
added ncar cheyenee shellStandAlone/tools/VisIt/visit_movie_script.sh
2 lines of code changed in 1 file:
Updated Copyright date
90 lines of code changed in 172 files: