Directory CCA/Components/Regridder/

Total Files:
6
Deleted Files:
0
Lines of Code:
2362

[root]/CCA/Components/Regridder

Lines of Code

CCA/Components/Regridder/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 25 (100.0%) 313 (100.0%) 12.5
harman 12 (48.0%) 278 (88.8%) 23.1
dav 5 (20.0%) 18 (5.8%) 3.6
jsutherland 8 (32.0%) 17 (5.4%) 2.1

Most Recent Commits

jsutherland 2013-10-31 19:36 Rev.: 51196

This one has been a long time coming.

Rip out the standard namespace opening that has been polluting header files throughout the framework. This crept into all sorts of places.

DO NOT open namespaces in header files. Ever.

16 lines of code changed in 4 files:

  • CCA/Components/Regridder: BNRTask.h (+7 -7), RegridderCommon.h (new)
jsutherland 2013-10-31 13:09 Rev.: 51193

More namespace cleanup. Grrr!

0 lines of code changed in 1 file:

  • CCA/Components/Regridder: RegridderCommon.h (-2)
dav 2013-10-08 16:43 Rev.: 51043

This commit will (hopefully) fix the Mac OSX regression tester.

M Makefile.in

- Don't run the verify_zlib if it is a static build.

M CCA/Components/ProblemSpecification/sub.mk
M Core/ProblemSpec/sub.mk

- On some Mac installs, the MPI library brings in a library load path
that has alternative system libraries in it. The most usual case is
with libz.dylib. If we don't add the MPI_LIBRARY line to this link
line, then these libs will link vs the system (usually /usr/lib/libz.dylib)
and thus we will have two different compression libraries linked
into the same executable... which will eventually cause a bad UDA to
be created.

M CCA/Components/ProblemSpecification/ProblemSpecReader.cc

- Add a better error message.

M CCA/Components/Regridder/TiledRegridder.cc

- Alphabetize the includes.

8 lines of code changed in 2 files:

  • CCA/Components/Regridder: TiledRegridder.cc (+8 -7)
harman 2013-06-27 10:09 Rev.: 50602

ImpMPM, MPM, DDT1:
- added component names in task name. It's easier to "see" what task is running when if
the name is complete.

TiledRegridder:
- output refinement ratio for each level in the grid statistics section.

5 lines of code changed in 1 file:

  • CCA/Components/Regridder: TiledRegridder.cc (+5 -2)
dav 2013-06-20 13:24 Rev.: 50553

Cosmetic fix so one can grep for 'Mod(', etc.

10 lines of code changed in 3 files:

  • CCA/Components/Regridder: RegridderCommon.cc (new), RegridderCommon.h (+5 -5)
harman 2013-06-20 08:43 Rev.: 50540

problemSetup()
- initialize d_inputMinTileSize after d_minTileSize has been populated.

4 lines of code changed in 1 file:

  • CCA/Components/Regridder: TiledRegridder.cc (+4 -3)
harman 2013-06-19 16:58 Rev.: 50539

Use % instead of fmod for integers.

2 lines of code changed in 1 file:

  • CCA/Components/Regridder: TiledRegridder.cc (+2 -2)
harman 2013-06-19 16:12 Rev.: 50536

problemSetup()
-throw an exception if the minimum patch size is not divisible by the refinement ratio.

If you don't catch this then the fine level cells won't properly overlap the coarse level cells.

12 lines of code changed in 3 files:

  • CCA/Components/Regridder: TiledRegridder.cc (+11 -3), TiledRegridder.h (new)
harman 2013-06-19 10:15 Rev.: 50527

cosmetics:
- added dividers
- added horizontal and vertical spaces
- clean out some unused variables.

73 lines of code changed in 2 files:

  • CCA/Components/Regridder: TiledRegridder.cc (+60 -37), TiledRegridder.h (+13 -5)
harman 2013-06-03 13:35 Rev.: 50390

ComputeTiles()
- Increased tileHigh by (1,1,1). We must use inclusive loops in the tile loops otherwise regions
of space aren't searched for refinement flags.

- Added bulletproofing when assertions are turned on. Throw an exception if cells in a patch
are not searched for a refinement flags.

44 lines of code changed in 1 file:

  • CCA/Components/Regridder: TiledRegridder.cc (+44 -9)
harman 2013-06-03 12:43 Rev.: 50388

Cosmetic changes:
- removed tabs
- added dividing lines
- added vertical and horzontal spaces

131 lines of code changed in 2 files:

  • CCA/Components/Regridder: RegridderCommon.cc (+83 -57), TiledRegridder.cc (+48 -24)
jsutherland 2013-05-24 08:55 Rev.: 50331

Clean up another warning - remove an unused variable.

0 lines of code changed in 2 files:

  • CCA/Components/Regridder: PatchFixer.cc (changed)
jsutherland 2013-05-23 18:11 Rev.: 50320

Fix a warning.

1 lines of code changed in 1 file:

  • CCA/Components/Regridder: TiledRegridder.cc (+1 -1)
harman 2013-04-25 12:47 Rev.: 50169

Added bulletproofing. A user must specify more than 1 max_levels if they're using
AMR and a regridder.

7 lines of code changed in 1 file:

  • CCA/Components/Regridder: RegridderCommon.cc (+7 -1)
Generated by StatSVN 0.7.0