Directory Core/Grid/Variables/

Total Files:
94
Deleted Files:
0
Lines of Code:
13597

[root]/Core/Grid/Variables

Lines of Code

Core/Grid/Variables/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 212 (100.0%) 1016 (100.0%) 4.7
dav 4 (1.9%) 500 (49.2%) 125.0
ahumphrey 7 (3.3%) 217 (21.4%) 31.0
allen 14 (6.6%) 191 (18.8%) 13.6
jas 174 (82.1%) 94 (9.3%) 0.5
jholmen 10 (4.7%) 10 (1.0%) 1.0
guilkey 2 (0.9%) 2 (0.2%) 1.0
derekhar 1 (0.5%) 2 (0.2%) 2.0

Most Recent Commits

ahumphrey 2017-12-22 17:53 Rev.: 57518

Make VarLabel::m_name private.

0 lines of code changed in 2 files:

  • Core/Grid/Variables: VarLabel.h (new)
ahumphrey 2017-12-21 21:35 Rev.: 57513

VarLabel: DebugStream --> Dout so info is legible when output by multiple threads.
Other cleanup and refactoring.

216 lines of code changed in 3 files:

  • Core/Grid/Variables: VarLabel.cc (+87 -75), VarLabel.h (+129 -122)
guilkey 2017-12-06 18:06 Rev.: 57401

Particles can now be part of up to three load curves. This is particularly
useful for pressure BCs where pressure might be applied to more than one
face, now corner particles get contributions from both, with the resultant force
as the sum of the two forces from each face's load curve. This will break the
NairnFriction test in the RT.

2 lines of code changed in 2 files:

  • Core/Grid/Variables: ugc_templates.cc (new)
jholmen 2017-11-21 23:41 Rev.: 57328

* Added build system support for Kokkos.
* Added /src/include/sci_defs/kokkos_testdefs.h.in.

This commit allows --with-kokkos=DIR to be used to point to a Kokkos installation instead of CXXFLAGS and LDFLAGS.

Note, files using #define UINTAH_ENABLE_KOKKOS must now add #include <sci_defs/kokkos_defs.h> to manage this macro.

10 lines of code changed in 10 files:

  • Core/Grid/Variables: Array3.h (+2), Array3Data.h (new), Array3Window.h (new), BlockRange.hpp (+2), constVariable.h (+2)
allen 2017-11-21 15:40 Rev.: 57322

update to move to a application common class and remove the shared state

70 lines of code changed in 6 files:

  • Core/Grid/Variables: ReductionVariable_special.cc (new), Reductions.h (new), VarTypes.h (new)
allen 2017-11-07 13:35 Rev.: 57243

added support for saving per patch data

70 lines of code changed in 5 files:

  • Core/Grid/Variables: PerPatch.h (new), StaticInstantiate.cc (+3), ugc_templates.cc (+4)
allen 2017-11-03 15:14 Rev.: 57207

changed to cout

1 lines of code changed in 1 file:

  • Core/Grid/Variables: VarLabel.cc (+1 -1)
jas 2017-09-28 11:20 Rev.: 57041

Remove use of HashTable.h -- legacy implementation.

1 lines of code changed in 2 files:

  • Core/Grid/Variables: VarnameMatlPatch.h (+1 -1)
allen 2017-09-20 12:50 Rev.: 57016

fixes for W-cycle and performing on-the-fly analysis

50 lines of code changed in 2 files:

  • Core/Grid/Variables: VarLabelMatl.h (+50 -4)
jas 2017-08-04 09:53 Rev.: 56846

Use C++11 hashmap.

0 lines of code changed in 1 file:

  • Core/Grid/Variables: VarLabelMatl.h (-13)
ahumphrey 2017-07-08 23:16 Rev.: 56773

Fix spatial scheduling in Radiometer so we create a single spatial task with a PatchSet like: { {19}, {22}, {25} } (singleton subsets like level->eachPatch()), NOT -> { {19,22,25} }. This is because one proc isn't guaranteed to own all patches in the multi-element subset.

