Directory Core/Grid/Variables/

Total Files:
79
Deleted Files:
0
Lines of Code:
11828

[root]/Core/Grid/Variables

Lines of Code

Core/Grid/Variables/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 388 (100.0%) 946 (100.0%) 2.4
harman 70 (18.0%) 426 (45.0%) 6.0
luitjens 46 (11.9%) 285 (30.1%) 6.1
jas 268 (69.1%) 230 (24.3%) 0.8
jsutherland 2 (0.5%) 5 (0.5%) 2.5
qymeng 2 (0.5%) 0 (0.0%) 0.0

Most Recent Commits

jsutherland 2010-11-18 20:56 Rev.: 46489

- push a bit more information into the FieldManager for debugging purposes.
- add some documentation to Array3Window.h. There was a land-mine there that I walked into. Hopefully this will save the next poor soul some pain and suffering.
- add some code to set the process rank as a field variable. This isn't currently active in Wasatch, but can be easily plugged in if needed.

5 lines of code changed in 2 files:

  • Core/Grid/Variables: Array3Window.h (new)
harman 2010-11-16 16:40 Rev.: 46472

more information in the ostream operator <<

0 lines of code changed in 2 files:

  • Core/Grid/Variables: ParticleSubset.cc (changed)
qymeng 2010-10-21 19:58 Rev.: 46385

Fixed a problem when doing AMR particle subset gather

0 lines of code changed in 2 files:

  • Core/Grid/Variables: ParticleVariable_special.cc (changed)
harman 2010-10-12 13:11 Rev.: 46356

more descriptive ostream message.

2 lines of code changed in 1 file:

  • Core/Grid/Variables: ParticleSubset.cc (+2 -2)
luitjens 2010-08-30 17:13 Rev.: 46135

Pass stl vectors by const reference instead of by value.

18 lines of code changed in 6 files:

  • Core/Grid/Variables: ParticleSubset.cc (+2), ParticleVariable.h (new), ParticleVariableBase.h (new), ParticleVariable_special.cc (+2 -2)
luitjens 2010-08-19 20:38 Rev.: 46099

Added const to size functions

0 lines of code changed in 12 files:

  • Core/Grid/Variables: BaseIterator.h (changed), CellIterator.h (changed), GridIterator.h (changed), GridSurfaceIterator.h (new), ListOfCellsIterator.h (changed), NodeIterator.h (changed)
harman 2010-08-19 17:21 Rev.: 46098

added size

0 lines of code changed in 2 files:

  • Core/Grid/Variables: Iterator.h (changed)
jas 2010-08-11 20:35 Rev.: 46018

Update copyright date.

28 lines of code changed in 54 files:

  • Core/Grid/Variables: CellIterator.cc (new), ComputeSet.cc (+1 -1), ComputeSet_special.cc (+1 -1), DataItem.cc (+1 -1), DifferenceIterator.cc (+1 -1), GridIterator.cc (+1 -1), GridSurfaceIterator.cc (+1 -1), GridVariableBase.cc (+1 -1), Iterator.cc (+1 -1), ListOfCellsIterator.cc (+1 -1), LocallyComputedPatchVarMap.cc (+1 -1), NodeIterator.cc (new), PSPatchMatlGhost.cc (new), PSPatchMatlGhostRange.cc (+1 -1), ParticleSubset.cc (+1 -1), ParticleVariableBase.cc (+1 -1), ParticleVariable_special.cc (+1 -1), PerPatchBase.cc (new), ReductionVariableBase.cc (+1 -1), ReductionVariable_special.cc (+1 -1), ScrubItem.cc (+1 -1), SoleVariableBase.cc (+1 -1), SoleVariable_special.cc (new), Stencil7.cc (+1 -1), UnionIterator.cc (+1 -1), VarLabel.cc (new), Variable.cc (new), ugc_templates.cc (+1 -1)
luitjens 2010-08-10 14:30 Rev.: 46005

If the iterator high and low points are reversed return 0 cells for the size.

12 lines of code changed in 3 files:

  • Core/Grid/Variables: CellIterator.h (+4 -1), GridIterator.h (+4 -1), NodeIterator.h (+4 -1)
luitjens 2010-08-10 13:31 Rev.: 46004

Added a size() operator to the iterator classes.

45 lines of code changed in 6 files:

  • Core/Grid/Variables: BaseIterator.h (+5), CellIterator.h (+8), GridIterator.h (+9), GridSurfaceIterator.h (+10), ListOfCellsIterator.h (+5), NodeIterator.h (+8)
harman 2010-08-02 09:34 Rev.: 45960

operator: <<

if the the iterator has 0 elements or is done then indicate so and don't crash.

5 lines of code changed in 1 file:

  • Core/Grid/Variables: GridIterator.cc (+5 -1)
harman 2010-07-21 10:15 Rev.: 45913

output more information about the listOfCell Iterator in the << operator.

4 lines of code changed in 1 file:

  • Core/Grid/Variables: ListOfCellsIterator.cc (+4 -2)
luitjens 2010-07-16 10:38 Rev.: 45880

Actually remove the debugging code... sorry for the spam.

0 lines of code changed in 4 files:

  • Core/Grid/Variables: Array3.h (new), GridVariable.h (new)
luitjens 2010-07-16 10:30 Rev.: 45879

Removed debugging code.

4 lines of code changed in 2 files:

  • Core/Grid/Variables: Array3.h (+2), GridVariable.h (+2)
luitjens 2010-07-15 19:39 Rev.: 45871

Some more debugging stuff

5 lines of code changed in 1 file:

  • Core/Grid/Variables: Array3.h (+5)
luitjens 2010-07-15 19:31 Rev.: 45870

Added some sanity/debug checking to try and isolate random segfaults with explode2d_amr

4 lines of code changed in 1 file:

  • Core/Grid/Variables: GridVariable.h (+4)
luitjens 2010-05-21 16:11 Rev.: 45650

First of a couple changes to how particle subsets are stored.

This removes the low and high index from the map key and changes the map to a multimap. Queries now search this multimap and then linearlly search the resulting entries (should be between 1-7 entries) for a sufficient match.

This eliminates linear searches through the entire particle subset database in order to find a sufficient match.


183 lines of code changed in 9 files:

  • Core/Grid/Variables: PSPatchMatlGhost.cc (+1 -9), PSPatchMatlGhost.h (+4 -8), PSPatchMatlGhostRange.cc (+65), PSPatchMatlGhostRange.h (new 105), ParticleSubset.h (+7), sub.mk (new)
luitjens 2010-05-03 12:47 Rev.: 45601

Use containsIndex() function. This changes the + face to be exclusive (as it should have been).

2 lines of code changed in 1 file:

  • Core/Grid/Variables: ParticleVariable_special.cc (+2 -8)
harman 2010-04-26 17:44 Rev.: 45574

gather()
- Code inside of the #if SCI_ASSERTION_LEVEL >= 2 is now always compiled.

0 lines of code changed in 1 file:

  • Core/Grid/Variables: ParticleVariable_special.cc (-2)
harman 2010-04-26 17:26 Rev.: 45573

gather()
Variable name change:
dstiter -> dst_iter
srciter -> src_iter
added vertical space, and {}

Changed assertions. Manually performing an intersection between the particleSubSet
hi/low cell index and the particle location cell index. Throw the assertion if
there is no intersection.

44 lines of code changed in 1 file:

  • Core/Grid/Variables: ParticleVariable_special.cc (+44 -22)

(8 more)

Generated by StatSVN 0.4.0