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

Directory Deleted:
2005-07-05 19:09
Total Files:
0
Deleted Files:
39
Lines of Code:
0

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
livne 195 (100.0%) 5804 (100.0%) 29.7

Most Recent Commits

livne 2005-07-05 19:09 Rev.: 31000

Cleaned MATLAB directories, part 3

0 lines of code changed in 39 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: AMRToSparse.m (del), README (del), addGridLevel.m (del), addGridPatch.m (del), coarsenIndex.m (del), deleteUnderlyingData.m (del), distributeFineFluxes.m (del), exactSolution.m (del), exactSolutionAMR.m (del), globalParams.m (del), grid.tex (del), indexBox.m (del), indexNbhr.m (del), latexTable.m (del), latexTableFactors.m (del), normAMR.m (del), pathdef.m (del), plotGrid.m (del), printGrid.m (del), printSparse.m (del), refineIndex.m (del), reports.bib (del), results.tex (del), rhs.m (del), rhsBC.m (del), setBoxValues.m (del), setupIdentityPatch.m (del), setupInterface.m (del), setupOperatorPatch.m (del), setupPatchBC.m (del), setupPatchBoundary.m (del), setupPatchEdge.m (del), setupPatchInterface.m (del), setupPatchInterior.m (del), sparseToAMR.m (del), testDFM.m (del), testDisc.m (del), updateGrid.m (del), updateSystem.m (del)
livne 2005-07-05 15:17 Rev.: 30986

Sanity check of 1 patch in the middle of domain vs. 2 patches near each other covering the same region, passed.

88 lines of code changed in 24 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: addGridLevel.m (new), addGridPatch.m (changed), indexBox.m (new), indexNbhr.m (changed), normAMR.m (new), plotGrid.m (new), printGrid.m (new), setupInterface.m (del), setupPatchBoundary.m (del), setupPatchInterface.m (new), setupPatchInterior.m (changed), testDisc.m (changed), updateGrid.m (changed), updateSystem.m (new 88)
livne 2005-07-05 00:07 Rev.: 30980

Some unfinished changes to fine/fine boundary

41 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: setupInterface.m (new 25), setupPatchInterior.m (+16 -2)
livne 2005-07-02 18:17 Rev.: 30973

Started dealing with patches next to each other

98 lines of code changed in 15 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: addGridPatch.m (+1), exactSolution.m (new), exactSolutionAMR.m (new), normAMR.m (+12 -5), printGrid.m (+15 -3), rhs.m (new), rhsBC.m (+1 -1), setupInterface.m (+11 -4), setupPatchBoundary.m (new 2), testDisc.m (+20 -5), updateGrid.m (+26 -1)
livne 2005-07-01 16:43 Rev.: 30959

Tests with Gaussian source, not clear if H1 convergence is right. L2 is 2nd order but local refinements not very beneficial.

272 lines of code changed in 10 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: exactSolution.m (+28 -12), exactSolutionAMR.m (+3 -3), normAMR.m (+32 -8), pathdef.m (+51 -104), printSparse.m (new), rhs.m (+34 -19), rhsBC.m (+19 -7), testDisc.m (+78 -72)
livne 2005-07-01 10:37 Rev.: 30956

Added norm function - L2,h1

213 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: normAMR.m (+95), pathdef.m (+104 -51), testDisc.m (+14 -1)
livne 2005-06-30 17:06 Rev.: 30939

2-level seems to work on a Gaussian RHS problem, but second level does not justify by much the extra work in the accuracy received. Try a more severe singularity like re-entrant corner to verify.

173 lines of code changed in 12 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: AMRToSparse.m (new), addGridPatch.m (+24 -5), exactSolution.m (+10 -4), exactSolutionAMR.m (+17 -13), rhs.m (+19 -11), rhsBC.m (+6), setupInterface.m (+31 -10), setupPatchInterior.m (+21 -7), sparseToAMR.m (new), testDisc.m (+26 -24)
livne 2005-06-30 12:04 Rev.: 30932

2-level problem shows signs of working, but need to convert ghost variables to point values and put 0 on deleted boxes of coarse patches so that we can have a real comparison.

95 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: addGridPatch.m (+2 -1), printSparse.m (+5 -5), setupInterface.m (+68 -40), testDisc.m (+20 -20)
livne 2005-06-30 10:04 Rev.: 30929

Corrected some bugs in setupInterface; still does not work in 2-level for a smooth problem

