Directory Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot/

Directory Deleted:
2005-07-18 11:56
Total Files:
0
Deleted Files:
40
Lines of Code:
0

[root]/Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot

Lines of Code

Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
livne 219 (100.0%) 2140 (100.0%) 9.7

Most Recent Commits

livne 2005-07-18 11:56 Rev.: 31183

Modified matlab directory structure

0 lines of code changed in 40 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: AMRToSparse.m (del), LshapedOut.m (del), README (del), TODO (del), adaptiveRefinement.m (del), addGridLevel.m (del), addGridPatch.m (del), coarsen.m (del), coarsenIndex.m (del), deleteRows.m (del), diffusion.m (del), exactSolution.m (del), exactSolutionAMR.m (del), globalParams.m (del), graycode.m (del), harmonicAvg.m (del), indexBox.m (del), indexNbhr.m (del), initParam.m (del), latexTable.m (del), latexTableFactors.m (del), normAMR.m (del), out.m (del), plotGrid.m (del), plotResults.m (del), printGrid.m (del), printSparse.m (del), refineIndex.m (del), rhs.m (del), rhsBC.m (del), saveResults.m (del), setupPatchInterface.m (del), setupPatchInterior.m (del), solveSystem.m (del), sparseToAMR.m (del), testAdaptive.m (del), testDisc.m (del), testTau.m (del), updateGrid.m (del), updateSystem.m (del)
livne 2005-07-16 11:25 Rev.: 31169

Scheme seems to work for 3D as well now

0 lines of code changed in 16 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: adaptiveRefinement.m (new), exactSolutionAMR.m (new), initParam.m (changed), normAMR.m (new), rhsBC.m (new), setupPatchInterface.m (new), setupPatchInterior.m (new), testDisc.m (changed)
livne 2005-07-15 19:26 Rev.: 31168

started 3d

16 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: initParam.m (+3 -3), printGrid.m (new), testDisc.m (+3 -2)
livne 2005-07-15 14:50 Rev.: 31164

Optimized the code (sparse matrix operations were the bottleneck).

124 lines of code changed in 8 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: deleteRows.m (new 44), initParam.m (+9 -2), setupPatchInterface.m (+9 -10), setupPatchInterior.m (+8 -2), solveSystem.m (new 27), testDisc.m (+24 -15), updateSystem.m (+3 -3)
livne 2005-07-15 11:48 Rev.: 31157

Scheme seems to be working for continuous and discontinous density in 2D

78 lines of code changed in 8 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: diffusion.m (new), exactSolution.m (new), initParam.m (+2 -2), rhs.m (new), setupPatchInterface.m (+56 -23)
livne 2005-07-14 18:01 Rev.: 31155

Added TODO list

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: TODO (new)
livne 2005-07-14 18:01 Rev.: 31154

Added param init in a separate function. Some additions to C/F interface code.

116 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: diffusion.m (+2 -2), exactSolution.m (+1 -1), initParam.m (+36), setupPatchInterface.m (+73 -15), testDisc.m (+4 -26)
livne 2005-07-14 15:54 Rev.: 31147

Saving results after each experiment

19 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: testDisc.m (+19 -10)
livne 2005-07-14 15:53 Rev.: 31146

separated jump_quad, jump_linear

11 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: diffusion.m (+11 -1)
livne 2005-07-13 21:56 Rev.: 31130

Some cleaning in graycode

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: graycode.m (new)
livne 2005-07-13 21:50 Rev.: 31129

Added gray code for variable base, multiple-digit strings

110 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: graycode.m (+109), testAdaptive.m (+1 -1)
livne 2005-07-13 16:51 Rev.: 31125

Added my printout file

0 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: out.m (new)
livne 2005-07-13 16:45 Rev.: 31124

Variable a works if a jumps not at C/F interface. We get O(h^2) even for a very big a-jump when u is quadratic.

21 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: rhsBC.m (+1 -1), testDisc.m (+3 -2), updateSystem.m (+17 -7)
livne 2005-07-13 16:19 Rev.: 31123

Added and sorted printouts in verbose levels

166 lines of code changed in 24 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: LshapedOut.m (new), adaptiveRefinement.m (+4 -6), addGridLevel.m (+4 -6), addGridPatch.m (new), coarsen.m (new), diffusion.m (+3 -6), exactSolution.m (+15 -11), normAMR.m (+1 -1), plotResults.m (-10), printGrid.m (+2), rhs.m (+6 -6), rhsBC.m (+2 -2), setupPatchInterface.m (+17 -29), setupPatchInterior.m (+11 -19), testAdaptive.m (+36 -38), testDisc.m (+37 -38), updateGrid.m (new), updateSystem.m (+16 -30)
livne 2005-07-13 13:14 Rev.: 31119

Bug correction in forming TI - now uses sparse representation, script can solve much bigger grids.

70 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: harmonicAvg.m (+5), testDisc.m (+60 -55), updateSystem.m (+5)
livne 2005-07-13 12:30 Rev.: 31117

Truncation errors behave ok for smooth diffusion and smooth solution; near boundaries they are O(h^2), inside normally O(h^4)

37 lines of code changed in 8 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: diffusion.m (+6), exactSolution.m (+11 -3), rhs.m (+7 -1), rhsBC.m (+2 -1), saveResults.m (new), setupPatchInterior.m (+5), testDisc.m (+3 -49)
livne 2005-07-13 11:59 Rev.: 31116

Added test problems jump_linear, jump_quadratic. For 1 level the scheme has second order accuracy as should be.

165 lines of code changed in 8 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: diffusion.m (+18 -17), exactSolution.m (+49), harmonicAvg.m (+27 -31), rhs.m (+6 -3), rhsBC.m (+1 -1), setupPatchInterior.m (+55 -19), testAdaptive.m (+2 -2), testDisc.m (+7 -5)
livne 2005-07-12 15:28

Added harmonic average of diffusion coefficient

41 lines of code changed in 6 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: diffusion.m (+7), harmonicAvg.m (+1 -1), testAdaptive.m (+4), testDisc.m (+4)
livne 2005-07-12 14:28 Rev.: 31093

Finished commenting all files

136 lines of code changed in 20 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: latexTable.m (new), latexTableFactors.m (+14 -8), plotGrid.m (+15 -2), plotResults.m (+15), printSparse.m (+3), refineIndex.m (+11), saveResults.m (+11 -1), setupPatchInterface.m (+4 -3), setupPatchInterior.m (+11 -11), sparseToAMR.m (new), testAdaptive.m (+8 -7), testDisc.m (+11 -5), updateGrid.m (+3), updateSystem.m (+9 -6)
livne 2005-07-12 12:57 Rev.: 31090

Updated README

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/Matlab/PressureSolve/LaplacePanayot: README (changed)

(7 more)

Generated by StatSVN 0.4.0