Directory Packages/Uintah/CCA/Components/Regridder/

Total Files:
14
Deleted Files:
0
Lines of Code:
1755

[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 127 (100.0%) 5645 (100.0%) 44.4
luitjens 86 (67.7%) 4749 (84.1%) 55.2
worthen 36 (28.3%) 747 (13.2%) 20.7
dav 2 (1.6%) 135 (2.4%) 67.5
harman 1 (0.8%) 12 (0.2%) 12.0
mjc 1 (0.8%) 1 (0.0%) 1.0
dgroulx 1 (0.8%) 1 (0.0%) 1.0

Most Recent Commits

luitjens 2006-12-14 15:43 Rev.: 36140

Revamped load balancer logic in an attempt to achieve decent load
balance.


1 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Regridder: BNRTask.h (+1 -1)
luitjens 2006-12-12 13:49 Rev.: 36089

Added an additional parameter to the BNRRegridder called
patch_ratio_to_target. This value is multiplied by ideal patch size per
processor and then used as the maximum patch size allowed. This
parameter has a range of (0,1]. Setting the value high can cause large
load imbalance. Setting the value low can raise the number of patches
unnessarily high.

0 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (changed), BNRRegridder.h (new)
worthen 2006-10-31 13:49 Rev.: 35737

Remove concept of time-refinement from Grid, and store whether the sim is lockstep in SharedState. Have components compute delt based on the level it's on and have the SimulationController worry about the inter-level constraints. (Also consolidate SimCnt::doInitialTimestepRegridding into doInitialTimestep and doRegridding)

0 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (-1), HierarchicalRegridder.cc (-1)
worthen 2006-10-23 20:50 Rev.: 35682

Overhaul the DynamicLoadBalancer
State no longer maintained internally, called by SimController
Should now work with any combination of restart, regrid, nthproc,
timestep restarts, etc.

Schedulers:
Modify the way Particle Subsets determine whether they need to send
the number of particles to receiving processor

Don't reserve cell-refinement-ratio of cells for each var, just the
number of intra-level ghost cells required

MPMICE:
Move a cout to a cout_doing

Regridder:
Use Regridder vars on matl 0

1 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (new)
worthen 2006-10-06 16:17 Rev.: 35514

Replace Scheduler::noScrubVar and copyDataVar with overrideDefaultBehavior. Enable restarts to regrid where the old uda left off rather than waiting a timestep first

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+1 -1)
luitjens 2006-09-29 15:20 Rev.: 35468

Fixed the regridding critera when using max_timestep_interval > 1 so it will be consistent between restarts

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+1 -2)
harman 2006-09-27 11:04 Rev.: 35435

added bulletproofing. LaticeRefinementRatio and refinement ratio must be >= 1

12 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: HierarchicalRegridder.cc (+12)
worthen 2006-09-19 14:40 Rev.: 35372

Force time-refinement to be based on cell refinement. This is probably temporary until we get the arbitrary-timestep per level working.

Also provides a "lockstep" knob for AMR that will in essence force TRR To be 1

Most of the changes are just moving adjustDelt from SimulationState back to Level.

2 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (+1), HierarchicalRegridder.cc (+1)
worthen 2006-09-13 14:15 Rev.: 35319

AMR Scrubbing

6 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+6)
luitjens 2006-09-12 15:25 Rev.: 35299

Fixed a bug with the tags

4 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (+4 -5)
luitjens 2006-09-12 11:27 Rev.: 35295

Changed tag allocation to only allocate tags when needed. This prevents
excess memory usage with newer versions of MPI that allow many more tags
than older versions.

53 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (+44 -11), BNRRegridder.h (+5 -1), BNRTask.cc (+3 -9), BNRTask.h (+1 -1)
luitjens 2006-08-31 21:15 Rev.: 35194

Fixed a random lockup that occured after running for a while.

29 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (+16 -6), BNRRegridder.h (+4 -3), BNRTask.cc (+9 -4)
worthen 2006-08-28 12:06 Rev.: 35144

Add Regridder and Component information to the first few lines of sus output

4 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Regridder: RegridderFactory.cc (+4)
luitjens 2006-08-25 10:33 Rev.: 35129

Give memory back to STL earlier, may increase performance.

30 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (+3 -1), BNRTask.cc (+27 -8)
luitjens 2006-08-21 11:28 Rev.: 35097

Modified the format for debug output such that flags are now optional.

42 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (+42 -29)
luitjens 2006-08-15 12:42 Rev.: 35038

Stats are now computed in doubles instead of integers.

4 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (+4 -6)
luitjens 2006-08-15 12:40 Rev.: 35036

Removed debug output

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (-2)
worthen 2006-08-14 13:36 Rev.: 35024

Don't dilate on finest level if not generating another level, and compensate for trying to dilate (cells > 2) where there is no corner patch

30 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+30 -1)
luitjens 2006-08-10 13:28 Rev.: 34997

Fixed Saftey Layer Code

121 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (+121 -57)
luitjens 2006-08-07 14:07 Rev.: 34950

Clamped saftey layers within the domain boundaries

17 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (+17 -4)

(40 more)

Generated by StatSVN 0.4.0