Directory Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone/

Total Files:
37
Deleted Files:
11
Lines of Code:
196

[root]/Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone

Lines of Code

Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
livne 391 (100.0%) 22977 (100.0%) 58.7

Most Recent Commits

livne 2005-09-07 17:03 Rev.: 31922

Added discontinus diffusion L-shaped-like model problem

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: TestLinear.cc (new)
livne 2005-08-19 10:14 Rev.: 31585

Changed hypre library directory

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: Makefile (changed)
livne 2005-08-18 17:43 Rev.: 31573

Update hypre standalone code to compile on linux suse 9.3, added a matlab script comparing matlab,c++ results

12 lines of code changed in 9 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: Macros.h (new), Makefile (+1), Solver.cc (+1 -1), SolverFAC.cc (+1 -1), mydriver.cc (new)
livne 2005-08-08 18:57 Rev.: 31437

Stand alone code works with swaped patch-proc ownership. Now looks ready to start importing into Uintah!

619 lines of code changed in 15 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: Box.cc (new), Box.h (+1 -1), DebugStream.cc (+2 -2), Hierarchy.cc (new), Patch.cc (new), Patch.h (new), Solver.cc (+557 -473), Solver.h (+23 -9)
livne 2005-08-08 15:16 Rev.: 31432

Encapsulated interior equation generation in a function

450 lines of code changed in 22 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: Box.cc (+10 -5), Box.h (+18 -17), Hierarchy.cc (+97 -138), Hierarchy.h (new), Level.cc (+15), Level.h (+3 -1), Param.cc (+2 -2), Patch.cc (+59 -4), Patch.h (+6), Side.cc (+1 -1), Solver.cc (+221 -195), Solver.h (+4), TODO (new), mydriver.cc (+6 -4), util.cc (new)
livne 2005-08-07 22:56 Rev.: 31427

Marked fine patches on a coarse patch

51 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: Hierarchy.cc (+30 -4), Hierarchy.h (+1 -1), Solver.cc (+17 -8), Solver.h (+2 -1), mydriver.cc (+1 -1)
livne 2005-08-07 21:43 Rev.: 31426

Encapsulated FC graph connections in a function. Should put matrix connection setup with graph setup as most of the code is the same

198 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: Hierarchy.cc (+3 -3), Solver.cc (+179 -143), Solver.h (+14), mydriver.cc (+2 -1)
livne 2005-08-07 14:14 Rev.: 31424

Small changes to hier make

138 lines of code changed in 9 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: Box.cc (+2 -2), DebugStream.cc (+27 -15), DebugStream.h (+13 -1), Hierarchy.cc (+30 -24), Level.cc (+3 -2), Patch.cc (+7 -6), mydriver.cc (+54 -26), util.cc (+2 -2)
livne 2005-08-07 12:01 Rev.: 31423

Done some changes for cygwin compilation; makeUnderlying compiles

473 lines of code changed in 12 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: DebugStream.cc (+5 -5), DebugStream.h (+6 -5), Error.cc (+1), Level.cc (+1 -1), Macros.h (+2 -3), Makefile (+5 -1), Solver.cc (+440 -440), Solver.h (+8 -7), util.cc (+2 -2), util.h (+3 -3)
livne 2005-08-07 10:47 Rev.: 31421

Making underlying coarse data function, incomplete

526 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: DebugStream.cc (+30 -33), DebugStream.h (+15 -9), Solver.cc (+476 -471), Solver.h (+2), util.cc (+2 -1), util.h (+1 -1)
livne 2005-08-07 07:56 Rev.: 31420

Small changes to printouts

85 lines of code changed in 7 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: Box.cc (+2 -2), DebugStream.cc (+6 -5), Hierarchy.cc (+10 -6), Solver.cc (+12 -3), mydriver.cc (+28 -22), util.cc (+20), util.h (+7)
livne 2005-08-05 22:21 Rev.: 31419

serialized beginning, added overflow()

66 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: DebugStream.cc (+55 -9), DebugStream.h (+1 -1), IntMatrix.cc (+2 -2), mydriver.cc (+2 -5), util.cc (+6 -7)
livne 2005-08-05 21:36 Rev.: 31418

Got rid of proc()

