Directory Core/Grid/Variables/

Total Files:
81
Deleted Files:
0
Lines of Code:
12020

[root]/Core/Grid/Variables

Lines of Code

Core/Grid/Variables/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 199 (100.0%) 353 (100.0%) 1.7
jas 165 (82.9%) 166 (47.0%) 1.0
harman 5 (2.5%) 137 (38.8%) 27.4
jsutherland 19 (9.5%) 47 (13.3%) 2.4
dav 2 (1.0%) 3 (0.8%) 1.5
qymeng 4 (2.0%) 0 (0.0%) 0.0
banerjee 4 (2.0%) 0 (0.0%) 0.0

Most Recent Commits

banerjee 2011-11-29 19:39 Rev.: 47890

Added function for checking nans and infs in ICE and MPMICE.

0 lines of code changed in 4 files:

  • Core/Grid/Variables: Utils.cc (changed), Utils.h (changed)
qymeng 2011-10-01 16:33 Rev.: 47671

Remove MPITypeLock. MPI_Type_* should be thread safe if MPI thread level set to 3.

0 lines of code changed in 4 files:

  • Core/Grid/Variables: GridVariableBase.cc (new), ParticleVariableBase.cc (new)
dav 2011-09-16 16:34 Rev.: 47604


Fixes for Mac OSX Lion... it is the same as SNOW LEOPARD, but because
the os version number was incremented, we need to check for that.
(Note, a fix was at one point committed for this in 'configure' but
(I think) didn't make it into configure.ac. Now it is in both places.)

M configure.ac
M configure

- For John: Added in (c) 2011. :)
- Add to SNOW_LEOPARD_OR_LATER the check for Lion.

M include/sci_defs/osx_testdefs.h.in
M Core/Grid/Variables/ReductionVariable_special.cc
M Core/Disclosure/TypeUtils.cc
M Core/Util/Endian.cc
M StandAlone/tools/puda/varsummary.cc

- Use SNOW_LEOPARD_OR_LATER flag...

3 lines of code changed in 2 files:

  • Core/Grid/Variables: ReductionVariable_special.cc (+3 -3)
jas 2011-09-07 18:50 Rev.: 47559

Revert checkins 47557 & 47558.

35 lines of code changed in 8 files:

  • Core/Grid/Variables: SoleVariable.h (+28 -17), SoleVariableBase.cc (new), SoleVariableBase.h (+6 -9), sub.mk (+1)
jas 2011-09-07 16:37 Rev.: 47558


The Hypre Setup phase is done at the beginning of the solve and
periodically depending on the value of <setupFrequency>.

50 lines of code changed in 4 files:

  • Core/Grid/Variables: SoleVariable.h (+17 -28), SoleVariableBase.cc (+24), SoleVariableBase.h (+9 -6), sub.mk (-1)
jas 2011-08-31 02:48 Rev.: 47536

Update copyright year.

