Directory Core/Grid/Variables/

Total Files:
91
Deleted Files:
1
Lines of Code:
12763

[root]/Core/Grid/Variables

Lines of Code

Core/Grid/Variables/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 219 (100.0%) 576 (100.0%) 2.6
ahumphrey 37 (16.9%) 299 (51.9%) 8.0
jas 148 (67.6%) 160 (27.8%) 1.0
dav 7 (3.2%) 115 (20.0%) 16.4
harman 27 (12.3%) 2 (0.3%) 0.0

Most Recent Commits

dav 2014-10-02 17:07 Rev.: 52537

Revert debug version of file that was accidentally committed.

0 lines of code changed in 2 files:

  • Core/Grid/Variables: Array3Data.h (new)
dav 2014-10-02 16:14 Rev.: 52532

Updated configure to match configure.ac from previous commit.

18 lines of code changed in 1 file:

  • Core/Grid/Variables: Array3Data.h (+18)
ahumphrey 2014-08-30 23:05 Rev.: 52377

Remove REDSTORM artifacts.

2 lines of code changed in 4 files:

  • Core/Grid/Variables: ComputeSet.h (new), ReductionVariable_special.cc (new)
ahumphrey 2014-08-01 15:41 Rev.: 52254

Remove Heirarchical and BNR regridder and supporting classes, tests, etc.

* NOTE: It has been shown these do not scale, and in the case of ICE these regridders have undesired side effects WRT fine level solution, and in fact are disallowed by ICE.

* The only input file found to be using the Heirarchical regridder was /inputs/Examples/wave.ups (Similar to AMRWaveEquation test problem from Chombo), and has been changed to have the appropriate <Regridder> attributes.

* This commit also enables clean support for GPUPerPatch variables need by Wasatch with CUDA enabled.

25 lines of code changed in 2 files:

  • Core/Grid/Variables: PerPatch.h (new)
dav 2014-07-15 16:45 Rev.: 52165


Few minor cleanups...

M configure
M configure.ac

- Fix test to raise error if fortran turned off but Arches is requested.
- Update configure with error when a bad path is given.

M Core/Grid/Variables/ParticleSubset.h

- Number of particles should be an "unsigned int", not a particleIndex.
- Use "unsigned int" in other locations where is needed.
- Clean up constructors... Use "unsigned int" and make arguments readable.
- Add in some whitespace for easier reading.

M Core/Grid/Variables/ParticleSubset.cc

- Add in {} to some 'for' and 'if' statements.
- Add in some whitespace for easier reading.
- Fix use of "unsigned int" for d_numParticles.
- Indent arguments so they can be more easily read.

M Core/DataArchive/DataArchive.h

- Fix findPatchAndIndex() declaration so it is readable.
- Make 'const' parameters that are not updated by function
so that it is more clear to the user what parameters'
values are changing.

M Core/DataArchive/DataArchive.cc

- Make findPatchAndIndex() function parameters readable.
- Remove int vs unsigned int warnings.
- Add in {} to some 'for' and 'if' statements.

M Core/ProblemSpec/ProblemSpec.h

- Added in appendElement() for unsigned int.
- Alphabetized the appendElements() to make parsing easier.

M Core/ProblemSpec/ProblemSpec.cc

- Added in appendElement() for unsigned int.

97 lines of code changed in 4 files:

  • Core/Grid/Variables: ParticleSubset.cc (new), ParticleSubset.h (new)
ahumphrey 2014-06-20 09:08 Rev.: 52003

* Add GPUPerPatch support.
* Some cleanup and formatting in GPUDataWarehouse and other GPU Variable source files.

247 lines of code changed in 19 files:

  • Core/Grid/Variables: GPUGridVariable.h (new), GPUGridVariableBase.h (new), GPUParticleVariable.h (new), GPUParticleVariableBase.h (new), GPUPerPatch.h (new 95), GPUPerPatchBase.h (new 55), GPUReductionVariable.h (+28 -14), GPUReductionVariableBase.h (+7 -7), GPUVariable.h (+4 -4), PerPatch.h (+4), PerPatchBase.h (+1)
jas 2014-06-11 21:20 Rev.: 51968

Add pidx to sub.mk files.

6 lines of code changed in 2 files:

  • Core/Grid/Variables: sub.mk (+6)
jas 2014-06-11 15:41 Rev.: 51959

Squashed commit of the following:

commit be6e7652561b8d5cc85fb4cc6fe6bf3a178b9330
Author: John Schmidt <john.schmidt@utah.edu>
Date: Wed Jun 11 15:51:31 2014 -0600

Initial incorporation of PIDX.

71 lines of code changed in 4 files:

  • Core/Grid/Variables: Variable.cc (+65), Variable.h (+6 -1)
harman 2014-04-08 15:45 Rev.: 51718

spring cleaning.
- removed WIN32 code. Much more to come.....

2 lines of code changed in 27 files:

  • Core/Grid/Variables: Array3.h (-3), BaseIterator.h (-2), CCVariable.h (-4), GridIterator.h (new), GridVariable.h (-4), NCVariable.h (-4), ParticleVariable.h (-4), SFCXVariable.h (-4), SFCYVariable.h (new), SFCZVariable.h (-4), ShareAssignArray3.h (-4), ShareAssignParticleVariable.h (-4), VarLabel.cc (new), Variable.cc (+1 -13)
jas 2014-04-07 13:13 Rev.: 51708

Eliminate warnings as turned up by clang.

0 lines of code changed in 1 file:

  • Core/Grid/Variables: ParticleVariable.h (-1)
ahumphrey 2014-04-01 22:04 Rev.: 51698

More TrivialAllocator cleanup.

0 lines of code changed in 2 files:

  • Core/Grid/Variables: ScrubItem.cc (del), sub.mk (-8)
ahumphrey 2014-03-13 16:07 Rev.: 51637

Fix ScrubItem allocation issues. No longer use TrivialAllocator.
Also add more { }

18 lines of code changed in 3 files:

  • Core/Grid/Variables: ScrubItem.h (new), sub.mk (+1 -2)
ahumphrey 2014-02-26 13:15 Rev.: 51572

Finish some straggler copyright/license updates. (2013 --> 2014).
Found while working in md-dev branch.

7 lines of code changed in 7 files:

  • Core/Grid/Variables: GPUGridVariable.h (+1 -1), GPUGridVariableBase.h (+1 -1), GPUParticleVariable.h (+1 -1), GPUParticleVariableBase.h (+1 -1), GPUReductionVariable.h (+1 -1), GPUReductionVariableBase.h (+1 -1), GPUVariable.h (+1 -1)
jas 2014-01-16 00:47 Rev.: 51467

Updated copyright information.

83 lines of code changed in 141 files:

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