[root]/Packages/Uintah/Core/Grid/Variables
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 135 (100.0%) | 446 (100.0%) | 3.3 |
worthen | 109 (80.7%) | 344 (77.1%) | 3.1 |
dav | 8 (5.9%) | 43 (9.6%) | 5.3 |
harman | 9 (6.7%) | 32 (7.2%) | 3.5 |
guilkey | 2 (1.5%) | 22 (4.9%) | 11.0 |
mjc | 3 (2.2%) | 3 (0.7%) | 1.0 |
jas | 2 (1.5%) | 2 (0.4%) | 1.0 |
luitjens | 2 (1.5%) | 0 (0.0%) | 0.0 |
Fixed a bug in the range querying code for the superbox code that caused
the query to return corner case patches causing the superbox algorithm
to breakdown.
This fix assumes a minimum patch size greater than 2.
0 lines of code changed in 2 files:
cast sets_.size() to an int for compiler warning.
1 lines of code changed in 1 file:
Fix particle copies and output timesteps on timestep restartsGet MPM BNR regridding to work Fix refluxing range with BNRAlso disable 'dw->abortTimestep' with MPI since it does not workCCA/Components/DataArchiver
16 lines of code changed in 6 files:
Updates for Windows StandAlone utilities. All compile except for compare_mms (I don't, async_mpi_test, dumpfields, and TestRangeTree.
Also made it so sus.cc and SimulationController don't both try to load the UPS file.
1 lines of code changed in 2 files:
moved Core/Grid/Variables/AMRInterpolate.(cc,h) to Core/Grid/AMR.(cc,h)
0 lines of code changed in 4 files:
added normalizeDistance_CC() which computes the normalized distance between
coarse and fine cell-centers, without the extra fuzz.
Incorporated normalized Distance_CC() into linear and quadratic interpolation.
This cleans up the numerical fuzz that was corrupting the 2D sit still problem
32 lines of code changed in 2 files:
Go back to size_t
0 lines of code changed in 2 files:
Prep configure to run under cygwin. Not quite ready yet.
Windows port of Uintah. Currently does not support Arches or Radiation (due to lack of fortran).
168 lines of code changed in 75 files:
Implement a Box difference algorithm, and use it to set the faces outside of the allocated patch region to an initialized bogus value Also fix a small bug in LocallyComputedPatchVarMap and start a process to get an arbitrary particleSubset with given low/high coordinates (necessary for any regridder with a non-determined lattice)
4 lines of code changed in 1 file:
1) Create 1 patch group per level instead of 1 per variable per level
2) AMRInterpolate coarse range high fix
3) Fix (hopefully the right thing) refined variable for a 3+ level mpmice problem
32 lines of code changed in 3 files:
Lots of changes: In individual components' code: scheduleTimeAdvance and scheduleRefineInterface API change And if you create a subscheduler, the initializing of Parent DWs is now in a different call Schedulers:
DWDatabase overhaul - no more template on var type and no more nested structs
Multi-TaskGraph model
Retire NullScheduler and SimpleScheduler
Retire Scheduler3 (all of its changes were already integrated)
ICE
optionally use multiTaskgraph mode
don't recompile subscheduler TG unless outer TG recompiles
PatchCombiner
Remove OnDemandDataWarehouse dependency
make UdaReducer AMR-compliant
Retire many VarLabelMatl/Patch/Level structs
42 lines of code changed in 11 files:
Fix for (I think) 64 bit compilation. Bryan will need to verify that this is ok.
7 lines of code changed in 1 file:
Get MPI MPMICE to work (as far as I can tell), and a few small TG performance improvements
68 lines of code changed in 4 files:
M rtrt/Core/Background.h
Put the rtrt #includes next to each other.
M rtrt/Core/Array2.h
Cleaned up as I tried to figure out how to get the Pio symbols on the
SGI to resolve. (No real changes in this file.)
M rtrt/StandAlone/scenes/uintahisosurface.cc
Few cosmetic updates... however, the real change was to move the #include of rtrt/Core/Background.h to above the Uintah #includes. This fixed the SGI compiler's problem with resolving Pio symbols... I don't like this fix, but I don't think spending more time on it is justified at this point as RTRT will sometime soon be replaced with Manta.
M Uintah/Core/Grid/Variables/NodeIterator.h
Needs IntVector... so #included it.
5 lines of code changed in 1 file:
Added getFineLevelRangeNodes for using in coarsening NCVariables
22 lines of code changed in 2 files:
More Updates to fix getID() problems and to address the move of Dataflow/Ports
3 lines of code changed in 5 files:
add with-tetgen option to configure, Make Module.h conform to the coding standard, and all the massive fallout from renaming variables and slots in that class
3 lines of code changed in 3 files:
connectionList no longer needed.
0 lines of code changed in 3 files:
Allow CCVariable<Stencil7> to be dumped from lineextract, and changes to sus to be able to dump 'matrix'
13 lines of code changed in 5 files:
Removed the 'using namespace' statements.
28 lines of code changed in 1 file:
(1 more)