Directory Core/Grid/

Total Files:
43
Deleted Files:
0
Lines of Code:
14709

[root]/Core/Grid
            directory in repo BoundaryConditions (26 files, 4280 lines)
            directory in repo PatchBVH (9 files, 890 lines)
            directory in repo Variables (74 files, 10967 lines)

Lines of Code

Core/Grid/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 157 (100.0%) 2624 (100.0%) 16.7
jas 108 (68.8%) 1896 (72.3%) 17.5
luitjens 42 (26.8%) 654 (24.9%) 15.5
jthornoc 3 (1.9%) 45 (1.7%) 15.0
harman 3 (1.9%) 27 (1.0%) 9.0
qymeng 1 (0.6%) 2 (0.1%) 2.0

Most Recent Commits

luitjens 2009-11-16 11:41 Rev.: 45067

Migrated a few more function calls to the new patch interface.

Deleted the old patch interface.

Removed __New() from the new patch interface calls.

379 lines of code changed in 18 files:

  • Core/Grid: AMR.cc (new), AMR.h (+7 -7), Grid.cc (new), Level.cc (+21 -21), LinearInterpolator.cc (new), Patch.cc (+116 -643), Patch.h (new), PatchRangeTree.cc (+4 -4), PatchRangeTree.h (+1 -1)
luitjens 2009-11-16 10:43 Rev.: 45066

Renamed the bugged SFC?FORT{Low,High}Index queries to SFC?FORT{Low,High}__Old.

128 lines of code changed in 2 files:

  • Core/Grid: Patch.cc (+68 -63), Patch.h (+60 -59)
luitjens 2009-11-03 13:40 Rev.: 45028

Fixed a small bug in allgather hack.

Release memory sooner.

5 lines of code changed in 1 file:

  • Core/Grid: Level.cc (+5 -1)
luitjens 2009-11-03 10:35 Rev.: 45026

Added a hack to change Allgatherv to Allgather for testing on Kraken.

Currently Allgatherv on Kraken has some sever performance problems that NICS, Cray, and the MPICH developers are looking into.

27 lines of code changed in 1 file:

  • Core/Grid: Level.cc (+27)
jthornoc 2009-11-02 18:02 Rev.: 45022


OSX Snow Leopard fixs from Dav. (First OSX to truely support 64 bits.)

M include/sci_defs/osx_testdefs.h.in

OSX Hack isn't used any more, so I removed it. Added the snow leopard #define.

M CCA/Components/Schedulers/OnDemandDataWarehouse.h

No one uses the boundary layer parameter so I removed it.

M CCA/Components/Schedulers/TaskGraph.h

- Removed tabs messing up indentation.
- Made a few params 'const'.

M CCA/Components/Schedulers/TaskGraph.cc

- Mostly cosmetics:
- Added some white space.
- Added some {}.
- Made a few params 'const'.

M CCA/Components/Schedulers/OnDemandDataWarehouse.cc

- An undefined boundary layer was being passed in even though no one uses it, so
default it to 0,0,0.

M CCA/Components/Schedulers/SchedulerCommon.cc

- Use 'const'.

M CCA/Ports/DataWarehouse.h

- Indent.
- In allocateTemporary(), you can't give a reference parameter (boundaryLayer) a default value. Not
sure why this compiles on other machines.

M Core/Grid/Patch.h

- White space cosmetics.

M Core/Grid/Variables/ParticleVariableBase.h
M Core/Grid/Variables/ParticleSubset.h

- Can't have a function differentiated only by return type (and particularly just by 'const' on the return type).
Not sure why other compiles allow this, and/or which function they actually 'link in', but the OSX 10 compiler
doesn't like it.

M Core/Grid/Variables/ReductionVariable_special.cc

- Don't compile some of these things under snow leopard.

M Core/Grid/Variables/ParticleVariableBase.cc

- Cosmetics.

M Core/Thread/Thread.cc

- Fix a warning for John. ;)

M Core/Disclosure/TypeUtils.cc

- 64 bit functions that become multiply defined if left in for Snow Leopard.

M Core/Util/Endian.cc

- White space!

M StandAlone/sub.mk

- Need Core/OS to link.

