Directory Core/Grid/Variables/

Total Files:
90
Deleted Files:
0
Lines of Code:
13415

[root]/Core/Grid/Variables

Lines of Code

Core/Grid/Variables/ Lines of Code

Developers

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

Most Recent Commits

harman 2019-11-20 09:22 Rev.: 59834

find()
- added missing "throw" before exception.

0 lines of code changed in 2 files:

  • Core/Grid/Variables: VarLabel.cc (changed)
allen 2019-11-08 12:35 Rev.: 59806

added per rank VisIt/libsim/visit_libsim_database.cctask mapping

2 lines of code changed in 2 files:

  • Core/Grid/Variables: VarTypes.h (+2)
harman 2019-11-06 11:10 Rev.: 59787

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:

  • Core/Grid/Variables: VarLabel.cc (+42 -15), VarLabel.h (+4 -1)
jholmen 2019-09-10 12:20 Rev.: 59644

* Removed extra semicolons.

0 lines of code changed in 6 files:

  • Core/Grid/Variables: PerPatchBase.h (changed), ReductionVariableBase.h (new), SoleVariableBase.h (new)
guilkey 2019-08-11 17:29 Rev.: 59582

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:

  • Core/Grid/Variables: Array3.h (new)
dav 2019-04-26 13:39 Rev.: 59379


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:

  • Core/Grid/Variables: ComputeSet.cc (new)
ahumphrey 2019-04-05 16:34 Rev.: 59308

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:

  • Core/Grid/Variables: VarTypes.h (-1)
allen 2019-03-28 10:19 Rev.: 59286

backed out bad check in

0 lines of code changed in 1 file:

  • Core/Grid/Variables: VarTypes.h (-2)
allen 2019-03-28 10:04 Rev.: 59284

added ncar cheyenee shellStandAlone/tools/VisIt/visit_movie_script.sh

2 lines of code changed in 1 file:

  • Core/Grid/Variables: VarTypes.h (+2)
harman 2019-01-18 09:13 Rev.: 59176

Updated Copyright date

90 lines of code changed in 172 files:

  • Core/Grid/Variables: Array3.h (+1 -1), Array3Data.h (new), Array3Window.h (+1 -1), BaseIterator.h (new), BlockRange.hpp (+1 -1), CCVariable.h (new), CellIterator.cc (new), CellIterator.h (+1 -1), ComputeSet.cc (+1 -1), ComputeSet.h (+1 -1), ComputeSet_special.cc (+1 -1), DifferenceIterator.cc (+1 -1), DifferenceIterator.h (+1 -1), GPUGridVariable.h (new), GPUGridVariableBase.h (+1 -1), GPUParticleVariable.h (+1 -1), GPUParticleVariableBase.h (new), GPUPerPatch.h (new), GPUPerPatchBase.h (+1 -1), GPUReductionVariable.h (+1 -1), GPUReductionVariableBase.h (new), GPUVariable.h (new), GridIterator.cc (new), GridIterator.h (new), GridSurfaceIterator.cc (+1 -1), GridSurfaceIterator.h (+1 -1), GridVariable.h (+1 -1), GridVariableBase.cc (new), GridVariableBase.h (+1 -1), Iterator.cc (+1 -1), Iterator.h (+1 -1), ListOfCellsIterator.cc (+1 -1), ListOfCellsIterator.h (+1 -1), LocallyComputedPatchVarMap.cc (+1 -1), LocallyComputedPatchVarMap.h (+1 -1), MaterialSetP.h (+1 -1), NCVariable.h (new), NodeIterator.cc (new), NodeIterator.h (new), PSPatchMatlGhost.cc (new), PSPatchMatlGhost.h (+1 -1), PSPatchMatlGhostRange.cc (new), PSPatchMatlGhostRange.h (new), ParticleData.h (new), ParticleSubset.cc (new), ParticleSubset.h (+1 -1), ParticleVariable.h (new), ParticleVariableBase.cc (new), ParticleVariableBase.h (+1 -1), ParticleVariable_special.cc (new), PerPatch.h (new), PerPatchBase.cc (+1 -1), PerPatchBase.h (+1 -1), PerPatchVars.h (new), ReductionVariable.h (new), ReductionVariableBase.cc (new), ReductionVariableBase.h (+1 -1), ReductionVariable_special.cc (+1 -1), Reductions.h (+1 -1), SFCXVariable.h (+1 -1), SFCYVariable.h (+1 -1), SFCZVariable.h (new), ScrubItem.h (new), ShareAssignArray3.h (new), ShareAssignParticleVariable.h (new), SimpleString.h (+1 -1), SoleVariable.h (new), SoleVariableBase.cc (new), SoleVariableBase.h (+1 -1), SoleVariable_special.cc (+1 -1), Stencil4.cc (new), Stencil4.h (new), Stencil7.cc (new), Stencil7.h (+1 -1), UnionIterator.cc (new), UnionIterator.h (+1 -1), Utils.cc (new), Utils.h (new), VarLabel.cc (+1 -1), VarLabel.h (+1 -1), VarLabelMatl.h (+1 -1), VarTypes.h (+1 -1), Variable.cc (+1 -1), Variable.h (new), VarnameMatlPatch.h (+1 -1), constGridVariable.h (new), constVariable.h (new), constVariableBase.h (+1 -1), sub.mk (new), ugc_templates.cc (new)
Generated by StatSVN 0.7.0