81 lines of code changed in 153 files:

  • Core/Grid/Variables: Array3.h (new), Array3Data.h (new), Array3Window.h (new), BaseIterator.h (+1 -1), CCVariable.h (new), CellIterator.cc (+1 -1), CellIterator.h (+1 -1), ComputeSet.cc (new), ComputeSet.h (+1 -1), ComputeSet_special.cc (+1 -1), DataItem.cc (new), DataItem.h (new), DifferenceIterator.cc (new), DifferenceIterator.h (+1 -1), GridIterator.cc (+1 -1), GridIterator.h (+1 -1), GridSurfaceIterator.cc (new), GridSurfaceIterator.h (+1 -1), GridVariable.h (new), GridVariableBase.cc (+1 -1), GridVariableBase.h (+1 -1), Iterator.cc (new), Iterator.h (new), ListOfCellsIterator.cc (+1 -1), ListOfCellsIterator.h (new), LocallyComputedPatchVarMap.cc (+1 -1), LocallyComputedPatchVarMap.h (new), MaterialSetP.h (new), NCVariable.h (new), NodeIterator.cc (new), NodeIterator.h (+1 -1), PSPatchMatlGhost.cc (+1 -1), PSPatchMatlGhost.h (new), PSPatchMatlGhostRange.cc (+1 -1), PSPatchMatlGhostRange.h (+1 -1), ParticleData.h (new), ParticleSubset.cc (new), ParticleSubset.h (+1 -1), ParticleVariable.h (+1 -1), ParticleVariableBase.cc (+1 -1), ParticleVariableBase.h (+1 -1), ParticleVariable_special.cc (new), PerPatch.h (+1 -1), PerPatchBase.cc (+1 -1), PerPatchBase.h (new), ReductionVariable.h (+1 -1), ReductionVariableBase.cc (new), ReductionVariableBase.h (new), ReductionVariable_special.cc (+1 -1), Reductions.h (+1 -1), SFCXVariable.h (new), SFCYVariable.h (new), SFCZVariable.h (+1 -1), ScrubItem.cc (new), ScrubItem.h (new), ShareAssignArray3.h (new), ShareAssignParticleVariable.h (+1 -1), SimpleString.h (new), SoleVariable.h (+1 -1), SoleVariableBase.cc (+1 -1), SoleVariableBase.h (+1 -1), SoleVariable_special.cc (new), Stencil.h (new), Stencil7.cc (new), Stencil7.h (+1 -1), UnionIterator.cc (+1 -1), UnionIterator.h (+1 -1), Utils.cc (+1 -1), Utils.h (+1 -1), VarLabel.cc (new), VarLabel.h (+1 -1), VarLabelMatl.h (new), VarTypes.h (new), Variable.cc (new), Variable.h (+1 -1), VarnameMatlPatch.h (new), constGridVariable.h (new), constVariable.h (+1 -1), constVariableBase.h (new), sub.mk (+1 -1), ugc_templates.cc (new)
jsutherland 2011-07-13 13:49 Rev.: 47331

a bit more cleanup.

6 lines of code changed in 1 file:

  • Core/Grid/Variables: GridVariable.h (+6 -6)
jsutherland 2011-07-12 23:04 Rev.: 47324

Eliminate "using namespace std" and similar from header files. That is a big no-no!

26 lines of code changed in 11 files:

  • Core/Grid/Variables: BaseIterator.h (+2 -3), DifferenceIterator.h (+2 -2), Iterator.h (+3 -3), ListOfCellsIterator.h (+4 -5), LocallyComputedPatchVarMap.cc (+1), NodeIterator.h (+6 -6), ParticleSubset.cc (+1 -1), ParticleVariableBase.cc (+2 -1), UnionIterator.h (+2 -2), Utils.cc (+2), Variable.cc (+1 -1)
jsutherland 2011-07-12 16:42 Rev.: 47323

get rid of another namespace opening in a header file.

1 lines of code changed in 1 file:

  • Core/Grid/Variables: ParticleVariable.h (+1 -2)
harman 2011-05-04 12:05 Rev.: 47148

sub.mk: cleanup

Utils.cc/h
areAllValuesPositive() is now templated and works for SFC(*)<double> and CCVariable<double>

-Dav

24 lines of code changed in 2 files:

  • Core/Grid/Variables: Utils.cc (+21 -6), Utils.h (+3 -3)
harman 2011-05-04 11:07 Rev.: 47147

Moved function is areAllValuesPositive upstream to core/Grid/Variables/Utils.h,
so other components can use it.

113 lines of code changed in 3 files:

  • Core/Grid/Variables: Utils.cc (+68), Utils.h (+44), sub.mk (+1)
jsutherland 2011-01-05 10:40 Rev.: 46667

This checkin may break something if I was not able to build it. I will clean it up if that happens...

- removing "using" standard namespace stuff from headers. This is really bad practice, and anyone doing it should be flogged. Opening up a namespace in a header file defeats the purpose of namespaces because all downstream inclusions of the header file will also result in that namespace opening up. This can lead to inadvertent name clashes, etc. Only open a namespace in an implementation file!

- put the SymmMatrix3 implementation in the Uintah namespace to be consistent with its declaration.

14 lines of code changed in 6 files:

  • Core/Grid/Variables: ParticleVariableBase.h (+1 -1), PerPatchBase.cc (+1 -1), ReductionVariableBase.h (+4 -5), SoleVariableBase.h (+4 -5), Variable.cc (+2 -1), Variable.h (+2 -2)
Generated by StatSVN 0.4.0