[root]/Packages/Uintah/CCA/Components/Regridder
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 67 (100.0%) | 302 (100.0%) | 4.5 |
worthen | 40 (59.7%) | 147 (48.7%) | 3.6 |
harman | 6 (9.0%) | 66 (21.9%) | 11.0 |
jas | 9 (13.4%) | 61 (20.2%) | 6.7 |
dgroulx | 4 (6.0%) | 15 (5.0%) | 3.7 |
jones | 5 (7.5%) | 11 (3.6%) | 2.2 |
sparker | 1 (1.5%) | 2 (0.7%) | 2.0 |
dav | 2 (3.0%) | 0 (0.0%) | 0.0 |
Add new regridder feature to combine rectangular sets of patches together
0 lines of code changed in 6 files:
Core/Grid DataWarehouse, TaskGraph Fixes to the AMR corner case problem (2d works, 3d mostly works) SchedulerCommon Fixes to the VarTracker Everything else
slight debug changes
2 lines of code changed in 1 file:
Removed compiler warning.
0 lines of code changed in 2 files:
more descriptive exception message
1 lines of code changed in 1 file:
problemSetup_BulletProofing()
- turned my bullet proofing back on.
maxTimestepsBetweenRegrids test
- Only perform this check when the dimension in question
has more that 1 cell. Let is pass for 1D and 2D problems
6 lines of code changed in 1 file:
Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.
15 lines of code changed in 4 files:
sus - get component options (sim, lb, sched, solver, regridder) from a ups file. sim and solver also work from the command line
Switcher - load its own sims and problem_specs
Clean up factories
Retire unused files
4 lines of code changed in 2 files:
Get MPI AMR ICE to complete on 2 levels; however, it generates different results from serial
2 lines of code changed in 1 file:
IntVector: rewrite < and (didn't sort for STL functions) remove >, <=, >=
Everything else: Make Particle Subsets work with a specified range instead of with ghost cells
1 lines of code changed in 2 files:
Get rid of the easy (scinew) AMR-related memory leaks
4 lines of code changed in 1 file:
Remove unused code from Regridder; change patch overlap test to not include extra cells
7 lines of code changed in 1 file:
Split-level MPMICE implemented (ICE on level 0, MPM on level 1)
Still needs actual coarsen/refinement operators
multilevel_diw.ups is the test file
Fixed compile error (Components.so needs to link Arches and MPMArches libraries)
2 lines of code changed in 1 file:
Add RegridderFactory.
49 lines of code changed in 2 files:
Create factories for the various components.
5 lines of code changed in 5 files:
More debug info and don't use extra cells in determining the range of subpatches
15 lines of code changed in 2 files:
problemSetup_BulletProofing()
- only do maxTimestepsBetweenRegrid & d_cellCreationDilation check on L-0.
6 lines of code changed in 1 file:
-encapsulated bulletproofing into one function
-added bullet proofing for 2D problems
52 lines of code changed in 2 files:
fixed copy-paste error in an exception message
1 lines of code changed in 1 file:
Make time refinement ratio only be read from the grid, and same ratio applicable to all levels.
2 lines of code changed in 3 files:
interface for specifying the time refinement ratio from the ups
27 lines of code changed in 3 files:
(13 more)