217 lines of code changed in 14 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: Box.cc (+4 -4), DebugStream.cc (+32 -5), DebugStream.h (+16 -7), Hierarchy.cc (+5 -5), Macros.h (+2 -1), Patch.cc (+6 -6), Solver.cc (+86 -86), Solver.h (+1 -1), SolverAMG.cc (new), SolverFAC.cc (+6 -6), mydriver.cc (+46 -46), util.cc (+6 -7), util.h (+1 -1)
livne 2005-08-05 16:17 Rev.: 31414

Added some capabilities to Box from Uintah so that we can easily check for fine patches covering coarse patches

254 lines of code changed in 14 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: Box.cc (+48 -25), Box.h (+16 -12), DebugStream.cc (+3 -3), DebugStream.h (+17 -19), Hierarchy.cc (+32 -5), Hierarchy.h (+3), Macros.h (+3 -3), Solver.cc (+41 -22), TODO (+1), Vector.h (+79 -3), mpitest.cc (new), mydriver.cc (+7 -8)
livne 2005-08-05 12:51 Rev.: 31405

Corrected some bugs, DebugStream, Side add

735 lines of code changed in 35 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: Box.cc (+12 -12), Box.h (+1), DebugStream.cc (+53), DebugStream.h (+42), Error.cc (+2 -2), Hierarchy.cc (+35 -42), Hierarchy.h (+2 -3), IntMatrix.cc (+9 -7), IntMatrix.h (new), Level.cc (+6 -6), Level.h (+1 -3), Macros.h (+4 -17), Makefile (+5 -1), Param.cc (+2 -1), Patch.cc (+6), Side.cc (+17), Side.h (new 19), Solver.cc (+313 -277), Solver.h (+3 -3), SolverAMG.cc (+6 -6), SolverAMG.h (new), SolverFAC.cc (+11 -11), SolverFAC.h (+3 -3), TestLinear.cc (+33), TestLinear.h (+3 -34), Vector.h (+16 -67), mydriver.cc (+86 -73), util.cc (+34 -104), util.h (+1 -3), vectortest.cc (+7 -5)
livne 2005-08-05 08:33 Rev.: 31402

Small corrections to Vector, runs till Hypre makeGraph() but need to add the proper coarse-to-fine graph connections now

25 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: Hierarchy.cc (+7), Level.cc (+7 -1), Makefile (+2 -1), Vector.cc (del), Vector.h (+9 -4)
livne 2005-08-05 00:19 Rev.: 31401

Compiled updated standalone code with Box, box iterators.

1889 lines of code changed in 32 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: Box.cc (+222), Box.h (+96), Error.cc (+31), Error.h (new 41), Hierarchy.cc (+122 -103), Hierarchy.h (+3 -3), IntMatrix.cc (-60), IntMatrix.h (+1 -8), Level.cc (+2 -4), Level.h (+11 -6), Macros.h (+68), Makefile (+16 -1), Param.h (new), Patch.cc (+82 -12), Patch.h (+27 -52), Solver.cc (+210 -319), Solver.h (+2 -8), SolverFAC.cc (+6 -5), SolverFAC.h (+1 -1), TODO (+11), TestLinear.h (+1 -1), Vector.cc (new 17), Vector.h (+859), doit (new), mydriver.cc (+18 -29), mydriver.h (del), original.c (del), util.cc (+3 -265), util.h (+2 -57), vectortest.cc (+33)
livne 2005-07-30 09:57 Rev.: 31343

Passed loading c++ matrices scripts into matlab directory

1 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: Makefile (+1 -1), loadHypreIJMatrix.m (del), loadHypreParVector.m (del)
livne 2005-07-29 19:16 Rev.: 31338

Added some flags for debugging printouts; we checked some big 2D and 3D problems. Seems like 64^3 works but not 128^3 , with both AMG / FAC solvers

248 lines of code changed in 8 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: Hierarchy.cc (+11 -11), Makefile (+1 -1), Patch.h (-2), Solver.cc (+43 -35), mydriver.cc (+16 -14), mydriver.h (new 124), util.cc (+52 -13), util.h (+1)
livne 2005-07-29 12:33 Rev.: 31320

C++ results for 2D Linear test case are identical to matlab

45 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/HypreStandAlone: Hierarchy.cc (+17 -9), Solver.cc (+19 -54), Solver.h (+1), mydriver.cc (+8 -8)

(35 more)

Generated by StatSVN 0.4.0