Added Dout versions of printTask and printSchedule to DbgOutput. Now we actually get coherent output when multiple ranks write to stdout.

1 lines of code changed in 2 files:

  • Core/Grid/Variables: ComputeSet.h (new)
jas 2017-04-20 13:18 Rev.: 56452

Update copyright.

93 lines of code changed in 171 files:

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

Updated absorption property model to be more modular.
The primary motivation of this commit is to progress towards removing dependence on radprops.
Also, this commit cleaned up years of "hacks" aimed at quickly adapting the code to fit the needs of the center.
This commit will change every radiation test, most of which are due to round-off differences.
In some instances, a bug of using inconsistent data-warehouses was also present.

2 lines of code changed in 1 file:

  • Core/Grid/Variables: CCVariable.h (+2)
dav 2017-02-26 18:03 Rev.: 56253


Continuation of commit r56249 - getting into the Core and the UCF now.

Mostly cosmetic changes - removing the actual hack (see Handle.h below) to
allow for better type safety using c++11 nullptr.

These changes have passed the local RT on Baja.

- The biggest update in this commit (the update to remove the c++11 warning hack) is that you will
no longer be able to compare a ProblemSpecP to 0 (you will need to compare to 'nullptr').

- White space, coding standards, indentation, remove tabs.
- Line up some variables to make them easier to read.
- Use of 80+ columns of text (we decided to allow this 10 years ago) and it makes reading longer lines of code on the screen easier.
- Use {} for if/else clauses even if they are only one line long.
- Please put "else" and "else if" on a new line. The added white space makes following the branching much easier.

M CCA/Components/Arches/BoundaryConditions/BoundaryFunctorHelper.cc
M CCA/Components/LoadBalancers/DynamicLoadBalancer.cc
M CCA/Components/LoadBalancers/LoadBalancerCommon.cc
M CCA/Components/LoadBalancers/ParticleLoadBalancer.cc
M CCA/Components/Schedulers/DynamicMPIScheduler.cc
M CCA/Components/Schedulers/MPIScheduler.cc
M CCA/Components/Schedulers/UnifiedScheduler.cc
M CCA/Ports/PIDXOutputContext.cc
M Core/GeometryPiece/GeometryPieceFactory.cc
M Core/Grid/BoundaryConditions/BCDataArray.cc
M Core/Grid/BoundaryConditions/BCDataArray.h

- Pass const strings as references instead of copying.

M Core/Grid/BoundaryConditions/BCUtils.cc
M Core/Grid/BoundaryConditions/BoundCondReader.cc

M Core/Grid/Level.h
M Core/Grid/Level.cc

- Pass const params as const.
- Removed m_patches variables as it isn't used anywhere.
- Very few real changes in this file, use diff -w.

M Core/Grid/Patch.h
M Core/Grid/Patch.cc

- Place .h one line functions on one line as it makes the viewing of the Class spec easier
(and this is the main purpose of the .h file.)
- Line up vars/ for easier reading.

M Core/Grid/Task.cc

M Core/Grid/Variables/ComputeSet.h

- Place .h one line functions on one line as it makes the viewing of the Class spec easier
(and this is the main purpose of the .h file.)

M Core/Grid/Variables/ParticleVariable.h
M Core/Grid/Variables/ParticleVariable_special.cc
M Core/Grid/Variables/Variable.cc

- Fix end comment on readPIDX()

M Core/Util/Handle.h

- Here is the hack that is being removed... The "==" operator was overloaded in order
to allow for comparison of pointers to 0. When this is removed, then (previous to these
commits) you would be spammed by warnings about ambiguous "==" operator. By removing this
operator and forcing the comparison to nullptr (as of c++11), type safety is increased.

500 lines of code changed in 4 files:

  • Core/Grid/Variables: ComputeSet.h (+482 -501), ParticleVariable.h (+8 -7), ParticleVariable_special.cc (+9 -6), Variable.cc (+1 -1)
Generated by StatSVN 0.7.0