pohlan / SimpleSheet.jl

0 stars 0 forks source link

Residual at boundaries? B.C.? #6

Open pohlan opened 2 years ago

pohlan commented 2 years ago

This is output from the run_it_simple_PT.jl file (see 7295f64, note that it is in a little extra branch).

After 10^4 iterations, the residuals are low everywhere except at the upper x-boundary, so we were wondering whether it has something to do with the boundary conditions.

After 10^5 iterations, it already looks a bit different:

bc_as_always

One idea was to set Dirichlet B.C. also at the upper boundaries. Then the residuals after 10^5 iterations look like this:

bc_xend

In any case the model is far away from bringing the residuals to machine precision.