M StandAlone/tools/puda/varsummary.cc

- 64 bit overloaded function fix for OSX snow leopard.

M configure.ac

- OSX snow leopard fixes.
- NOTE: Not checking in configure because I don't have the correct autoconf version on this
machine. I will fix this in the next commit (coming shortly).

5 lines of code changed in 1 file:

  • Core/Grid: Patch.h (+5 -5)
luitjens 2009-10-26 11:47 Rev.: 44948

Removed the level index queries they alread exist under different names.

6 lines of code changed in 3 files:

  • Core/Grid: Level.cc (+6 -14), Level.h (-4)
luitjens 2009-10-26 10:39 Rev.: 44947

Added queries to get the maximum and minimum cell index for the level.

Compute and store the total number of cells on the level.

Changed totalCells to return the stored number of cells instead of looping through all patches and counting the cells.

30 lines of code changed in 2 files:

  • Core/Grid: Level.cc (+25 -5), Level.h (+5)
luitjens 2009-10-22 13:49 Rev.: 44937

Added more profiling to RGTimes

38 lines of code changed in 1 file:

  • Core/Grid: Level.cc (+38)
luitjens 2009-10-07 12:32 Rev.: 44799

added constLevelP handle

0 lines of code changed in 2 files:

  • Core/Grid: LevelP.h (changed)
jas 2009-10-02 16:43 Rev.: 44780

Remove getNumVelFields from SimulationState. This function is not used.

0 lines of code changed in 8 files:

  • Core/Grid: Material.cc (new), Material.h (new), SimulationState.cc (new), SimulationState.h (new)
luitjens 2009-10-01 14:42 Rev.: 44772

Explicitly set the values for the WhichDW enum instead of relying on the compiler to do the right thing...

0 lines of code changed in 2 files:

  • Core/Grid: Task.h (changed)
jas 2009-09-30 16:47 Rev.: 44766

Move d_gravity from SimulationState.h to various components that use it.

1 lines of code changed in 2 files:

  • Core/Grid: SimulationState.cc (-10), SimulationState.h (+1 -5)
jas 2009-09-30 13:01 Rev.: 44753

Move d_ref_press from SimulationState.h to ICE.h.

1 lines of code changed in 2 files:

  • Core/Grid: SimulationState.cc (+1 -17), SimulationState.h (-5)
jas 2009-09-21 21:12 Rev.: 44732

Revert revision 44731

38 lines of code changed in 2 files:

  • Core/Grid: SimulationState.cc (+27 -1), SimulationState.h (+11 -1)
jas 2009-09-21 18:08 Rev.: 44731

Move d_ref_press and d_gravity from SimulationState.h to the MPM and ICE
components.

2 lines of code changed in 2 files:

  • Core/Grid: SimulationState.cc (+1 -27), SimulationState.h (+1 -11)
jas 2009-09-21 14:10 Rev.: 44730

Move d_thermalConductivity from Material.h to MPMMaterial.h and ICEMaterial.h.

1 lines of code changed in 2 files:

  • Core/Grid: Material.cc (-5), Material.h (+1 -3)
jas 2009-09-21 13:11 Rev.: 44728

Remove d_specificHeat from Material.h to MPMMaterial.h and ICEMaterial.h.

0 lines of code changed in 2 files:

  • Core/Grid: Material.cc (-5), Material.h (-2)
jas 2009-09-21 10:50 Rev.: 44726

Remove unused d_heatTransferCoefficient and getHeatTransferCoefficient().

0 lines of code changed in 2 files:

  • Core/Grid: Material.cc (-6), Material.h (-2)
jas 2009-09-21 09:45 Rev.: 44725

Move d_includeFlowWork from Material.h to MPMMaterial.h and ICEMaterial.h.

2 lines of code changed in 2 files:

  • Core/Grid: Material.cc (-4), Material.h (+2 -2)
harman 2009-09-03 09:42 Rev.: 44688

Added bulletproofing.

Throw an exception if the user specified a computational doman length that is <= 0
in any of the directions.

8 lines of code changed in 1 file:

  • Core/Grid: Grid.cc (+8)

(21 more)

Generated by StatSVN 0.4.0