Directory Packages/Uintah/CCA/Components/Regridder/

Total Files:
10
Deleted Files:
0
Lines of Code:
1949

[root]/Packages/Uintah/CCA/Components/Regridder

Lines of Code

Packages/Uintah/CCA/Components/Regridder/ Lines of Code

Developers

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

Most Recent Commits

worthen 2005-11-01 15:55 Rev.: 32399

Add new regridder feature to combine rectangular sets of patches together

0 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/Regridder: HierarchicalRegridder.cc (changed), RegridderCommon.cc (changed), RegridderCommon.h (changed)
worthen 2005-09-23 09:15 Rev.: 32007

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:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+2 -2)
dav 2005-08-24 13:30 Rev.: 31687

Removed compiler warning.

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (new)
harman 2005-08-16 17:38 Rev.: 31542

more descriptive exception message

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+1 -1)
harman 2005-08-07 19:02 Rev.: 31425

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:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+6 -6)
dgroulx 2005-07-12 12:26 Rev.: 31087

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:

  • Packages/Uintah/CCA/Components/Regridder: HierarchicalRegridder.cc (+1 -1), PerPatchVars.h (new), RegridderCommon.cc (+11 -11)
worthen 2005-06-29 14:22 Rev.: 30914

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:

  • Packages/Uintah/CCA/Components/Regridder: RegridderFactory.cc (new)
worthen 2005-06-24 00:32 Rev.: 30864

Get MPI AMR ICE to complete on 2 levels; however, it generates different results from serial

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: HierarchicalRegridder.cc (+2 -2)
worthen 2005-06-23 12:52 Rev.: 30854

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:

  • Packages/Uintah/CCA/Components/Regridder: HierarchicalRegridder.h (+1 -19)
worthen 2005-06-14 14:48 Rev.: 30723

Get rid of the easy (scinew) AMR-related memory leaks

4 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: HierarchicalRegridder.cc (+4)
worthen 2005-06-13 15:11 Rev.: 30700

Remove unused code from Regridder; change patch overlap test to not include extra cells

7 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: HierarchicalRegridder.cc (+7 -265)
sparker 2005-06-10 14:04 Rev.: 30662

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:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+2)
jas 2005-06-03 18:45 Rev.: 30555

Add RegridderFactory.

49 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Regridder: RegridderFactory.cc (+25), RegridderFactory.h (new 24)
jas 2005-06-03 18:33 Rev.: 30549

Create factories for the various components.

5 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (+2 -1), BNRRegridder.h (new), sub.mk (+1)
worthen 2005-06-03 13:52 Rev.: 30540

More debug info and don't use extra cells in determining the range of subpatches

15 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Regridder: HierarchicalRegridder.cc (+4 -4), RegridderCommon.cc (+11 -11)
harman 2005-06-03 12:30 Rev.: 30536

problemSetup_BulletProofing()
- only do maxTimestepsBetweenRegrid & d_cellCreationDilation check on L-0.

6 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+6 -4)
harman 2005-06-03 10:19 Rev.: 30526

-encapsulated bulletproofing into one function
-added bullet proofing for 2D problems

52 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+51 -22), RegridderCommon.h (+1)
harman 2005-06-02 14:56 Rev.: 30509

fixed copy-paste error in an exception message

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+1 -1)
worthen 2005-06-01 13:40 Rev.: 30460

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:

  • Packages/Uintah/CCA/Components/Regridder: HierarchicalRegridder.cc (+2 -4), RegridderCommon.cc (-11), RegridderCommon.h (-1)
worthen 2005-05-06 09:47 Rev.: 30089

interface for specifying the time refinement ratio from the ups

27 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Regridder: HierarchicalRegridder.cc (+15 -3), RegridderCommon.cc (+11), RegridderCommon.h (+1)

(13 more)

Generated by StatSVN 0.4.0