Directory Packages/Uintah/CCA/Components/Regridder/

Total Files:
14
Deleted Files:
1
Lines of Code:
4108

[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 118 (100.0%) 1578 (100.0%) 13.3
luitjens 102 (86.4%) 1509 (95.6%) 14.7
worthen 14 (11.9%) 66 (4.2%) 4.7
harman 1 (0.8%) 2 (0.1%) 2.0
sbrown 1 (0.8%) 1 (0.1%) 1.0

Most Recent Commits

luitjens 2007-12-10 12:08 Rev.: 39547

Removed some code that is not used and was not maintained

3 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (+3 -11)
luitjens 2007-11-28 10:22 Rev.: 39478

Merge from 39469

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (+1 -1)
worthen 2007-11-06 13:48 Rev.: 39285

move SCISHARE to UINTAHSHARE. Also disable the share flags if building static

13 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/Regridder: RegridderFactory.h (new), share.h (del), uintahshare.h (new 11)
worthen 2007-11-05 14:08 Rev.: 39269

missed a file

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Regridder: HierarchicalRegridder.cc (new)
luitjens 2007-10-04 19:53 Rev.: 38917

Changed list to deque

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (new)
luitjens 2007-10-04 19:30 Rev.: 38915

use the old deque difference function instead of the new list one. The deque one seems to be O(patches^2) where the list one should be O(patches log patches) however the list one seems to have memory issues. I will look into those later for now i'm switching the code back to the old one.

Also optimized the isSimilar slightly.

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+3 -6)
luitjens 2007-09-24 15:18 Rev.: 38809

Use isSimilar instead of == on the grid comparison

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (+1 -1)
luitjens 2007-09-20 10:41 Rev.: 38768

Modifications to the tau profiling (mostly new timers). Also only call performConsistencyCheck when the assertion level is greater than 0.

11 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (+11 -1)
luitjens 2007-09-04 15:40 Rev.: 38582

The first of many commits that change new to scinew

6 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+4 -4), RegridderFactory.cc (+2 -2)
luitjens 2007-08-21 09:53 Rev.: 38445

Remove BNRStats and instead have the grid stats always output per Todd's
request.

3 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (+3 -5)
worthen 2007-08-03 00:01 Rev.: 38269

Fix for particles-error-flags not dilating enough for kiddie-corner patches who want to use them

4 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+4 -1)
luitjens 2007-07-11 12:43 Rev.: 38034

Removed Spew

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (-6)
luitjens 2007-07-09 09:27 Rev.: 37996

Reverted 37987.

8 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+8 -2)
luitjens 2007-07-05 22:01 Rev.: 37987

Made the maximum dilation inclusive

1 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+1 -1)
luitjens 2007-07-05 10:55 Rev.: 37978

Fixed a bug in dynamic dilation that would occur when the maximum amount of dilation was reached

5 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+5 -1)
luitjens 2007-07-03 09:43 Rev.: 37959

Force the minimum patch size to be greater than 4 in each dimension until the problem with patches with a size of 4 is worked out.

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (+2 -2)
luitjens 2007-07-03 09:10 Rev.: 37957

Only do dynamic dilation if it is specified in the input file

57 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+57 -59)
harman 2007-07-02 17:24 Rev.: 37946

spew diet

2 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+2 -1)
luitjens 2007-07-02 13:13 Rev.: 37934

Modified the way dynamic dilation is controlled.

Dilation is now controlled by specifiying the amount of overhead
associated with the grid that is acceptable. At run time the simulation
is profiled and dilation is adjusted in order to keep the amr overhead
in the acceptable range.

grid_reuse_target_low and grid_reuse_target_high have been removed. Now
the controls are amr_overhead_low and amr_overhead_high. These are
values between 0 and 1 that specify the fraction of of the runtime that
is allowed to be spent in amr overhead. The defaults are .05 and .15.

In addition, the parameter max_dilation now exists. It is important to
set this to be smaller than the smallest patch possible (the default is
4,4,4). This sets a ceiling on the amount of total dilation (stability
dilation + regrid dilation) that can
exist in the system.

To enable dynamic dilation add the following to the AMR section of the input file:

<dynamic_dilation>true</dynamic_dilation>

In addition you may want to specify the following in the same section:

amr_overhead_low
amr_overhead_low
max_dilation




66 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/Regridder: RegridderCommon.cc (+60 -52), RegridderCommon.h (+6 -4)
luitjens 2007-06-29 13:02 Rev.: 37925

Removed spew

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/Regridder: BNRRegridder.cc (-1)

(48 more)

Generated by StatSVN 0.4.0