[root]/Core/Grid
BoundaryConditions
(26 files, 4280 lines)
PatchBVH
(9 files, 890 lines)
Variables
(74 files, 10967 lines)
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 |
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:
Renamed the bugged SFC?FORT{Low,High}Index queries to SFC?FORT{Low,High}__Old.
128 lines of code changed in 2 files:
Fixed a small bug in allgather hack.
Release memory sooner.
5 lines of code changed in 1 file:
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:
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:
Removed the level index queries they alread exist under different names.
6 lines of code changed in 3 files:
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:
Added more profiling to RGTimes
38 lines of code changed in 1 file:
added constLevelP handle
0 lines of code changed in 2 files:
Remove getNumVelFields from SimulationState. This function is not used.
0 lines of code changed in 8 files:
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:
Move d_gravity from SimulationState.h to various components that use it.
1 lines of code changed in 2 files:
Move d_ref_press from SimulationState.h to ICE.h.
1 lines of code changed in 2 files:
Revert revision 44731
38 lines of code changed in 2 files:
Move d_ref_press and d_gravity from SimulationState.h to the MPM and ICE
components.
2 lines of code changed in 2 files:
Move d_thermalConductivity from Material.h to MPMMaterial.h and ICEMaterial.h.
1 lines of code changed in 2 files:
Remove d_specificHeat from Material.h to MPMMaterial.h and ICEMaterial.h.
0 lines of code changed in 2 files:
Remove unused d_heatTransferCoefficient and getHeatTransferCoefficient().
0 lines of code changed in 2 files:
Move d_includeFlowWork from Material.h to MPMMaterial.h and ICEMaterial.h.
2 lines of code changed in 2 files:
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:
(21 more)