Changes between Version 28 and Version 29 of u/erica/PoissonSolver


Ignore:
Timestamp:
08/19/13 14:39:41 (11 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/PoissonSolver

    v28 v29  
    9999= The code =
    100100
    101 Here is an html copy of my code -
     101Here is an html copy of my [code] and [problem.data].
    102102
    103103= Tests and Results =
    104104
     105I followed the suggested exercises [http://www.rsmas.miami.edu/personal/miskandarani/Courses/MSC321/Projects/prjpoisson.pdf here] for the 1D problem.
     106
    105107== Test 1 - Laplace's Equation ==
     108
     109This was just a basic test of the ability of the solver to converge to the correct solution. Given Laplace's equation in 1D is very easy to solve by hand, I could verify the code's ability to reproduce the analytical result. This it did well:
    106110
    107111== Test 2 - Poisson's Equation with simple forcing ==
    108112
    109 == Test 3 - Poisson's Equation with complicated forcing ==
     113To test the code with a non-zero forcing function, I used the forcing function, f=6x
    110114
    111 Properties - aka only an approximate solution now (?). Verify 2nd order (how?)
     115This also has a closed-form solution which I then used to check the code. It performed correctly:
    112116
    113 Cite References
     117
     118
     119== Test 3 - Poisson's Equation with complicated forcing ==
     120
     121Lastly, I used a more complicated forcing function (refer to the reference). It also performed well.
     122
     123= Questions =
     124
     1251. Properties - aka only an approximate solution now (?).
     1262. Verify 2nd order by the error (how?)
     1273. How to specify von Neumann conditions numerically?
    114128
    115129= References =