58 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: addGridPatch.m (+2), printSparse.m (+5), setupInterface.m (+45 -11), setupPatchInterior.m (+5 -1), testDisc.m (+1 -1)
livne 2005-06-29 23:20 Rev.: 30926

Added the CF interface code in full; doesn't work yet

174 lines of code changed in 1 file:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: setupInterface.m (+174 -108)
livne 2005-06-29 15:30 Rev.: 30918

Deleting correctly (seemingly at least) coarse-coarseUnderNeathFinePatch connections near C/F interface

28 lines of code changed in 3 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: setupInterface.m (+25 -14), setupPatchInterior.m (+1 -1), testDisc.m (+2 -2)
livne 2005-06-29 12:52 Rev.: 30903

Incorporated setupPatchBC into setupPatchInterior, the latter now setting all interior and BC equations for a patch.

61 lines of code changed in 4 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: addGridPatch.m (+3 -20), rhsBC.m (+3 -3), setupPatchBC.m (del), setupPatchInterior.m (+55 -63)
livne 2005-06-29 10:57 Rev.: 30898

Incorporated setupPatchEdge into setupPatchInterior, now dealing with all possible interior/edge cells when setting up the discrete equations in a patch.

164 lines of code changed in 5 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: addGridPatch.m (+14 -29), setupInterface.m (+25 -30), setupPatchEdge.m (del), setupPatchInterior.m (+122 -44), testDisc.m (+3 -3)
livne 2005-06-28 17:27 Rev.: 30896

Deleted some old files

0 lines of code changed in 2 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: deleteUnderlyingData.m (del), distributeFineFluxes.m (del)
livne 2005-06-28 17:27 Rev.: 30895

1-level works, 2-level still not fully written. Missing - C/F interface code

867 lines of code changed in 19 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: addGridLevel.m (+1 -1), addGridPatch.m (+34 -84), exactSolution.m (+7 -5), globalParams.m (+1 -1), results.tex (+49 -8), rhs.m (+16 -14), setBoxValues.m (del), setupIdentityPatch.m (del), setupInterface.m (+215), setupOperatorPatch.m (del), setupPatchBC.m (new 167), setupPatchBoundary.m (+158), setupPatchEdge.m (new 32), setupPatchInterior.m (+46 -17), sparseToAMR.m (+64 -62), testDisc.m (+76 -40), updateGrid.m (+1 -1)
livne 2005-06-27 19:46 Rev.: 30889

Added alpha = size of cell parameter to setupPatchEdge

307 lines of code changed in 9 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: addGridLevel.m (+10 -3), addGridPatch.m (+34 -12), globalParams.m (+14), indexBox.m (+4 -3), plotGrid.m (+2), setupPatchEdge.m (+163), setupPatchInterior.m (+36 -25), testDisc.m (+34 -26), updateGrid.m (+10 -5)
livne 2005-06-27 12:40 Rev.: 30878

Added some news files

417 lines of code changed in 8 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: addGridPatch.m (+149 -15), indexBox.m (+30), indexNbhr.m (+10 -17), plotGrid.m (+4 -3), setupPatchInterior.m (+37 -39), testDFM.m (del), testDisc.m (+187), updateSystem.m (del)
livne 2005-06-27 09:53 Rev.: 30874

Restructured directories in pressure solve. LaplaceDFM = DFM method for Laplace on multilevel grid. LaplacePanayot = Panayot Scheme on multilevel grid. DiffusionPanayot1Level = Panayot scheme for Diffusion eq on uniform grid.

2748 lines of code changed in 30 files:

  • Packages/Uintah/CCA/Components/ICE/PressureSolve/LaplacePanayot: AMRToSparse.m (+84), README (new 3), addGridLevel.m (+50), addGridPatch.m (+28), coarsenIndex.m (new 8), deleteUnderlyingData.m (new 69), distributeFineFluxes.m (new 296), exactSolution.m (+10), exactSolutionAMR.m (+137), grid.tex (new 23), indexNbhr.m (+36), latexTable.m (new 172), latexTableFactors.m (new 172), pathdef.m (+51), plotGrid.m (+113), printGrid.m (+21), printSparse.m (+19), refineIndex.m (new 9), reports.bib (new 250), results.tex (+266), rhs.m (+19), rhsBC.m (+6), setBoxValues.m (new 24), setupIdentityPatch.m (new 125), setupOperatorPatch.m (new 292), setupPatchInterior.m (+72), sparseToAMR.m (+85), testDFM.m (new 189), updateGrid.m (+31), updateSystem.m (new 88)
Generated by StatSVN 0.4.0